
/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(headerbg2-blue.gif) repeat-x;
	color: #666666;	
	text-align: center;		
	
	
}
 
/* links */
a {
	background: inherit;
	/*color: #0A6314; */
	color:#CC0000;
}
a:hover {
	background: inherit;
	color: black;
}


a img {border: none; } 


/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	
	color: #1A9C30;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 15px;
	text-transform: uppercase;
	color: white;
	}	
	
	#main h3 {
	padding: 10px 0 0px 5px;
	margin: 0 0 0 5px;
	color: white;
	}
	
	
#sidebar h1 {
	padding:0px 0px 5px 16px;
    text-align: center;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: green;
	
		
}

#rightbar h1 {
	padding: 0px 0px 3px 0px;
	text-align: center;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: green;
		
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 2px;	
	color: #3182C0;	
}
ul span, ol span {
	color: #666666;
}








 





/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
    width:996px;  	
	text-align: left;		
		
}
#content-wrap {
	clear:both;
	overflow: auto; 
    height: 1%;
    margin: 0; padding:0;
	width: 996px;
	background: black;
		
}

/* header */
#header {
	position: relative;
	background: url(headerbg2-blue.gif) repeat-x;
	height: 100px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	top: 0; left: 5px;	
}

#header .banner {
	position: absolute;
	top: 15px; right: 5px;	
}

/* main column */
#main {
	float: left;
	margin-left: 12px;
	padding: 15px 5px 10px 0px;
	width: 60%;	
	/*border-left: 1px solid #AAACA9;
	border-right: 1px solid #AAACA9;*/
	
	background: black;
	
}



/* Left sideabar */
#sidebar {
	float: left;
	width:18%;
	margin: 0px;	padding: 15px 0px 0 5px ; 
	display: inline;
	background:black;
	
}
#sidebar a {
    font-weight: 500;
	background-image: none;
	text-decoration: none;
    color: white;
}

#sidebar a:hover {
    font-weight: bold;
	background-image: none;
	text-decoration: none;
    color: green;
}


		

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 35px 0px;	
	padding-right: 0;		
	text-decoration: none;
	font-size: 1.2em;
	
	
}



#sidebar ul.sidemenu li {
	
	border-bottom: 1px solid black;
	padding: 2px 2px 2px 1px;	
	background: url(sidebarmenu2.gif) repeat-x;
}




* html body #sidebar ul.sidemenu li { height: 1%; }




/* rightbar */

#rightbanner {
	float: left;
	margin:0px;	padding: 0 0 0 20px; 
	display: inline;
	background:black;
}


#rightbar {
	float: left;
	width: 18%;
	margin:0px;	padding: 15px 0 0 3px; 
	display: inline;
	background:black;
}

#rightbar a {
    font-weight: 500;
	background-image: none;
	text-decoration: none;
    color: white;
}

#rightbar a:hover {
    font-weight: bold;
	background-image: none;
	text-decoration: none;
    color: green;
}
		

#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 35px 0;	
	padding-right: 0;		
	text-decoration: none;
	font-size: 1.2em;
	
}

#rightbar ul.sidemenu li {
	border-bottom: 1px solid black;
	padding: 2px 2px 2px 1px;	
	background: url(sidebarmenu2.gif) repeat-x;
}

* html body #rightbar ul.sidemenu li { height: 1%; }




/* footer */
#footer {
	clear: both;
	background: #FFF url(footerbg.gif) repeat-x left top;
	border-top: 1px solid #AAACA9;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #006C00;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}


/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0px px 0px 0px;
	padding-left: 0px;
}
#menu ul {	
	position: relative; 
	bottom:  0px;
	margin: 0; padding: 0 ;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 975px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 0px 0;	
	list-style: none;
	
	
}
#menu ul li{
	display: inline;
		
}
#menu ul li a {	
	position: relative; bottom: 0px;
	float: left;
	color: #141414;
	padding: 0px 30px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
	
}
#menu ul li a:hover{
	color: #B4B5B4;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3F9E30;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3F9E30;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right { text-align:right;  }
.alignleft {float: left;}
.alignright {float: right;}
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	



/* TEXT STYLES*/
.style3 {color: #006600}
.style5 {color: #006600; font-weight: bold; }
.style6 {color: #FFFFFF}
.style10 {color: #3A3A3A}
.style6 {
	color: #525252;
	font-weight: bold;
}
.style2 {color: #006600; font-weight: bold; font-size:1.1em; }



.style11 {color: #535353; font-weight: bold; }

.style1 {color: #FFFFFF}
.style4 {color: #010000; font-weight: bold; }
.style8 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	 
}
.style13 {
	color: #010000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	
}
.style19 {color: #FFFFFF; font-weight: bold; }

.style25 {font-size: 1.5em; font-family: Georgia, "Times New Roman", Times, serif; color: #CC0000; }
.style27 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.maintables {    
background-color:#FFFFFF;
 
}

/* Different Color Links*/
a.greenlink{
color: #006C00;

}
a.greenlink:hover{
	
	color: gray;
}

a.bluetextlink{
color: blue;
text-decoration:None;
font-weight:bold;

}

a.bluetextlink:hover{
color: black;
text-decoration:None;
font-weight:bold;

}
a.whitetextlink{
color: white;
font-weight:bold;

}
a.whitetextlink:hover{
color: black;
font-weight:bold;

}

a.smallbluetextlink{
color: blue;
text-decoration:None;


}

a.smallbluetextlink:hover{
color: black;
text-decoration:None;}

a.whitetextlink2{
color: white;
font-weight:bold;
text-decoration:None;

}
a.whitetextlink2:hover{
color: green;
font-weight:bold;
text-decoration:None;

}

a.largegreen{
color: green;
font-weight:bold;
text-decoration:None;
font-size:16px;

}
a.largegreen:hover{
color: white;
font-weight:bold;
text-decoration:None;
font-size: 16px;

}



a.smallgrey{
color: gray;
font-size:12px;

}
a.smallgrey:hover{
color: white;
font-size: 12px;

}

a.sidebarheader {
	
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: green;
	
		
}


a.brightgreen{
color:  #94FB2D;
font-size:12px;

}
a.brightgreen:hover{
color: red;
font-size: 12px;

}

a.style20 {color: #006600; font-weight: bold; font-size:12px; text-decoration:none;}
.style20:hover {color: black; font-weight: bold; font-size:12px;  text-decoration:none;}
.style29 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
}


/* Slots Pages*/


.tableheader{
margin: 0 auto;
text-align:left; 
height:27px;
width:95%;
padding: 3px 0px 0px 8px;

}




.casinotable{
border-bottom:1px solid #C7C7C7;



}

.casinotable td{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0000FF;

}


tr.whiteback td{background-color:#FFFFFF;  font-size:13px;}
tr.yellowback td{background-color:#EBECEB; font-size:13px;}

.indextableheader{
margin: 0 auto;
text-align:left; background:url(images/indextabletop.jpg) no-repeat;
height:25px;
width:560;
padding: 3px 0px 0px 8px;

}




.indexcasinotable{
border-bottom:1px solid #C7C7C7;



}

.indexcasinotable td{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:black;


}

