/* CSS Document */


a {	
	color: #ffcc66;	
	text-decoration: underline;
}

body {	
background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-variant:normal;
 	margin-top: .5em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	}

h1 {
	color: #ffcc66;
	font-size: 16px;
		
	}
	
h2  {
	color: #FF9900;
	font-size: 14px;
		}
	
h3 {	
	font-size: 11px;	
	color: #FFF21A;
	}
	
.sm { 	font-size:9px;
color:#999999; }
	
.subtxt { color:#ffcc66; }
 
 /* homepage */
 
#menu a { 
	background-image:url(../images/bg_main.gif);
	background-repeat:	repeat-x;
	color:#ffffff;
	font-size:11px;
	text-decoration: none;
	display:block;
	width:auto;
	padding: 5px ;
	border:1px solid #333333;
}
 
#menu a:hover { 
    background-image:url(../images/bg_main_on.gif);
	background-repeat: repeat-x;
	color:#ffffff;
border:1px solid #333333;}

#sub  { background-image:url(../images/bg-fade.png);
background-repeat: repeat-x;
border:1px solid #333333;
}


.main  {     
background-image:url(../images/damask.gif);
background-repeat:repeat;
background-color:#000000;
border:1px solid #333333;}
			



 /* inside layout */
			
#jackpot { color:#ff0000;
background-image:url(../images/jackpot-bg.gif);
background-repeat: no-repeat;
height: 27px;
width: 138px;
font-size: 14px; 
font-weight: bold;

}

#winners 
{ color:#ffffff;
background-image:url(../images/winners-sub.gif);
background-repeat: no-repeat;
height: 60px;
width: 138px;

}
			
#content { 
background-color: #000000;
border-right: #333333 1px solid;
border-left: #333333 1px solid;
border-top: #333333 1px solid;
border-bottom: #333333 1px solid;}


	
.submenu { background-image:  url(../images/sub-bg-fade.gif);
background-repeat: repeat-x;
border-right: #0233F9 1px solid;
border-left: #0233F9 1px solid;
border-bottom: #0233F9 1px solid;
font-size: 11px;}
			

ul {	
text-indent: 1px;	
list-style-image:	url(../images/circle.gif)
}
	 
tr.odd td{ background-color:#000000; border:1px solid #fff; 
color:#000066; border-width:1px 0; height: 25px; }

tr.even td{ background-color:#000000; border:1px solid #fff; 
color:#000066; border-width:1px 0; height: 25px; }
 
.subtable { color:	#ffffff;
background-color:#000000;
border-right: #333333 1px solid;
padding: 10px;
border-left: #333333 1px solid;
border-top: #333333 1px solid;
border-bottom: #333333 1px solid;}


a.subtable:link{ color:	#990000; text-decoration: inherit; }
a.subtable:visited{ color:#990000; }
a.subtable:hover{ color:#990000; }
a.subtable:active{ color:#990000; }

a.hp:link{ color:	#ffffff; text-decoration: none; }
a.hp:visited{ color:#ffffff; text-decoration: none;}
a.hp:hover{ color:#ffffff; text-decoration: none;}
a.hp:active{ color:#ffffff; text-decoration: none;}