table.data {
	width:100%;
	border-collapse: separate;
	border-spacing: 0 4px;
	position:relative;
	top:-4px;
}

	.data th, .data td {
		padding:4px 8px;
		margin-bottom:4px;
	}
	.data th {
		background:#2B6E89;
		color:#fff;
	}
	.data td {
		font-size:0.8em;
	}
		.pform .data td {
			font-size:12px;
		}
	.data tr:nth-child(odd) {
		background:#E6F3FB;
	}
	.data tr:nth-child(even) {
		background:#eeeeee;
	}
	.data .tar {
		text-align:right;
	}
	.data .tac {
		text-align:center;
	}
	.data div.ellipsis {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width:74px;
	}

	.data th:first-child, .data td:first-child {
		padding-left:16px;
	}
	.data th:last-child, .data td:last-child {
		padding-right:16px;
	}

.tabs {
	overflow:auto;
	margin-top:10px;
}
	.tab {
		float:left;
		margin-right:5px;
		background:#CED0DD;
		padding:5px 15px;
		color:#000;
		text-decoration:none;
		-webkit-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
	}
	.tab.on, .tab:hover {
		background:#2B6E89;
		color:#fff;
	}
