
/*Remove these styles from all documents*/
.hidden {
	display: none;
}

td.hidden {
	display: inline;
	background: none;
}


.maincontent_block {
	width: 770px;
	margin: 0 5px;
}

.content_block {
 	font-size: 13px; 
 	padding: 10px;
}

.content_home {
 	font-size: 13px; 
 	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
}

.content_homesmall {
 	font-size: 11px; 
 	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	background-color: #FFFFFF;
}

.content_blockbig {
 	font-size: 16px; 
 	padding: 10px;
}

.content_block  a {
	color: #73A431;
	text-decoration:underline
}
.content_block  a:hover {
	color: #ABD033;
	text-decoration:none
}
.content_red {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
 .footer  a {
	color: #000000;
	text-decoration:underline
}
 .footer  a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
/*End Remove these styles from all documents*/


/*For Winner Results Tables*/
.row_head {
	font-size: 13px; 
	color: #000000; 
	background-color: #8CC540;
}
.row_1 {
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	background-color: #E2F0D0;
}
.row_2 {
	font-size: 13px; 
	color: #000000; 
	background-color: #FFFFFF;
}
/*End For Winner Results Tables*/


/*Begin new styles for September 2009 redesign */
href {
	color:#000;
	background:#FFF;
}

body {
	margin: 0;
	padding: 0;
	background-color: #B3D66B;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image:url(../Images/gif/backgroundimage.png);
	background-repeat:repeat-x;
	text-align:center;
}

a:link, a:visited {
	color: #ED0C6D;
}

img {
	border: none;	
}

input {
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #009900; 
	padding: 4px;
	background-color: #E2F0D0;
}
 
select {
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #009900; 
	padding:4px;
	background-color: #E2F0D0;
 }

textarea {
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #009900; 
	background-color: #E2F0D0;
 }


#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
	}

#header {
 	position: relative;
	width: 950px;
	height: 7.875em;
	z-index: 2;
	margin: 0;
	padding: 0;
	min-height: 125px;
}

#header ul {
	position: absolute;
	top: 12px;
	right: 24px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul li {
	float: right;
	margin-left: 12px;
}

#header ul li a{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	height: 28px;
	background: url(../Images/gif/accountButtonsLeft.png) no-repeat 0px 0px;
	display:inline-block;
	line-height: 28px;
	text-shadow: 1px 1px 3px #6d0b2f;
}

#header ul li span{
	height: 28px;
	background:url(../Images/gif/accountButtonsRight.png) no-repeat right 0px;
	display:inline-block;
	margin-right:0px;
	margin-left:6px;
	line-height: 28px;
	padding-right: 16px;
	padding-left: 10px;
}

#header ul li a:hover{
	text-decoration: underline;
	cursor:pointer;
}

#header > ul > li > a:hover {
	text-decoration: none;	
}

#header ul li a span:hover{
	text-decoration: underline;
	cursor:pointer;
}

#welcome {
	position: absolute;
	top: 0;
	right: 64px;
	padding-top: 3.75em;
	margin: 0;
	width: 435px;
	height: 5em;
	z-index: -1;
}

#welcome p{
	margin: 0;
	padding: 0;
}

.loggedIn {
	font-size:1.2em;
	font-weight: bold;
}

#mainNav {
	position: relative;
	bottom: 0px;
	width: 950px;
	height: 1.5em;
	margin:0;
	z-index: 3;
	color:#000;
	margin-bottom: -1px;

}

#container > #mainNav {
	margin-bottom: 0px;
}

#mainNav ul {
	height: 100%;
	list-style-type: none;
	padding: 0;
}

#mainNav ul li{
	float: left;
	height: 1.5em;
	border-bottom: 1px solid #fbb03b;
	overflow:hidden;
	margin-left: 0;
}

#mainNav ul li a {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#333;
	text-decoration:none;
	height: 2.2em;
	background:url(../Images/gif/navTabsLeft.gif) no-repeat 0px -72px;
	display:inline-block;
	line-height: 1.5em;
}

#mainNav ul li a span{
	height: 2.2em;
	background:url(../Images/gif/navTabsRight.gif) no-repeat right -72px;
	display:inline-block;
	line-height: 2.2em;
}

#mainNav ul li a:hover {
	background:url(../Images/gif/navTabsLeft.gif) no-repeat 0px -144px;
}

#mainNav ul li a:hover span{
	background:url(../Images/gif/navTabsRight.gif) no-repeat right -144px;
	cursor:pointer;
}

.enNav {
	margin: 0 0px 0 24px;
	
}

.enNav li{
	margin-right: 13px;
}

.enNav li a {

}

.enNav li a span{
	margin: 0 0 0 6px;
	padding-right: 46px;
	padding-left: 40px;
}

.spNav {
	margin: 0 0px 0 24px;
}

.spNav li{
	margin-right: 13px;
}

.spNav li a {

}

.spNav li a span{
	margin: 0 0 0 6px;
	padding-right: 24px;
	padding-left: 18px;

}

#mainNav > ul.spNav > li > a > span{
	margin-right: 0px;
	padding-right: 27px;
}

#lotteryLogo {
	position: absolute;
	top: 20px;
	left: 19px;
}

#siteLogo {
	position: absolute;
	top: 20px;
	left: 103px;
}

#main {
	width: 950px;
	z-index: 2;
}

#backgroundTop {
	height: 50px;
	background-image: url(../Images/gif/topMainYellow.png);
	background-position: top;
	background-repeat:no-repeat;
}

#backgroundMiddle {
	background-image:url(../Images/gif/middleMainWhite.png);
	background-position: top;
	background-repeat:repeat-y;
}

#mainContent {
	position: relative;
	top: -25px;
	left: 0;
	margin: 0 24px 0 24px;
	padding: 0;
	font-size: .8em;
	overflow:hidden;
}

#mainContentPromotion {
	position: relative;
	top: -50px;
	left: 0;
	margin: 0 3px;
	padding: 0;
	font-size: .8em;
	overflow:hidden;
}

#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color:#444;
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 50px;
	clear:both;
	padding: 15px 0;
	background-image: url(../Images/gif/bottomMain.png);
	background-position: top;
	background-repeat:no-repeat;
}

#footer p {
	margin: 0 0 2px 0;
	padding: 0;
}

#mainNav ul li.active {
	border-bottom: 1px solid #fcee21;
}

#mainNav ul li.active a, #mainNav ul li.active a:hover {
	background-position: 0px 0px;
	cursor:default;
	border-bottom: 1px solid #fcee21;
}

#mainNav ul li.active a span, #mainNav ul li.active a:hover span {
	background-position: 100% 0px;
	cursor:default;
	border-bottom: 1px solid #fcee21;
}


.bannersHome {
	margin-bottom: 10px;
	border: none;
}

#leftHome {
	float:left;
	display:inline;
	width: 300px;
	height: 450px;
	margin: 0 0 0 25px;
	padding:0;
	text-align: left;
}

#middleHome {
	float:left;
	display:inline;
	width: 72px;
	height: 450px;
	margin: 25px 0 0 0;
	background-image:url(../Images/gif/greyLine.gif); 
	background-position: 36px 51px; 
	background-repeat: no-repeat;
}

#rightHome {
	float:left;
	width: 480px;
	height: 450px;
	display: inline;
	overflow: auto;
	margin:25px 0 0 0px;
	padding: 0;
}

.title {
	color: #000000;
	font-weight: bolder;
	font-size: 2em;
	line-height: 30px;
	margin-top: 15px;
}

.note {
	font-size: .85em;
	line-height: 120%;
}

#rules {
	position: relative;
	margin: 15px 40px;
	text-align: left;
}

#genericContent {
	position: relative;
	margin: 15px 40px;
	text-align: left;
}

#scratchTicketEntryMain {
	padding: 12px 6px 12px 12px;
	background: url(../Images/gif/scratchBackground.png) no-repeat;
}

#scratchTicketEntryMain ul li {
	margin: 0;
	padding: 0;
}

#scratchTicketEntry input {
	border: 1px solid #3A3A9C; 
	background-color: #ECECF5;
}

#scratchDropDown {
	width: 412px;
	border: 1px solid #3A3A9C; 
	background-color: #ECECF5;
	margin-bottom: 6px;
}

#scratchTicketEntryField{
	width: 256px;
}

#scratchSubmit {
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}

#scratchReset {
	font-size: 11px;
	font-weight: bold;
	width: 60px;
	margin: 0 6px;
}

#voucherTicketEntryMain {
	padding: 12px 6px 12px 12px;
	background: url(../Images/gif/voucherBackground.png) no-repeat;
}

#voucherTicketEntry input {
	border: 1px solid #ED0C6D; 
	background-color: #FDE2EE;
}

#voucherDropDown {
	width: 412px;
	border: 1px solid #ED0C6D; 
	background-color: #FDE2EE;
	margin-bottom: 6px;
}

#voucherTicketEntryField{
	width: 256px;
}

#voucherSubmit {
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}

#voucherReset {
	font-size: 11px;
	font-weight: bold;
	width: 60px;
	margin: 0 6px;
}

#myEntryList {
	clear: both;
}




/*Styles for Bass Pro Shops pages */
#topBanner {
	position: relative;
}

#topBanner ul {
	position: absolute;
	top: 201px;
	left: 0;
	height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: 1px #99AFC7 solid;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

#topBanner li {
	float: left;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 2px 40px 0 40px;
	border-right: 1px #000 solid;
	border-left: 1px #99AFC7 solid;
	height: 22px;
}

#topBanner li.first {
	border-left: none;
}

#topBanner li.last {
	border-right: none;
}

#topBanner a:link, #topBanner a:visited{
	color: #FFD400;
	text-decoration: none;
}

#topBanner a:hover{
	color: #30E8FF;
	text-decoration: underline;
}

#topBanner li.bpsSpanish {
	padding: 2px 30px 0 30px;
}

#prizesContentMiddle {
	font-size: 13px;
	margin: 0 20px;
	text-align: left;
}

/*End Styles for Bass Pro Shops pages*/

