body {
	background-color:#000000;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
}

a:link { text-decoration:none; color:white; }
a:visited { text-decoration:none; color:white; }
a:hover { text-decoration:underline; color:white; }


/* top list control */
.TopListContainer {
	background-image:url(../images/top_superfans_bg.jpg);
	background-repeat:no-repeat;
	width:193px;
	height:203px;
}

#TopList {
	color:#ffffff;
	/*background-color:white;*/
	font-size:12px;
	/*border:1px solid black;*/
	margin-top:50px;
	margin-bottom:4px;
	text-align:center;
	cursor:pointer;
	width:193px;
	height:140px;
	/*min-height:153px;*/
	
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	
	/*overflow:scroll;
	overflow-x: hidden;
	-ms-overflow-x: hidden;*/
}

/* county control */
.County {
	color:#ffffff;
	/*background-color:white;*/
	font-size:12px;
	/*border:1px solid black;*/
	/*padding:1px;*/
	padding-top:20px;
	margin-bottom:4px;
	text-align:center;
	cursor:pointer;
	width:193px;
	height:107px;
	background-image:url(../images/county_bg.jpg);
	background-repeat:no-repeat;
	/* - ROLL OVER BUBBLE
	color:black;
	font-size:12px;
	text-align:center;
	width:150px;
	height:40px;*/
}

/* key */
.Key {
	color:black;
	background-color:white;
	font-size:12px;
	border:1px solid black;
	padding:1px;
	margin-bottom:4px;
	text-align:center;
	cursor:pointer;
	width:193px;
	height:84px;
}