@charset "utf-8";
/* CSS Document */

.gameSection .topTen, .gameSection .bottomBackground {
  background-color:#ecf2f3;
}

.gameSection .topTen th {
		height:16px;
		background-color:#f7e3b1;
}

.gameSection .topTen td {
		padding:3px 10px;
		color:#000;
}

.gameSection .topTen .odd {
	background-color:#fcfcf2;
}

.gameSection .topTen .even {
	background-color:#f2f0e6;
}

.gameSection .topTen .rank {
	text-align:right;
	font-weight:bold;
	width:50px;
}

.gameSection .topTen .team {
	font-weight:bold;
}

.gameSection .topTen .type {
	text-transform:uppercase;
	width:200px;
}

.gameSection .topTen tfoot td{
	padding-bottom:0px;
}

.gameSection .topTen ul.topTenFooter {
	list-style:none;
	margin:0px;
}

.gameSection .topTen ul.topTenFooter li {
	margin:0px;
	display:block;
	float:left;
	padding:0px 12px;
}

.gameSection .topTen ul.topTenFooter li.first {
	padding-left:0px;
}

.gameSection .topTen ul.topTenFooter li.divide {
	padding:0px;
	border-left:1px solid #98a4ae;
	border-right:1px solid #FFF;
	height:20px;
}

.gameSection .topTen ul.topTenFooter li a.trends {
	margin-top:4px;
	display:block;
}

.gameSection .topTen ul.topTenFooter li a img {
	padding-top:2px;
}

