body {
	background-image: url(images/back3.jpg);
	font-family: Verdana;
}

.container {
	width: 1280px;//970px
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000000;
	border: 0px solid #000000;
	font-size: 13px;
}

.header {
    background-image: url(images/tilelines.png);
	height: 100px;
	width: 1280px;//1276px;
	border: 0px solid #686868;
	margin-bottom: 2px;
}

.topmenustrip {
	background-image: url(images/topmenugrad.gif);
	width: 1280px;//1276px;
	border: 0px solid #6691a9;
	height: 28px;
}



.gamelink {
	color: #076698;
	font-size: 11px;
	font-weight: bold;
}




.catbox {
	border: 3px solid #076698;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	font-size: 21px;

}

.catlink {
	margin-top: 6px;
	margin-left: 8px;
    margin-right: 0px;
	color: #f3f3f3;
	float: left;
	font-size: 14px;
}

.catlink a:link {
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: none;
}
.catlink a:visited {
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: none;
}

.catlink a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.topmenu {
	margin-top: 6px;
	margin-left: 20px;
    margin-right: 20px;
	color: #FFFFFF;
	float: left;
}

.topmenu a:link {
	color: #e1e1e1;
	font-weight: bold;
	text-decoration: none;
}
.topmenu a:visited {
	color: #e1e1e1;
	font-weight: bold;
	text-decoration: none;
}

.topmenu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.onlinecount {
	margin-top: 7px;
	margin-right: 6px;
	color: #e1e1e1;
	font-weight: bold;
	float: right;
	font-size: 11px;
}

.maincontent {
	border: 0px solid #DDDDDD;
	margin: 2px;
	padding: 2px;
}

.contentbox {
	border: 3px solid #076698;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
}

.contentbox a:link {
	font-weight: bold;
	color: #076AA3;
}

.contentbox a:visited {
	font-weight: bold;
	color: #076AA3;
}

.contentbox a:hover {
	font-weight: bold;
	color: #009AF2;
}


.contenttext {
	background-color: #FFFFFF;
	font-size: 11px;
}

.contenttext a:link {
	font-weight: bold;
	color: #076AA3;
}

.contenttext a:visited {
	font-weight: bold;
	color: #076AA3;
}

.contenttext a:hover {
	font-weight: bold;
	color: #009AF2;
}



.contentboxheadertext {
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: 4px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}


.contentboxheader {
	height: 34px;
	border-bottom: 1px solid #686868;
}

.contentboxslash {
	float: right;
	width: 45px;
	height: 34px;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #AAAAFF;
	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;
}

.gamethumbSponsor {
	border: 1px solid #000000;
	margin: 1px;
}



.thefooter {
	font-size: 11px;
	font-family: Verdana;
    color: #FFFFFF;
}


.thefooter a {
	font-size: 10px;
	font-family: Verdana;
	color: #111111;
	text-decoration: none;
}

.thefooter a:link {
	font-size: 10px;
	color: #111111;
	text-decoration: none;
}

.thefooter a:visited {
	color: #666666;
	text-decoration: none;
}

.thefooter a:hover {
	color: #00bb44;
	text-decoration: none;
}


  



/*             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;
}



