body {
	background: #f239b7 url(img/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}

.container {
        width: 972px;
	font-size: 12px;
}

.header {
	background-image: url(images/top.jpg);
	height: 162px;
	width: 972px;
}

.topmenustrip {
        border-top: 3px solid #ffffff;
	background: #f239b7 url(images/mmbg.gif);
	background-repeat: repeat-x;
        width: 972px;
	height: 42px;
}

.topmenustrip2 {
	background: transparent url(images/mbg.gif);
	background-repeat: no-repeat;
        width: 972px;
	height: 42px;
}

.topmenu {
	margin-top: 13px;
	margin-left: 16px;
	color: #ffffff;
	float: left;
}

.topmenu a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.topmenu a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.topmenu a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.onlinecount {
	margin-top: 13px;
	margin-right: 16px;
	color: #ffffff;
	font-weight: bold;
	float: right;
}

.maincontent {
        background-color: #f239b7;
	padding: 2px;
}

.pubcontent {
        background-color: #ffffff;
	padding: 2px;	
}

.contentbox {
	color: #646464;
	margin-bottom: 2px;
	background-color: #ffffff;
	font-size: 12px;
}

.sil {
        width: 96%;
        padding-left: 8px;
        height: 17px;
        margin-top: 2px;
        border-bottom: 1px solid #f8dffa;
        clear: both;
}

.leftnum {
	color: #646464;
}

.cmenulink {
        width: 96%;
        padding-left: 8px;
        height: 17px;
        padding-top: 2px;
        border-bottom: 1px solid #f8dffa;
        clear: both;
}

.contentbox a:link {
        text-decoration: none;
	font-weight: bold;
	color: #b631c2;
}

.contentbox a:visited {
        text-decoration: none;
	font-weight: bold;
	color: #b631c2;
}

.contentbox a:hover {
        text-decoration: none;
	font-weight: bold;
	color: #b631c2;
}

.contentboxheadertext {
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 9px;
	padding-left: 14px;
	height: 25px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.contentboxheader {
	height: 34px;
	background-repeat: repeat-x;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #f239b7;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.contentboxslash {
	float: right;
	background-repeat: no-repeat;
	background-position: top right;
	width: 76px;
	height: 34px;
}

.gra {
        border-bottom: 1px solid #f8dffa;
        padding: 0px 5px 3px 5px;
        margin-bottom: 3px;
        font-size: 11px;
        color: #646464;
	background: transparent;
	height: 52px;
}

.gra_adm {
        border-bottom: 1px solid #f8dffa;
        padding: 0px 5px 3px 5px;
        margin-bottom: 3px;
        font-size: 11px;
        color: #646464;
	background: transparent;
	height: 66px;
}

.gra .gamethumb, .gra_adm .gamethumb {
        margin-right: 8px;
	border: 1px solid #000000;
}

.gra .gamelink {
        font-size: 12px;
        font-weight: bold;
        color: #b631c2;
	background: transparent;
}

.moree {
        color: #b631c2;
	background: transparent;
        border-bottom: 1px solid #f8dffa;
        padding: 0 0 5px 77px;
        margin-bottom: 1px;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #F8DFFA;
	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%;
}

.thefooter {
	font-size: 12px;
	width: 954px;
	text-align: left;
	color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.thefooter a {
	color: #ffffff;
	text-decoration: none;
}

.thefooter a:hover {
	color: #ffffff;
	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;
}

hr {
color: #F8DFFA;
}

