/* CSS Document */

body {
	background-color:#DDD;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	width:100%;
	height:auto;
}
#wrapper {
	width:100%;
	height:auto;
}

p {
	color:#333;
}

#header	{
	width:100%;
}

#header h1	{
	padding-bottom:12.5px;
	font-weight:950;
	font-size:3em;
}

#header h1 img {
	max-width:25%;
	text-align:left;
}

#nav_menu	{
	background-color:#ddd;
	width:25%;
	max-width:250px;
	top:90px;
	left:0px;
	float:left;
	height:auto;
	vertical-align: top;
}

#nav_menu h3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

#pager {
	text-align: center;
	font-weight: 950;
}

#pager a {
	color:#000;
}

#footer {
	display: block;
	width:100%;
	height:25px;
}

#footer a {
	color:#000;
	text-decoration: none;
	width:100%;
	text-align: center;
}

#newNumLink	{
	color:#F00;
	font-weight:950;
	text-decoration:none;
	font-style: italic;
}

.menuBlock	{
	max-width: 200px;
	padding-bottom:20px;
	height:auto;
}

.menuBlock a {
	width:100%;
	height:100%;
	padding-left:7px;
	color:#333;
	text-decoration:none;
	font-weight:950;
	position:relative;
	left:0;
	top:0;
}

.menuBlock a:hover {
	color:#FFF;
}

#nav_menu a 	{
	color:#084f09;
	text-decoration: none;
	font-weight:bolder;
	font-style: italic;
}

#mainContent	{
	width:70%;
	float:left;
	vertical-align: top;
}

#mainContent h2 {
	color:#333;
	margin-left:25px;
}

#mainContent h3 {
	color:#333;
}

.results {
	font-size:1.5em;
	color:#333;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.date {
	list-style-type:none;
	padding-bottom:7.5px;
}

.whiteNum {
	display:inline-block;
	background-color:#FFF;
	width:40px;
	height:40px;
	border: solid #fff;
	padding:10px;
	text-align: center;
	vertical-align: middle;
	border-radius:40px;
	color:#000;
	font-weight:950;
}

.redNum	{
	display: inline-block;
	width:40px;
	height:40px;
	border: solid #F00;
	background-color: #F00;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border-radius: 40px;
	color:#000;
	font-weight:950;
}

.yellowNum {
	display:inline-block;
	width:40px;
	height:40px;
	border:solid #FFD200;
	background-color:#FFD200;
	text-align:center;
	vertical-align: middle;
	padding: 10px;
	border-radius: 40px;
	color:#0c519f;
	font-weight:950;
}

.dataTable	{
	background-color:#DDD;
	border:none;
	border-collapse: collapse;
	float:right;
	vertical-align: top;
}

.dataTable td {
	text-align:center;
	border:none;
	padding:15px;
}

.dataTable th	{
	font-weight:900;
	padding:15px;
	text-align:center;
	color:#F00;
}

.contentHeader	{
	color:#333;
}

.infoList	{
	color:#333;
}

.powerPlay {
	list-style-type:none;
}

.jackPot {
	list-style-type:none;
}