#stats {
width: 510px;
}

#stats table {
	width:100%;
	border: 1px solid #ababab;
}

#stats tr.row1{
	background:#cdcdcd;
}

#stats tr.row1_1{
	background:#ffffff;
	text-align:center;
}

#stats tr.row2{
	background:#efefef;
}

#stats tr.row2_2{
	background:#efefef;
	text-align:center;
}

#stats td, td {
	font-size:11px;
	
}

#stats th{
	text-align:center;
	color:white;
	background:#aa0000 url(/image/gradient_red_20.jpg) top left repeat-x;
}

#stats th a {
	text-decoration:none;
	color:white;
}


#stats td{	
	padding:3px;
}

