/****** STATS.CSS ***********/
div.gamenight {
	width: 48%;
	float: left;
	}
	
div.streamrow {
	clear: both;
	}
	
table {
	font: 10pt Tahoma;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #949494;
	margin-bottom: 2em;
	width: 100%;
	}
	
caption {
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	padding-bottom: .25em;
	}
	
thead th {
	background: #971313;
	color: #FFFFFF;
	padding: 0.5em;
	font: 10pt "Tahoma";
	font-weight: bold;
	}
	
tbody td, tbody th {
	padding: 0.5em;
	text-align: center;
	}
	
tbody td.name, tbody th.name {
	text-align: left;
	}
	
tbody tr.odd {
	background: #E4E4E4;
}

tbody tr {
	background: #EEEEEE;
}

tbody tr:hover {
	background-color: #ccc;
	}

tfoot td, tfoot th {
	background: #971313;
	color: #FFFFFF;
	padding: 0.5em;
	font: 8pt "Tahoma";
	font-weight: bold;
	text-align: center;
}

tbody th a, tbody td a {
	text-decoration: none;
	color: #000000;
}
tbody td a {
	font-weight: bold;
	}

tbody a:hover {
	text-decoration: underline;
}

tbody a:visited {
	color: #474747;
}