/* CSS Document for Tests*/


.statcatlist
{
	clear: both;
}

.statcat
{
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

.statdata
{
	clear: both;
	padding: 20px;
	text-align: center;
	padding-left: 75px;
}



.stattable_row_odd
{
	font-size: 11px;
	font-weight: normal;
	background-color: #eeeeee;
}

.stattable_row_even
{
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
}


#stattable_row_header
{
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
}

#stattable td
{
	border: 0px;
	padding: 3px;
}
