*{
	margin:0;
	padding:0;
}
body {
	background-image: url(images/bodybackground.jpeg);
	font-family: Verdana;
	text-align:center;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #AAAAFF;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 2px;
}
ol{
	
	padding-left:30px;
}

.centerdiv{
	margin:0 auto;
	width: 970px;
}

.topbarlink, .divwhitefont{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

#topbar{
	background: url(images/topbar.png) no-repeat 50% 50%;
	height:50px;
	margin-bottom:10px;
	text-decoration:none;
}

#topbar a:link, #topbar a:visited{
	text-decoration:none;
}	
#topbar a:hover, #topbar a:active{
	color:#FFC000;
	text-decoration:underline;
}
.divleft{
	float:left;
	padding: 5px;
}

.divright{
	float:right;
	padding: 5px;
}

.divright ol{
	list-style:none;
	
}
.divright ol li{
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #616161;
	float:left;
}
#topads{
	height:100px;
}
.topsite{
	height:22px;
	padding-top:5px;
	font-size:11px;
}
.topsite ol{
	list-style:none;
}
.topsite ol li{
	float:left;
	margin-right:5px;
}
.contentbox ul{
	list-style:none;
	padding-left:30px;
}


.container {
	padding:  0px;
	background-color: #FFF;
	font-size: 13px;
	border-left: 1px solid #616161; 
	border-right: 1px solid #616161; 
}

#abovecontainer{
	background:url(images/header.png) no-repeat 50% 50%;
	height:30px;
	width:972px;		

}
#abovecontainer input{
	font-size: 11px;
	border: 1px solid #AAAAFF;
	margin:0;
	padding:0;
}
#abovecontainer span{
	font-size:12px;
	color:#FFC000;
}
#abovecontainer a:link, #abovecontainer a:visited{
	color:#FFF;
	text-decoration:none;
}	
#abovecontainer a:hover, #abovecontainer a:active{
	color:#FFC000;
	text-decoration:underline;
}

#belowcontainer{
	background:url(images/footer.png) no-repeat 50% 50%;
	height:30px;
	width:972px;
}
.searchbutton{
	width:50px;
}

.header {
	height: 100px;
	margin-bottom: 2px;
}

.topmenustrip {
	background: url(images/topmenu.png) no-repeat;
	height: 30px;
}

.topmenu {
	margin-top: 6px;
	margin-left: 6px;
	color: #555555;
	float: left;
}

.topmenu a:link ,.topmenu a:visited {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}


.topmenu a:hover,.topmenu a:active {
	color: #483600;
	font-weight: bold;
	text-decoration: underline;
}

.topmenu a.catmenu{
	margin-left:5px;
}
.topmenu a.catmenu:link ,.topmenu a.catmenu:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}
.topmenu a.catmenu:hover,.topmenu a.catmenu:active {
	color: #400000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.onlinecount {
	margin-top: 7px;
	margin-right: 6px;
	color: #06659E;
	font-weight: bold;
	float: right;
	font-size: 11px;
}

.maincontent {
	padding: 2px 0;
}

.contentbox {
	margin-bottom: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
}

.contentbox a:link,.contentbox a:visited{
	font-weight: bold;
	color: #076AA3;
	text-decoration: none;
}


.contentbox a:hover,.contentbox a:active{
	font-weight: bold;
	color: #009AF2;
	text-decoration: underline;
}

.contentboxheadertext {
	color: #0770AA;
	margin-top: 3px;
	margin-left: 4px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.contentboxheader {
	height: 30px;
	margin-top: 6px;
	padding-top:12px;
	text-align:center;
}
.contentboxheader span{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.contentboxslash {
	float: right;
	width: 38px;
	height: 20px;
}





.proftable {
	background-color: #000000;
	width: 100%;
}

.proftable td {
	background-color: #FFFFFF;
	text-align: left;
	width: 50%;
}


.gamethumb {
	border: 1px solid #000000;
	margin: 2px;
}

#bottombar{
	background: url(images/buttombar.png) no-repeat 50% 50%;
	height:28px;
	
	font-size: 11px;
	
}

#bottombar a {
	color: #000000;
	text-decoration: underline;
}

#bottombar a:hover {
	color: #000000;
	text-decoration: underline;
}


/*             styles for the star rater                */
/*            copyright http://komodomedia.com/blog/index.php/2007/01/20/css-star-rating-redux/               */


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(img/star_rating.png) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:60px;
height:12px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:12px;
line-height:12px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
}



