@charset "utf-8";
/* CSS Document - Table_Windows_Compatibility */

.gradientCell {
	background-image:url(/images/tables/table_header_gradient.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
} 

.rowHeading {
	color:#666666;
	font-weight:bold;
	font-size:10px;
	text-align: left;
	line-height:12px;
	padding:5px;
	width:15%;
}

.columnHeadings {
	color:#666666;
	vertical-align: top;
}

.cellText {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height: 12px;
	vertical-align: middle;
}
.cellTextSmall {
	font-size:9px;
	font-weight:normal;
	text-align:center;
	line-height: 12px;
}
.cellBorders {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding:4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #FFCC00;
	border-left-color: #CCCCCC;
}

