/*
Generated by www.wordpresspartner.com
*/
/* CSS Document */

.plusone {
    float: left;
    margin: 0px 0px 0px 0px;
}

.classification { 
	position: relative;
	width: 91px;
	height: 17px;
}
.classification .cover {
	position: absolute;
	background: transparent url(../img/stars.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 91px;
	height: 17px;
	z-index: 101;
}
.classification .progress {
	position: absolute;
	background: transparent url(../img/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 17px;
	z-index: 102;
}

.table {
	font-family:Century Gothic, Arial, Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#070707;
	text-align:center;
	font-weight:500;
    }	
	
.tableheader {
	font-family:Century Gothic, Arial, Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#FF8000;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
    }	

body {
      font-family:Tahoma, Verdana, Arial, sans-serif;
      text-align:left;
      background-color:#17111;
      }

h1 {
    font-family:Century Gothic, Arial, Tahoma, Verdana, Arial, sans-serif;
    font-weight:500;
    font-size:30px;
    color:#FF8000;
    margin: 0px;
    padding-left: 30px;
    padding-bottom: 5px;
    }

h2 {
    font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
    font-size:15px;
    color:#070707;
	text-align:left;
	font-weight:500;
	}

h3 {
	font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#070707;
	text-align:left;
	font-weight:500;
    }

.tx {
     font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
     font-size:12px;
     color:#323232;
	 text-align:left;
     }
	 
.link {
     font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
     font-size:12px;
     color:#323232;
	 text-align:center;
     } 

.tx1 { /*casino ratings, numbers*/
      font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
      font-size:12px;
      color:#3e3e3e;
      line-height:25px;
      }


.ln {
	 font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	 font-size:1em;
	 color:#EEEEEE;
	 text-decoration:none;
     }



.lnsub {
        font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
        font-size:11px;
        padding:0px 20px;
        color:#EEEEEE;
        text-decoration:none;
        }


.ln1 { /* footer */
      font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
      font-size:11px;
      color:#EEEEEE;
      text-decoration:none;
      }

.menu-list ul li {
                  list-style-type: none;
                  margin:0px;
                /*padding:4px 0px;
                  border-bottom:1px dotted #504D4B;*/
                  text-align:left;
                  font-family:Century Gothic, Tahoma, Verdana, Arial, sans-serif;
                  font-size:11px
                  }

.menu-list b { /* Sidemenu Headings */
	          color:#FF8000;
	          font-size:14px;
	          line-height:normal;
	          font-family:"Century Gothic", "Arial Black", Arial, Tahoma, sans-serif;
			  text-align:left;
/*	          padding-left: 25px;*/
	          text-transform:uppercase;
	          font-style: normal;
	          font-weight: normal;
              }

.menu-list c { /* Sidemenu (US Player Friendly) */
	          color:#FF8000;
	          font-size:12px;
	          line-height:normal;
	          font-family:Century Gothic, Arial Black, Arial, Tahoma, sans-serif;
/*	          padding-left: 25px;*/
	          font-weight:normal;
              }
			 
ul.text  {font-family: Century Gothic, Arial Black, Arial, Tahoma, sans-serif;
          font-size: 12px;
		  line-height: 1.5;
		  list-style-type:circle;
		  border-bottom: none;
		  width: auto;
		  padding-left: 50px;
		  color:#323232;
		  text-align:left;
          }

ul {
    margin: 0;
    padding: 0;
	list-style: none;
	width:180px;
	border-bottom: 1px solid #ccc;
	}

ul li {
	   position: relative;
	   }
	
li ul {
	   position: absolute;
	   left: 179px;
	   top: 0;
	   display: none;
	   }
	
ul li a {
	     display: block;
	     text-decoration: none;
	     padding: 5px;
/*	     padding-left: 15px; sidemenu text control */
	     border: 1px solid #999999;
	     border-bottom: 0;
	     color:#EEEEEE;
		 background: #373332;
	     }
	
li:hover ul, li.over ul { 
	                     display: block; 
						 }
	
ul li a:hover { 
               color: #E2144A; 
			   background: #f9f9f9; 
			   }
			   
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */			   

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;



