/* Layout Stylesheet */ 

body{
	margin: 0 auto;
	padding:0px;
	background: #F9A13A;
	color: #333333;
	font-family:  arial, verdana, sanf-serif;
}

#hdr{
	background:#FECF8D;
}

.number {color:#F9A13A;font-size:120%;}  /* dark color */
.special {border: 5px double #F9A13A; width:80%; margin: 0 auto;}
.special ul {list-style-type:square;}
.special li {color:#F9A13A;  margin: 10px 20px;}
.special li span  {color:#000; font-size:120%;}
.special td {text-align:center; margin:0 auto;}
.example li, p {margin:5px 10px;}
/* STYLE USED FOR RESULTS START HERE */
#results {
	border:double #F9A13A 5px;
 	width:70%;
 	font-size: 90%;
	text-align:center;
 	margin:0 auto;
	line-height:130%;
	padding:1px;
}

#results p {
border-bottom:#F9A13A solid thin;
padding-top:2px;
padding-bottom:2px;
}
/* STYLE USED FOR RESULTS END HERE */

/* Page links */
#pagelinks {
position:relative;
top:1em;
font-size: 90%;
line-height:120%;
color:#F9A13A;
height:10em;
width:560px;
margin:0 auto;
text-align:left;
}
#pagelinks .linksleft {
width:35%;
float:left;
clear:right;display:table-column;
padding-right:10px;
}
#pagelinks .linksright {
float:right;display:table-column;
}

#pagelinks a:link {
color:#F9A13A;
font-weight:bold; text-decoration:underline;
}

#pagelinks a:visited {
color: #006699;font-weight:600;text-decoration:underline;
}

.datatable {
	margin:0 auto;
  border: 2px solid #F9A13A;          /*  dark color */
  border-collapse:collapse;
  display: table;
  padding:5px;
  width:83%;
  min-width:83%;
  }
  .datatable table {  
   margin-left:3%; padding:5px; width:95%;}
   
.datatable th {  
  font-weight:bold;
  font-size:100%;
  text-align:center;
  border-bottom:none;
} 
.datatable td {  
  border-bottom: 1px solid  #333333;
  font-size:95%;
}
.datatable .line {
  border-bottom: 1px solid #333333;
}

.datatable .noline {
border-bottom:none;
border-top:none;
font-size:80%;
}

.checktable {
	margin:0 auto;
  border: 2px solid #F9A13A;          /*  dark color */
  border-collapse:collapse;
  display: table;
  padding:5px;
  width:65%;
  min-width:65%;
  }
  .checktable table {  
   margin-left:5%; padding:5px; width:90%;}
   
.checktable th {  
  font-weight:bold;
  font-size:100%;
  text-align:center;
  border-bottom:none;
} 
.checktable td {  
  border-bottom: 1px solid  #333333;
  font-size:95%;
}
.checktable .line {
  border-bottom: 1px solid #333333;
}

.checktable .noline {
border-bottom:none;
border-top:none;
font-size:80%;
}

.date {padding-left:10px; text-align:left;}

#menu li a {
		padding: 5px;
		border-left: 6px solid  #F9A13A;  /* dark color */
		border-right: 5px solid #FECF8D;  /* light color */
		border-bottom: 2px solid #000;    /* bottom black */
		border-top: 2px solid #897969;    /* top grayish */
		background-color: #FFDCB9;        /* light or lighter color */
		color: #000033;
		text-decoration: none;
		width: 100%;
		}

	#menu li a:hover {
		border-left: 6px solid #FECF8D;    /* light color */
		border-right: 5px solid #F9A13A;   /* dark color */
		background-color: #FFFF00;   /* a contrasting color */
		color: #8A2D00   ;   /* darker color */
		}

h1, h2 {
color:#F9A13A;   /* dark color */
}



#winningbox {
		border: medium #F9A13A double;   /* dark color */
		}

#jackpotbox {
		border: medium #F9A13A double;   /* dark color */
		}
				
form {margin-top:0px;}
/**********************************************************************************/
.freqtable {
    border: 2px solid #F9A13A;   /* darker color */
	margin: 0 auto;padding:5px;text-align:center; width:70%;}
.freqtable table {margin: 0 auto; width:90%;}
.freqtable th {  
  border-bottom: 1px solid  #F9A13A;   /* dark color */
}  
.freqtable td {border: 3px solid  #fff; font-weight:800;}
.freqrow {color:#fff; background-color: #F9A13A; text-align:center;font-size:90%;} /* dark color */
.freqaltrow {color:#000; background-color: #FFFFCC; text-align:center;font-size:90%;} /* lighter color */
/**********************************************************************************/

.smalltable {font-size:85%; border:thin  #999999 solid; border-collapse:collapse; width:60%; margin:0 auto;}
.smalltable th {font-size:90%; background-color:#FECF8D; padding:3px; text-align:center;border:1px  #999999 solid;} /* light color */
.smalltable td {padding:2px;border:1px  #999999 solid;}  

.smallertable {font-size:85%;text-align:center; border:thin  #999999 solid; border-collapse:collapse; width:50%; margin:0 auto;}
.smallertable th {font-size:90%; background-color:#FECF8D; padding:3px; text-align:center;border:1px  #999999 solid;} /* light color */
.smallertable td {padding:2px;border:1px  #999999 solid; width:50%;}  

.callout {position:relative; top:5px;margin:0 auto; margin-bottom:10px;clear:both; width:90%;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: thin;
	background-color: #CFD8DE;}
	
.callout p{font-size:85%;padding:7px;}

