/* Layout Stylesheet */ 

body{
	margin: 0px auto;
	padding:0px;
	background: #00AA72;
	color: #333333;
	font-family:  arial, verdana, sanf-serif;
}

#hdr{
	background:#C3E0A4;
}

.number {color:#00AA72;font-size:120%;}

/* STYLE USED FOR RESULTS START HERE */
#results ul {
  display: block;
  list-style: none outside;
  padding: 10;
  margin: 10px 10px 0px auto;
  font-family: Arial, sans-serif;
  font-size: small;
}

#results li {
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #F26F6D;
  border-right: 1px solid #F26F6D;
  border-left: 1px solid #F26F6D;
  border-bottom: 1px solid #F26F6D;
  background-color: #F8A79E;
  color: #000000;
  font-weight: bold;
  /* the next 4 lines are magic */
  display: block;
  float: right;
  position: relative;
}
/* STYLE USED FOR RESULTS END HERE */

.datatable {
	margin:0 auto;
  border: 2px solid #C3E0A4;
  border-collapse:collapse;
  display: table;
  padding:5px;
  width:60%;
  min-width:60%;
  }
.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  #003300;
  font-size:95%;
}
.datatable .line {
  border-bottom: 1px solid  #003300;
}

.datatable .noline {
border-bottom:none;
border-top:none;
font-size:80%;
}

.DoubleDraw  {
color: #99FF66;
font-weight:bold;
background-color: #009966;
}

#menu li a {
		padding: 5px;
		border-left: 8px solid  #25493C;
		border-right: 5px solid #C3E0A4;
		border-bottom: 2px solid #000;
		border-top: 2px solid #999;
		background-color: #009966;
		color: #fff;
		text-decoration: none;
		width: 90%;
		}

	#menu li a:hover {
		border-left: 8px solid #009966;
		border-right: 5px solid #009966;
		background-color: #FFFF00;
		color: #009933;
		}

h1, h2 {
color:#25493C;
}


#winningbox {
		border: medium #C3E0A4 double; 
		}
		
form {margin-top:0px;}
/**********************************************************************************/
.freqtable {
  border: 2px solid #C3E0A4;height:70%; width:50%;
	margin: 0 auto;padding:5px;text-align:center; width:60%;  }
.freqtable table {margin: 0 auto; width:90%;}
.freqtable th {  
  border-bottom: 1px solid  #003300;
}  
.freqtable td {border: 3px solid  #fff; font-weight:800;}
.freqrow {color:#000; background-color:#C3E0A4; text-align:center;}

.freqaltrow {color:#fff; background-color:#00AA72; text-align:center;}
/**********************************************************************************/
.p3table {
font-size:85%;width:95%;text-align:center;}
.p3table th {
font-size:90%;}
   .p3table td {
padding:2px;}        
