body{
background-color:black;
font-family:arial;
color:white;
}
a {
color:#FF9933;
}
#countdisplay{
font-weight:bold; 
font-size:72px; 
color:#FF9933;
}
#faq {
	position: absolute;
	visibility: hidden;
	width: 550px;
	height: 560px;
	left: 20px;
	top: 200px;
	background-color: #000;
	border: 5px solid #ff9933;
	padding: 10px;
}
#top10 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 370px;
	left: 20px;
	top: 200px;
	background-color: #000;
	border: 5px solid #ff9933;
	padding: 10px;
}
#history {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 200px;
	left: 20%;
	top: 300px;
	background-color: #333333;
	border: 5px solid #ff9933;
	padding: 10px;
}

#close {
	float: right;
}
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: middle;
color: Black;
background-color: #FF9933;
border: 2px solid #CCCCCC;
}

.hovermenu ul li a:hover{
background-color: #C00000;
color: #FFFF99;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#adboxright{
position:absolute;
top: 180px;
right: 10px;
}
#adbox1{
position:absolute;
left:10px;
top:110px;
}
#dhtmltooltip{
color: black;
font-weight:bold;
font-family:arial;
position: absolute;
width: 150px;
border: 2px solid white;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}
/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	font-weight:bold;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #FF9900;
	
	text-decoration: none; 
	color: #FF9900;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FF9900;
	color: #000;
	background-color: lightyellow;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}	