body {
	
	font-family: Verdana;
	background-image: url('/img/tgr_bg.jpg'); background-repeat: repeat

}

.container {
	width: 964px;
	background-color: #FFFFFF;
	font-size: 13px;
}

.header {

	height: 72px;
	width: 964px;

}
.nav {

	height: 23px;
	width: 964px;
	 border:0px solid #00a0ff;
	 background-color: #000;
	   padding:0px;
	  
}

a img, img a {
	border: none;
	}
	

.topmenu a:link {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.topmenu a:visited {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.topmenu a:hover {
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}

.onlinecount {
	margin-top: 7px;
	margin-right: 6px;
	color: #06659E;
	font-weight: bold;
	float: right;
	font-size: 11px;
}

.maincontent {

}

.contentbox {

	background-color: #FFFFFF;
	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: #838380;
}

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

.contentboxheader {
	height: 20px;
}

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

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;
}

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


.thefooter a {
	color: #FFFFFF;
	text-decoration: underline;
}

.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;
}

/*- Menu Tabs 4--------------------------- */

    #tabs4 {
     
      width:964px;
      font-size:66%;
      line-height:normal;
	 
          border-bottom:0px solid #00a0ff;
		  
      }
    #tabs4 ul {
          margin:0;
          padding:0px 0px 0 0px;
          list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("/img/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("/img/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#00a0ff;
	  text-decoration:underline;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

      #tabs4 #current a {
              background-position:0% -42px;
      }
      #tabs4 #current a span {
              background-position:100% -42px;
      }
	  
/*- Header info--------------------------- */

#table2header { 
		width:40%; height:30px;  
	  font-size:70%;
      line-height:normal;
	  color:#6B78A9;
	  margin-top: 35px;
	  float: right;
}
#table2header td { width:50%; border:0px solid white; text-align: center; }

#table2header a {
		color:#00a0ff;
      text-decoration:none;
	  }
#table2header a:hover {
       color:#6B78A9;
      text-decoration:underline;
	  
	  }
