#RankTable{
	border:none;
	table-layout: auto !important;
	width: 600px !important;
	clear: left;
}

	#RankTable td, #RankTable th{
		padding:5px;
		font-size:11px;
		border:none;
		color:#414141;
	}

		#RankTable tr.odd td{
			background-color:#E4F1F9;
		}


	#RankTable th{
		color:#015B97;
		text-align:left;
		font-weight:normal;
	}

	#RankTable .headerthing{
	}


#RankSelection{
	margin:0;
	padding:0;
}

#RankSelection li{
	list-style-type: none;
	margin: 0;
	clear: left;
}


#RankSelection li a{
	font-size:12px;
	text-decoration:none;
	text-align:center;
	border:0;
	display:block;
	font-weight:bold;
	color:#777777;
	background: #fff url('../images/removecomparison.jpg');
	width:133px;
	height:34px;
	line-height:34px;
	float: left;
	margin-bottom: 30px;
}

#RankSelection li a:hover{
	background: #ff811c url('../images/removecomparison_hover.jpg');
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

#RankSelection li span {
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
}

.spacer {
	height: 1px;
	font-size: 1px;
	clear: both;
}

#QuarterMenu li {
	float: left;
	list-style: none;
	width: 120px;
}

#QuarterMenu li.current {
	font-weight: bold;
}

