
.dataTable {
	border-bottom: #cccccc 1px solid;
	color: #666666;
}

table.tableheader {
	background: #E3EDF7; color: #000000
}

.rowLabel {
	/*font-weight: bold;*/
	background: #f0f0f0;
	/*font-size: 90%;*/	
}

.headerLabel {
	font-weight: bold; 
	background: #E3EDF7;
	/*font-size: 90%;*/
	line-height:110%;
}

p.cell {
	padding-bottom: 0px;
	text-align:left;
	padding-left:10px;
	/*font-size: 90%;*/
}

p.cell2 {
	padding-bottom: 0px;
	text-align:center;
	padding-left:10px;
	/*font-size: 90%;*/
}

.record td {
	border-top: #cccccc 1px solid; border-left: #cccccc 1px solid;
	height:20px;
	vertical-align:middle;
}