.StandingsTable {
	/*border-collapse:collapse;*/
	font-size: 10px;
	border: 1px solid #bebebe;
}
.StandingsTable TH {
	font-size: 10px;
	color: #FFFFFF;
	background: -o-linear-gradient(bottom, #005fbf 5%, #002142 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #002142) );
	background: -moz-linear-gradient( center top, #005fbf 5%, #002142 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#002142");  		
	background: -o-linear-gradient(top,#005fbf,002142);
	background-color: #CCCCCC;
	/*border-top: 2px solid #015d90;
	border-bottom: 2px solid #0d93de;
	border-right:none
	/*padding-right: .5px;
	padding-left: .5px;*/
	font-weight: bold;	
}
.StandingsTable tr:nth-child(odd) td{
	background: #EEEEEE;
	font-size: 10px;
	line-height: 8px;
	margin: 0px;
	padding: 0px 0px;
}
.StandingsTable tr:nth-child(even) td{
	background: #FFF;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px 0px;
}
.StandingsTable TD a:link {
	color: #0f5efe;
	text-decoration: none;
	font-weight: normal;
}
.StandingsTable TD a:visited {
	color: #0f5efe;
	font-weight: normal;
	text-decoration: none;
}
.StandingsTable TD a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
.StandingsTable .smallHeading {
	font-weight: normal;
}
.StandingsTable TH.header {
	color: #FFFFFF;
	background: #000066;
	border-bottom: 1px double #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
