
table.stats {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #979797;
}

caption {
	font-weight: bold;
	background: #50ADEA url('../images/corner.gif') no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

table.stats td, table.stats th {
	padding: 4px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #676767;
}

thead.stats th {
	text-align: center;
	background: #F0F0F0;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;

}

tbody.stats th {
	font-weight: bold;
	width:70px;
}

tbody.stats tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody.stats tr.odd 	{
	background: #f7f7f7;
	border-top:1px solid #FFF;
}

tbody.stats th a:link, tbody.stats th a:visited{
	color:#96D030;
	background:url('../images/layout.gif') no-repeat; 
	padding:3px 0px 0px 2px;
	}
tbody.stats th a:hover{
	color:#FF8601;
	}

tbody.stats tr td { 
	height:10px;
	background: #FFF;
	border: 1px solid #FFF;
	}

tbody.stats tr.odd td{ 
	background: #f7f7f7;
	border-top:1px solid #FFF;
	}

table.stats td a:link, table.stats td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table.stats td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
tbody.stats td a[href=""] {
	margin: 0 auto;
	height: 15px;
	background: url('../images/ok.gif') no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 5px;
	font-weight:bold;
	color:#FF8601;
}

table.stats a[title^="Download"] { 
	background: url('../images/down.gif') no-repeat center;
	padding:20px 0px 0px 15px;
}

tfoot.stats th, tfoot.stats td {
	background-color:#E7E7E7; padding:10px 2px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}