﻿body 
{
	font-family:Verdana;
	font-size:8pt;
	background-image:url("/images/backg.gif");
}

textarea, input
{
	font-family:Verdana;
	font-size:8pt;
}

h1
{
	margin-top:10px;
	font-size: 18pt;
	font-variant:small-caps;
}

h2
{
	margin-top:5px;
	margin-bottom: 2px;
	font-size: 14pt;
	font-variant:small-caps;
}

#nav ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
	width:160px;
}

#nav ul li a {
	border-top:1px solid #ffffff;
	height: 16px;
	display: block;
	background-color:#213570;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin:0;
	padding:4px 0 0 10px;
}

#nav ul li a:hover {
	text-decoration: underline;
	background-color: #425eb2;
}

.mainTable
{
	
}

.contentcell
{
	background: #ffffff url("/images/watermark.gif") no-repeat;
	height:550px;
	border-right: solid 1px #cecece;
}

.navcell
{
	vertical-align:top;
	background-color:#f9a819;	
	height:300px;
}

.bottomcell
{
	background-color:#f9a819;
	height:1px;
	border-right:0;
}

.copyrightcell
{
	font-size:7pt;
	text-align:right;
}

.error
{
	color:#008000;
}

.FeedbackFieldset
{
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}

.FeedbackErrors
{
	color:Red;
	margin-bottom:8px;
}

.FeedbackWarnings
{
	color:Black;
	margin-bottom:8px;
}

.FeedbackInformation
{
	color:Black;
	margin-bottom:8px;
}

.tableHeader
{
	background-color:#213570;
	color:#ffffff;
	font-weight:bold;
	height:22px;
}

.tableFooter
{
	background-color:#213570;
}

.lottoNextJackpot
{
	margin:6px 0 6px 0;
	font-size: 16pt;
	font-weight:bold;
}

.linkGroup
{
	font-size:10pt;
	font-weight:bold;
}

.ulLinks
{
	margin-top:0;
	margin-left:20px;
}

.homePageSectionHeader
{
	font-size:10pt;
	font-weight:bold;
	color:#425eb2;
	background-color:#cecece;
	padding-left:6px;
}

.homePageSection
{
	padding-top:4px;
	padding-left:6px;
}

.newsHeadline
{
	font-size:12pt;
	font-weight:bold;
	font-variant:small-caps;
}

#ticker
{
width: 570px;
height: 1.2em;
padding: 3px;
margin-top:10px;
}

#ticker a
{
text-decoration: none;
}

.tickerCustom
{
	border: 1px solid black;
}

.lastUpdated
{
	margin-top:5px;
	font-weight:bold;
}

.sponsorLogo
{
	margin-bottom:5px;
	border: solid 1px black;
}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}