body{
font-family:arial;
}
#counterdisplay{
background-color:#000000;
font-weight:bold;
font-size:14px;
font-family:Arial;
color:#FF993;
	}
input.btn{
   color:white;
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   background-image:url('up.gif');
   width:90px;
   height:90px;
   border:0;
   outline:none; 
   -moz-outline-style:none;
	}
input.btn:active{
   background-image:url('down.gif');  
   width:90px;
   height:90px;
   border:0;
   outline:none;
	} 
input.btn:focus{
-moz-outline-style:none;
}
#top10 {
	color:#FFFFFF;
	font-family:Arial;
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 450px;
	margin: auto;
	right: 10px;
	top: 200px;
	background-color: #000;
	border: 5px solid #ff9933;
	padding: 10px;
}
#top10list{
	color:#FF9933;
}
#closetop10 {
	float: right;
}
#dhtmltooltip{
color: black;
font-weight:bold;
font-family:arial;
position: absolute;
width: 180px;
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);
	}
#faq {
	font-family:arial;
	position: absolute;
	visibility: hidden;
	width: 700px;
	height: 700px;
	left: 20px;
	top: 100px;
	background-color: #000;
	border: 5px solid #ff9933;
	padding: 10px;
}

#close {
	float: left;
}
.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;
}
#ranking {
	font-family:arial;
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 450px;
	margin: auto;
	top: 200px;
	left: 170px;
	background-color: #000;
	border: 5px solid #ff9933;
	padding: 10px;
}
/*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;
}	