table.stats {
	border:3px solid #000000;
}
.stats tr { background-color:#EEEEEE; }
.stats tr.alt {background-color:#FFFFFF; }
.stats td.high, .stats tr.inactive td.high { background-color:#D1E9E4; }
.stats tr.alt td.high, .stats tr.inactive-alt td.high { background-color:#EAF4F0; }
.stats tr.high, .stats tr.high td  { background-color:#F8DFC3;border-top:1px solid #FE8F21;border-bottom:1px solid #FE8F21; }
.stats tr.inactive td, .stats tr.inactive-alt td {color:#999999;}
.stats tr.inactive-alt td {background-color:#FFFFFF;}

.stats th {
	background-color:#999999;
	color:#FFFFFF;
	text-align:left;
	padding:2px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #000000;	
	border-right:1px solid #555555;
	font-size:10px;
}

.stats th.extra {
	background-color:#CCCCCC;
	text-align:center;
	color:#000000;
	font-weight:bold;
}

.stats tr.divider td {
	background-color:#000000;
	font-size:2px;
	color:#000000;
	padding:0px;
	height:2px;
	border-right:1px solid #000000;
}

table.stats th a:link, table.stats th a:visited, table.stats th a:active, table.stats th a:hover {
	text-decoration: none;
	width: 100%;
	display: block;
	color: #FFFFFF;	
}
table.stats th a:hover {
	color:#000000;
	background:none;
}
table.stats td a:link, table.stats td a:visited, table.stats td a:active, table.stats td a:hover {
	text-decoration: none;
}
/*table.stats td a:hover {background-color:#0000FF;color:#FFFFFF;}*/
table.stats td.total {
	border-top:2px solid #000000;
	background-color:#FFFFFF;
	font-weight:bold;
	border-right-style:none;
	padding-bottom:0px;
}

.stats td {
	/*border-top:1px solid #ffffff;*/
	border-right:1px solid #CCCCCC;
	padding:2px;
}

.stats input, .stats select {
	font-size:10px;
}
table.stats tr.totals td {background:#fff;border-top:2px solid #000;font-weight:bold;border-right:1px solid #aaa;}
