body {
	background-color: #000000;
	background-image: url(images/gdbg.jpg);
	font-family: Verdana;
}

.container {
	width: 990px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}

.header {
	background-color: #000000;
	height: 100px;
	width: 980px;
	margin-bottom: 1px;
}

.onlinecount {
	margin-right: 6px;
	color: #000000;
	font-weight: bold;
	font-size: 2px;
	float:right;
}

.maincontent {
	margin: 2px;
	padding: 2px;
}

.contentbox {
	border: 1px solid #4f4f4f;
	margin-bottom: 4px;
	background-image: url(images/mtile.png);
	font-size: 11px;
}

.contentbox a:link {
	font-weight: bold;
	color: #000000;
}

.contentbox a:visited {
	font-weight: bold;
	color: #000000;
}

.contentbox a:hover {
	font-weight: bold;
	color: #c12424;
}

.contentboxheadertext {
	color: #000000;
	margin-top: 3px;
	margin-left: 6px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.contentboxheader {
	height: 20px;
	border-bottom: 1px solid #686868;
}

.contentboxslash {
	float: right;
	width: 39px;
	height: 20px;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #ababab;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 2px;
}

form {
	margin: 0px;
}

.proftable {
	background-color: #000000;
	width: 100%;
}

.proftable td {
	background-color: #FFFFFF;
	text-align: left;
	width: 50%;
}


.gamethumb {
	border: 1px solid #000000;
	margin: 2px 6px 8px 2px;
}

.thefooter {
	font-size: 11px;
	font-family: Verdana;
	width: 700px;
	margin: 4px;
	margin-bottom: 4px;
}


.thefooter a {
	color: #FFFFFF;
}

.thefooter a:hover {
	color: #d4ff44;
	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:80px;
height:13px;
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;
}

.boxoverhead {
width : 290px;
height : 10px;
background : #a5f844;
border-right : 1px solid #e5ecf2;
border-left : 1px solid #e5ecf2;
background-image : url(images/b-header.gif);
padding-left: 5px;
padding-top: 3px;
padding-bottom: 7px;
font-family : verdana;
font-weight : bold;
font-size : 12px;
color : #ffffff;
}
.boxovermain {
width : 285px;
background : #f9f9f9;
border-left : 1px solid #e5ecf2;
border-right : 1px solid #e5ecf2;
border-bottom : 1px solid #e5ecf2;
padding-right : 5px;
padding-left : 5px;
padding-bottom : 5px;
padding-top : 5px;
font-family : verdana;
font-size : 11px;
}
.boxovertitle {
font-family : verdana;
font-size : 11px;
font-weight : bold;
color : #000000;
}
.boxoverheader {
font-family : Tahoma;
font-size : 11px;
font-weight : bold;
color : #ffffff;
text-align : right;
width : 100%;
}
.boxoverbody {
font-family : verdana;
font-size : 11px;
font-weight : normal;
color : #272727;
text-align : justify;
width : 100%;
}



