/* GLOBAL */

#doc4{
	width:975px;
}

body{
	color:#333333;
	font: normal 12px Arial;
}

h1{
	font-size:30px;
	font-weight:bold;
}


h2{
	font-size:24px;
	font-weight:bold;
	color: #003366;
	padding-bottom: 4px;
}

h3{
	font-size: 15px;
	font-weight:bold;
	padding-bottom: 4px;
}

strong, .strong{
	font-weight:bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.error {
	color: red;
}

SUP {
	position: relative;
	top: -5px;
}

#hd #logowrap #logo span,#nav #jointoday a span,#joinbutton a span,#localbox a.viewbutton span,a#createyourown span,
#progsweeps h2 span,#progsweeps .enternow span,#poll .top h2 span,#latestwinners .top h2 span,#populargames .top h2 span,
#sweepsforum .top h2 span,a.suggestions span,a.facebook span,a.twitter span,.hotsweepbox .top h2,.hotsweepbox a.enternow span,
#playbutton span, #logout span, #poll_link span
{display:none}

/* TEMPLATE */

#hd{
	background:#ffffff url(/images/header_bg.gif) no-repeat left top;
	padding:0px;
	width:970px;
	height:77px;
}

#hd #logowrap{
	float:left;
	width:650px;
}

#hd #logowrap #logo{
	background:url(/images/logo.gif) no-repeat left top;
	width:403px;
	height:75px;
	margin-top:1px;
	margin-left:25px;
}

#hd #searchbox{
	float:left;
	margin:20px 0 0 40px;
}

#hd #searchbox #header_search{
	background:url(/images/header_inputbg.gif) no-repeat left top;
	width:212px;
	height:25px;
	border:none;
	float:left;
	color:#999999;
	font:italic 12px Tahoma;
	padding:8px 0 0 10px;
}
#g_search {
	border: 0px!important;
}

/* BODY */
#bd{
	background:url(/images/subnav_loginbg.gif) no-repeat right top;
	width:970px;
}

#bd_partner {
	width: 790px;
	background-color: #FFFFFF;
	background-image: none!important;
}

/* FOOTER */

#ft{
	text-align:center;
	font-weight:bold;
	border-top:4px solid #dae6f1;
	padding-top:10px;
	width:970px;
}

#ft .footlinks{
	background:url(/images/footer_bg.gif) no-repeat left top;
	width:970px;
	height:28px;
	color:#ffffff;
	line-height:28px;
	margin:10px 0;
}

#ft .footlinks a{
	color:#ffffff;
	line-height:28px;
	text-decoration:none;
	margin:0 5px;
}


/* NAV */

#nav{
	background:url(/images/nav_bg.gif) no-repeat left top;
	color:#ffffff;
	display:block;
	width:970px;
	height:30px;
	overflow:hidden;
	margin:8px 0 4px 0;
}

#nav #mainnav{
	float:left;
	width:625px;
}

#nav ul{
	overflow:hidden;
	margin-left:5px;
}
#nav ul li{
	float:left;
}

#nav ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	float:left;
	display:block;
	line-height:30px;
	height:30px;
	padding:0 10px;
}
#nav ul li a:hover{
	background:url(/images/nav_bghover.gif) repeat-x left top;
}

#nav #membercount strong{
	font-size:14px;
}

#nav #membercount{
	float:left;
	width:195px;
	text-align:right;
	line-height:30px;
}

#nav #jointoday a{
	float:left;
	width:134px;
	background:url(/images/btn_jointoday.gif) no-repeat left top;
	display:block;
	height:30px;
	margin:0 0 0 16px;
}

#nav #jointoday a:hover{
	background:url(/images/btn_jointoday.gif) no-repeat left bottom;
}

#nav #logout a{
	float:left;
	width:134px;
	background:url(/images/btn_logout.gif) no-repeat left top;
	display:block;
	height:30px;
	margin:0 0 0 16px;
}

#nav #logout a:hover{
	background:url(/images/btn_logout.gif) no-repeat left bottom;
}



/* NAV 2 */
#nav2{
	background:url(/images/subnav_bg.gif) no-repeat left top;
	color:#ffffff;
	display:block;
	width:970px;
	height:30px;
}

/*** ESSENTIAL STYLES SUBNAV***/
#level0, #level0 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#level0 {
	line-height:	1.0;
}
#level0 ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#level0 ul li {
	width:			100%;
}
#level0 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#level0 li {
	float:			left;
	position:		relative;
}
#level0 a {
	display:		block;
	position:		relative;
}
#level0 li:hover ul,
#level0 li.sfHover ul {
	left:			9px;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#level0 li:hover li ul,
ul#level0 li.sfHover li ul {
	top:			-999em;
}
ul#level0 li li:hover ul,
ul#level0 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#level0 li li:hover li ul,
ul#level0 li li.sfHover li ul {
	top:			-999em;
}
ul#level0 li li li:hover ul,
ul#level0 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/** SKIN **/
#subnav{
	color:#ffffff;
	display:block;
	height:30px;
	float:left;
}


#subnav ul#level0{
	margin-left:5px;
	width:655px;
}

#subnav ul#level0 li a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	float:left;
	display:block;
	height:30px;
	line-height:30px;
}

#subnav ul#level0 li a#hotsweeps,#subnav ul#level0 li a#searchsweepstakes,#subnav ul#level0 li#games,#subnav ul#level0 li a#mysweepsbank,#subnav ul#level0 li a#forum,#subnav ul#level0 li a#survey{ padding:0 5px 0 40px; }
#subnav ul#level0 li a#hotsweeps{ background:url(/images/icon_hotsweeps.gif) no-repeat 10px top; }
#subnav ul#level0 li a#searchsweepstakes{ background:url(/images/icon_searchsweepstakes.gif) no-repeat 10px top; }
#subnav ul#level0 li#games{ background:url(/images/icon_games.gif) no-repeat 10px top; }
#subnav ul#level0 li a#mysweepsbank{ background:url(/images/icon_mysweepsbank.gif) no-repeat 10px top; }
#subnav ul#level0 li a#forum{ background:url(/images/icon_forum.gif) no-repeat 10px top; }
#subnav ul#level0 li a#survey{ background:url(/images/icon_survey.gif) no-repeat 10px top; }
#subnav ul#level0 li a#hotsweeps:hover,#subnav ul#level0 li a#searchsweepstakes:hover,#subnav ul#level0 li#games:hover,#subnav ul#level0 li a#mysweepsbank:hover,#subnav ul#level0 li a#forum:hover, #subnav ul#level0 li a#survey:hover{
	background-position:10px -30px;
}

#subnav ul#level0 li  {
	float:left;
}

#subnav ul#level0 li ul {
	background: url(/images/nav_dropdownbg.gif) no-repeat left bottom;
	width:141px;
	padding-bottom:7px;
}

ul#level0 li li a{
	display:block;
	height:25px;
	padding:4px 0 4px 35px;
}
ul#level0 li li#singleplayer a{background: url(/images/icon_gamesdropdown.gif) no-repeat 7px 10px;}
ul#level0 li li#multiplayer a{background: url(/images/icon_gamesdropdown.gif) no-repeat 6px -28px;}
ul#level0 li li#brainteasers a{background: url(/images/icon_gamesdropdown.gif) no-repeat 5px -66px;}
ul#level0 li li#trivia a{background: url(/images/icon_gamesdropdown.gif) no-repeat 5px -105px;}

ul#level0 li li#singleplayer a:hover, ul#level0 li li#multiplayer a:hover,
ul#level0 li li#brainteasers a:hover, ul#level0 li li#trivia a:hover
{color:yellow;}

ul#level1 li:hover , ul#level1 li.sfHover,
ul#level1 a:focus, ul#level1 a:active
{ background:none; }

ul#level0 li.sfHover a{background:url(/images/icon_games.gif) no-repeat 10px -30px;height:30px;display:block;padding:0 10px 0 40px;margin-left:-20px;margin-right:-5px; }
ul#level0 li.sfHover li a{height:25px;padding:4px 0 4px 35px;margin:0;}

#memberloginhead{
	color:#ffffff;
	font-weight:bold;
	float:left;
	display:block;
	height:30px;
	line-height:30px;
	font-size:14px;
	margin-left:13px;
}

/* HOME STYLES */

#bannerboxleft{
	float:left;
	width:473px;
	margin-left:12px;
}

#bannerboxright{
	float:left;
	width:300px;
	margin-left:6px;
}

#memberloginform{
	color:#ffffff;
	width:300px;
	font-size:10px;
	overflow:hidden;
	vertical-align:top;
	margin-left:5px;
	height: 45px;
}

#memberloginform a{
	color:#ffffff;
}

#memberloginform input#username,#memberloginform input#password-clear,#memberloginform input#password-password{
	width:115px;
	margin-right:12px;
	font-size:12px;
	color:#999999;
	float:left;
	margin-top:2px;
}

#memberloginform a{
	text-decoration:none;
	margin-left:10px;
	line-height:14px;
}

#memberloginform .checkbox{
	float:left;
	margin-right:3px;
}

#memberin{
	color:#ffffff;
	width:300px;
	overflow:hidden;
	vertical-align:top;
	margin-left:5px;
	height: 45px;
	padding-top: 5px;
}

#memberin #links {
	padding-top: 5px;
}

#memberin a{
	color: #FFFFFF;
	font-size: 12px;
}

#memberin #bank {
	border-top: 1px solid white;
	padding-top: 2px;
}

a#createyourown{
	display:block;
	background:url(/images/btn_createyourown.gif) no-repeat left top;
	height:33px;
	width:300px;
	margin-bottom:10px;
}
a#createyourown:hover{
	background-position:left -33px;
}


#localbox{
	height:275px;
}

#localbox h2{
	font-size:21px;
	color:#003366;
	background:none;
	margin:0 10px;
}

#localbox p{
	line-height:16px;
	margin:0 10px;
}

#localbox .top,#localbox .bottom{
	width:463px;
	height:15px;
	margin:10px 0;
	clear:both;
}
#localbox .bottom {
	margin: 5px 0;
}

#localbox .top{
	background:url(/images/localbox_top.gif) no-repeat left top;
}

#localbox .bottom{
	background:url(/images/localbox_bottom.gif) no-repeat left bottom;
}

#localbox a.viewbutton{
	width:215px;
	height:37px;
	display:block;
	/*float:left;*/
	margin: 10px 0;
}

#localbox a#view_local{
	background:url(/images/btn_viewlocal.gif) no-repeat left top;
	/*margin-left:10px;*/
}
#localbox a#view_local:hover{
	background-position:left bottom;
}

#localbox a#create_own{
	color: #03478b;
}

#localbox a#create_own:hover{
	text-decoration: none;
}

#localbox UL {
	padding: 0 10px 0 15px;
}
#localbox UL LI{
	list-style-image:url("/images/green_arrow_mini.jpg");
	padding: 0 0 4px 0;
	color: #003366;
	font-weight: bold;
}

#mid_heading {
	padding: 12px 0 0 0;
}

#mid_heading H1 {
	font-size: 22px;
	color: #cf2f2f;
	font-style: italic;
}

#mid_heading #sub_head {
	font-size: 16px;
	color: #335c85;
	float: left;
	width: 250px;
	text-align: center;
}
#mid_heading #joinbutton {
	float: right;
	margin: 10px 60px 0 0;
}

#joinbutton a{
	background:url(/images/btn_joinnow.gif) no-repeat left top;
	width:142px;
	height:31px;
	display:block;
	/*margin-left:285px;*/
}
#joinbutton a:hover{
	background-position:left -31px;
}

#playbutton{
	background:url(/images/heading_play.gif) no-repeat left center;
	margin:10px 0px;
}

#playbutton a{
	background:url(/images/btn_playgames.gif) no-repeat left top;
	width:142px;
	height:31px;
	display:block;
	margin-left:285px;
}
#playbutton a:hover{
	background-position:left -31px;
}
#bannerboxleft h3{
	font-size:15.5px;
	margin-bottom:5px;
}

/* Box Styles*/

.genbox h2{
	font-size:15px;
	color:#ffffff;
	margin:0;
}

.genbox p{
}
#progsweeps{
	margin-top:5px;
}

#progsweeps .top{
	background:url(/images/progressivesweeps_heading.gif) no-repeat left top;
	width:171px;
	height:30px;
}

#progsweeps .bottom{
	background:url(/images/progressivesweeps_bg.gif) no-repeat left bottom;
	width:171px;
	padding:10px 0;
	text-align:center;
}

#progsweeps #progimage{
	border:1px solid #333333;
	margin:10px 0;
}

#progsweeps a.enternow{
	background:url(/images/btn_enternow.gif) no-repeat left top;
	width:167px;
	height:38px;
	margin:8px 0 0 2px;
	display:block;
}
#progsweeps a.entered{
	background-image: url(/images/btn_entered.gif)!important;
}
#progsweeps a.enternow:hover{
	background-position:left -38px;
}

#poll{
	margin-top:5px;
}

#poll .top{
	background:url(/images/poll_heading.gif) no-repeat left top;
	width:171px;
	height:30px;
}

#poll .bottom{
	background:url(/images/poll_bg.gif) no-repeat left bottom;
	width:171px;
	text-align:center;
	padding:15px 0;
}

#poll .bottom p{
	font-style:italic;
	margin-left:10px;
	text-align:left;
	padding-right: 5px;
}

#poll .bottom table{
	font-weight:bold;
	width:160px;
}

#poll .bottom table .option, #poll .bottom table .radio{
	text-align:left;
}

#poll .bottom table .radio{
	width:15px;
}
#poll_link {
	display:block;
	background:url(/images/btn_view-results.gif) no-repeat left top;
	width:89px;
	height:28px;
	margin: auto;
}
#poll_link:hover {
	background-position:left bottom;
}

/* SWEEP BOXES */

#sweepslist, #interior{
	float:left;
	width:605px;
}

.sweepcontent{
	clear:both;
	padding:5px 0;
}

.hotsweepbox{
	background:url(/images/hotsweeps_bg.gif) no-repeat left bottom;
	margin:0 0 10px;
}

.hotsweepbox .top{
	background:url(/images/hotsweeps_heading.gif) no-repeat left top;
	width:602px;
	height:5px;
	float:none;
}

.hotsweepbox .first{
	background:url(/images/hotsweeps_headingfirst.gif) no-repeat left top;
	height:36px;
	float:none;
	margin:-10px 0 0 0;
}

.hotsweepbox table{
	width:580px;
	margin-left:11px;
	font-size:13px;
}

.hotsweepbox table h2{
	margin:10px 0 15px 35px;
	width:200px;
	line-height:18px;
}

.hotsweepbox table h2 a{
	font-size:16px;
	color:#990000;
	font-weight:normal;
	text-decoration:none;
}

.hotsweepbox table td{
	text-align:center;
}

.hotsweepbox table p{
	font-weight:bold;
}
.hotsweepbox .sponsoredby{
	color:#999999;
	font-weight:normal;
}


.hotsweepbox a.enternow{
	display:block;
	background:url(/images/btn_hotenternow.gif) no-repeat left top;
	width:161px;
	height:50px;
}
.hotsweepbox a.enternow:hover{  background-position:left bottom; }

.hotsweepbox a.enterednow{
	background-image:url(/images/btn_hotentered.gif)!important;
}

#statslists{
	float:left;
	margin-left:10px;
}

#latestwinners{
	margin-top:15px;
}

#latestwinners .top{
	background:url(/images/latestwinners_heading.gif) no-repeat left top;
	width:171px;
	height:30px;
}

#latestwinners .bottom{
	background:url(/images/latestwinners_bg.gif) no-repeat left bottom;
	width:171px;
	text-align:center;
	padding:15px 0;
}
#latestwinners .marquee{
	background:url(/images/latestwinners_marqueebg.gif) no-repeat left top;
	height:193px;
	width:151px;
	margin-left:10px;
	visibility: hidden;
}

#latestwinners .marquee_container{
	text-align:left;
	padding-left:15px;
	width:131px;
}

#latestwinners .marquee_container p{
	margin-bottom:14px;
	font-size:14px;
}

#latestwinners .marquee_container p a{
	color:#333333;
	text-decoration:none;
}


a.suggestions{
	display:block;
	background:url(/images/btn_suggestions.gif) no-repeat left top;
	width:171px;
	height:37px;
}
a.suggestions:hover{background-position:left bottom;}

a.facebook{
	display:block;
	background:url(/images/facebook.jpg) no-repeat center top;
	width:98px;
	height:42px;
	margin-top:10px;
}

a.twitter{
	display:block;
	background:url(/images/twitter.jpg) no-repeat center top;
	width:82px;
	height:42px;
	margin-top:10px;
}

#sweepsforum{
	margin-top:10px;
}

#sweepsforum .top{
	background:url(/images/forum_heading.gif) no-repeat left top;
	width:171px;
	height:30px;
}

#sweepsforum .bottom{
	background:url(/images/forum_bg.gif) no-repeat left bottom;
	width:171px;
	text-align:center;
	padding:5px 0 10px 0;
}

#sweepsforum .bottom p{
	margin:10px 0;
}

#sweepsforum .bottom p a{
	color:#2e67b2;
	font-weight:bold;
}

#sweepsforum .bottom p.title a{
	color:#333333;
	text-decoration:none;
	padding: 0 5px;
}

#loginMessage {
	margin-top: 40px;
	position: absolute;
	background-color: #CCCCCC;
	border: 2px solid #666666;
	display: none;
	width: 300px;
	height: 100px;
	z-index: 10010;
	line-height: 14px;
	text-align: center;
}
#loginMessage #close {
	float: right;
	padding: 4px;
	cursor: pointer;
}
#loginMessage #message {
	padding: 10px 5px 10px 5px;
	color: red;
}

/* POPULAR GAMES */
#populargames{
	margin-top:10px;
}

#populargames .top{
	background:url(/images/games_heading.gif) no-repeat left top;
	width:171px;
	height:30px;
}

#populargames .bottom{
	background:url(/images/games_bg.gif) no-repeat left bottom;
	width:171px;
	text-align:center;
	padding:10px 0;
}

#populargames ol {
	margin-left:10px;
	text-align: left;
	color:#ffffff;
	font-weight:bold;
}

#populargames ol li {
	background:url(/images/games_icon.gif) no-repeat left top;
	height:18px;
	margin:5px 0;
	padding:2px 0 0 6px;
}

#populargames ol li a{
	text-decoration:none;
	color:#ffffff;
	padding: 4px 2px;
}
#populargames ol li a:hover{
	background-color: #003366;
}

/* POLL */

#poll form{
	margin-left:4px;
}

#poll table td{
	padding:5px;
}

/* GENERIC PAGES */
#heading {
	height: 50px;
}

/* GAMES PAGE */
#gameList {
	padding-top: 20px;
	margin: auto;
	text-align: center;
}
.game {
	float: left;
	width: 120px;
	padding: 5px 0 5px 0;
	height: 125px;
}
.trivia {
	width: 150px;
}
.game #title {
	font-weight: bold;
}
.gameFav {
	position: absolute;
	margin-top: -10px;
	zindex: 101;
}

/* INDIVIDUAL GAME PAGE */
#rightAd {
	float: right;
}
#arcade {
	width: 737px;
	height: 793px;
	background: url('/images/arcade.jpg');
}
#arcade #gameName {
	padding-top: 68px;
	width: 737px;
	text-align: center;
	color: #C11616;
	font-size: 40px;
}
#arcade #game {
	padding-top: 90px;
}

#gameBack {
	width: 615px;
	height: 418px;
	background: url('/images/gameBackground.gif');
	margin-left: 15px;
}
#gameBack #game {
	padding-top: 10px;
}
#game_interior {
	float: left;
	width: 970px;
	background:url('/images/game_back.jpg');
}
#game_bottom {
	/*background: url('/images/game_bottom.gif');*/
}
#game_title {
	margin-left: 15px;
	padding-top: 5px;
}
#game_description {
	width: 290px;
	margin-top: 80px;
}
#game_note {
	width: 615px;
	text-align: center;
}

/* MY PROFILE PAGE */
#profileTable {
	border: 1px solid #e8eaed;
}
#profileTable td {
	padding: 5px;
}
#profileTable label {
	color: #13426B;
	font-weight: bold;
}
#profileTable .odd {
	background-color: #e8eaed;
}
#profilePic {
	border: 1px solid #666666;
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
}
#profile #games {
	margin-left: 180px;
}
#profile #games li{
	list-style-type: decimal;
}
#progress_bar {
	display: none;
	padding-top: 5px;
}



/* MY SWEEPSBANK PAGE */
#completedTable td, #completedTable th, #member_hotSweepTable td, #member_hotSweepTable th, #date_hotSweepTable td,
#date_hotSweepTable th, #partnerTable td, #partnerTable th {
	padding: 4px;
}
#completedTable th {
	background-color: #ff0202;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
}
#completedTable .odd, #member_hotSweepTable .odd, #date_hotSweepTable .odd, #partnerTable .odd {
	background-color: #E7EFF7;
}
#member_hotSweepTable th, #date_hotSweepTable th, #partnerTable th, #partnerTable th a {
	background-color: #4C91CC;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
}

#partnerTable th a:hover {
	text-decoration: none;
}

.smallenternow span, .smalldetails span {
	display: none;
}
a.smallenternow {
	background:transparent url(/images/btn_enter_now.jpg) no-repeat scroll left bottom;
	display:block;
	height:21px;
	width:93px;
}
a.smallenterednow {
	background-image: url(/images/btn_entered.jpg)!important;
}
a.smallenternow:hover{
	background-position:left top;
}

a.smalldetails {
	background:transparent url(/images/btn_view_detials.jpg) no-repeat scroll left bottom;
	display:block;
	height:21px;
	width:93px;
}
a.smalldetails:hover{
	background-position:left top;
}

#alertBox {
	text-align: center;
	padding-top: 25px;
	color: red;
	font-weight: bold;
}

/* HOTSWEEP PAGE */
#featured {
	font-size: 12px;
}
#featured A:link, #featured A:visited {
	color: #2E67B2;
}
.sponsorlink {
	color: #666666 !important;
	font-weight: bold;
	font-size: 13px;
}
.text_red {
	color:#FD0404;
	font-size:12px;
}
.subtitle_red {
	color:#FD0404;
	font-size:12px;
	font-weight:bold;
}
.mysweepsbank_bold_green12 {
	color:#38B701;
	font-size:12px;
	font-weight:bold;
}
.fhBlue {
	color:#2E67B2;
	font-size: 14px;
}
.hs_box {
	width: 143px;
	height: 371px;
	padding: 2px 0 2px 0;
	margin: 3px;
	float: left;
}
#hs_top {
	height:9px;
	background: url('/images/hs_top.gif');
}
#hs_bottom {
	height:12px;
	background: url('/images/hs_bottom.gif');
}
#hs_middle {
	height:91px;
	background: url('/images/hs_middle.gif');
	background-repeat: repeat-y;
}
#hs_middle img.prize, #featured_sweep img.prize {
	border: 1px solid #c6ced6;
	margin: 3px 0px 3px 0px;
	padding: 2px;
}
.hotsweepbox #subtitle {
	float:right;
	padding-top:8px;
	color: #13426B;
	font-weight: bold;
}
#featured_title {
	margin: 0;
	float: left;
	font-weight: bold;
	width: auto;
	color: #990000;
	font-size: 17px;
}
.togo {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 12px;
}
a.smallcoupon {
	background:transparent url(/images/btn_coupon.gif) no-repeat scroll left bottom;
	display:block;
	height:21px;
	width:93px;
}
a.smallcoupon:hover{
	background-position:left top;
}
a.smallcoupon span {
	display: none;
}

/* SWEEP ENTRY PAGE */
.sweep_title {
	font-weight: bold;
	color: #ff0000;
	font-size: 16px;
}

label.error {
	color: red;
	padding-left: 10px;
}

/* SWEEP STATS PAGE */
#stats_table {
	border: 1px solid #E8EAED;
}
#stats_table TD {
	padding: 4px;
}

/* LOCAL SWEEPS PACKAGE PAGE */
.last {
	padding-right: 0px!important;
}
.local_package {
	width: 950px;
}
.local_package TD {
	width: 308px;
	padding: 4px;
}
.local_package #standard_local_top {
	background: url('/images/local_standard_top.jpg');
	background-repeat: no-repeat;
	height: 39px;
}
.local_package #standard_internet_top {
	background: url('/images/internet_standard_top.jpg');
	background-repeat: no-repeat;
	height: 39px;
}
.local_package #premium_top {
	background: url('/images/premium_hotsweep_top.jpg');
	background-repeat: no-repeat;
	height: 39px;
}

.local_package .package_mid {
	background: url('/images/local_mid.jpg');
	background-repeat: repeat-y;
}
.local_package .package_bottom {
	background: url('/images/local_bottom.jpg');
	background-repeat: no-repeat;
	height: 15px;
}
#standard_local_top_wide {
	background: url('/images/standard_local_top_wide.jpg');
	background-repeat: no-repeat;
	height: 39px;
}

#standard_local_top_wide2 {
	background: url('/images/sweeps_whatsincluded.jpg');
	background-repeat: no-repeat;
	height: 39px;
}
.package_mid_wide {
	background: url('/images/package_mid_wide.jpg');
	background-repeat: repeat-y;
}
.package_bottom_wide {
	background: url('/images/package_bottom_wide.jpg');
	background-repeat: no-repeat;
	height: 30px;
}
.package_mid UL.local LI, .package_mid_wide UL.local LI {
	padding: 2px 8px 2px 0;
	margin-left: 35px;
	list-style-image:url('/images/blue_arrow.gif');
	list-style-type:square;
}
.package_mid UL.internet LI {
	padding: 2px 0 2px 0;
	margin-left: 35px;
	list-style-image:url('/images/green_arrow.gif');
	list-style-type:square;
}
.package_mid UL.premium LI {
	padding: 2px 0 2px 0;
	margin-left: 35px;
	list-style-image:url('/images/red_arrow.gif');
	list-style-type:square;
}
.package_title {
	font-size:17px;
	font-weight:bold;
	padding-bottom:4px;
}
#package_intro .title {
	font-size: 20px;
	text-align: center;
}
.package_mid .light_blue, .package_mid_wide .light_blue  {
	color: #7698C5;
}
.package_mid .blue, #package_intro .blue {
	color: #0061FB;
}
.package_mid .green, #package_intro .green {
	color: #599F2D;
}
.package_mid .red, #package_intro .red {
	color: #D30000;
}
.package_mid .what {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.package_mid .coupon {
	font-size: 16px;
}
.package_mid #coupon_description {
	padding: 5px 0 5px 0;
}
.package_mid .local_btn {
	margin-top: 15px;
	background: url('/images/btn-local.jpg');
}
.package_mid .local_btn:hover {
	background-position: 0 -43px;
}
.package_mid .internet_btn {
	margin-top: 15px;
	background: url('/images/btn-internet.jpg');
}
.package_mid .internet_btn:hover {
	background-position: 0 -43px;
}
.package_mid .premium_btn {
	margin-top: 15px;
	background: url('/images/btn-hot.jpg');
}
.package_mid .premium_btn:hover {
	background-position: 0 -43px;
}
#partner_stage {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	border-bottom:4px solid #DAE6F1;
}
#partner_stage .stage_title {
	font-size: 24px;
	color: #D30000;
	font-weight: bold;
}
#partner_stage #steps {
	float: right;
}
#partner_stage #steps .step{
	color: #D30000;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 10px;
}
#partner_stage #steps IMG {
	padding: 0 5px 0 5px;
}
#package_intro {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#package_intro #text {
	font-size: 13px;
	line-height: 20px;
}
.create_sweep {
	background-image: url('/images/btn_create_sweeps.jpg');
}
.create_sweep:hover {
	background-position: 0 -43px;
}
.what_get {
	color: #0061FB;
	margin: 10px 0;
	font-size: 18px;
}
#package_intro A:link, #package_intro A:visited {
	color: #0061FB;
	font-weight: bold;
}
#get_started_btn {
	margin-top: 20px;
	text-align: center;
}
.get_started {
	background-image: url('/images/btn_getstarted.jpg');
	height: 34px;
	width: 185px;
}
.get_started:hover {
	background-position: left 34px;
}
.why_sweepstakes {
	margin-left: 20px;
}
.why_sweepstakes LI{
	list-style-type: disc;
	padding: 6px 4px;
	font-weight: bold;
	font-size: 14px;
}

/* LOCAL SWEEP SEARCH PAGE */
#winner_scroll_left {
	background: url('/images/winners_left.jpg');
	width: 10px;
	height: 37px;
	float: left;
	position: relative;
	top: 8px;
}
#winner_scroll {
	background: url('/images/winners_mid.jpg');
	background-repeat: repeat-x;
	height: 37px;
	position: relative;
	top: 8px;
	color: white;
	padding-top: 10px;
}
#local_search_left {
	background: url('/images/local_search_left.jpg');
	height: 42px;
	width: 13px;
	float: left;
}
#local_search {
	background: url('/images/local_search_mid.jpg');
	background-repeat: repeat-x;
	height: 42px;
	float: left;
	width: 500px;
	padding-top: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.searchlocal {
	width: 600px;
	margin-left: auto;
	margin-right: 200px;
}

.currentlyserving strong {
	color: #599F2D;
	font-size: 16px;
}
.currentlyserving a {
	color: #0061FB;
	font-weight: bold;
	font-size: 14px;
}
#find_local {
	color: #D00602;
	font-style: italic;
	font-size: 30px;
}

/* PARTNER - HOW IT WORKS PAGE */
#silver_top {
	width: 972px;
	height: 20px;
	background-image: url('/images/silver_top.jpg');
}
#silver_bottom {
	width: 972px;
	height: 20px;
	background-image: url('/images/silver_bottom.jpg');
}
.partner_works #intro {
	padding: 10px;
	font-weight: bold;
}
#partner_title {
	margin-left: 15px;
}
#partner_title h2 {
	color: #D00602;
	font-style: italic;
}
.partner_works HR {
	color: #FFFFFF;
	width: 90%;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.partner_works UL {
	margin: auto;
	padding-left: 80px;
	display: none;
}
.partner_works #how_new  UL LI {
	margin: auto;
	padding: 2px 2px 2px 0px;
	list-style-image:url('/images/green_arrow.gif');
}
.partner_works #how_new UL LI UL LI, .partner_works #how_exist UL LI UL LI {
	margin: auto;
	padding: 2px 2px 2px 0px;
	list-style-image: none;
	list-style-type: disc;
}
.partner_works #how_new UL LI UL, .partner_works #how_exist UL LI UL {
	margin: auto;
	padding-left: 40px;
	display: block;
}
.partner_works #how_new UL LI UL LI UL, .partner_works #how_exist UL LI UL LI UL{
	margin: auto;
	padding-left: 40px;
	display: block;
}
.partner_works #how_new UL LI UL LI UL LI, .partner_works #how_exist UL LI UL LI UL LI{
	margin: auto;
	padding: 2px 2px 2px 0px;
	list-style-type: square;
}

.partner_works #how_exist UL LI {
	margin: auto;
	padding: 2px 2px 2px 0px;
	list-style-image:url('/images/blue_arrow.gif');
}

#how_exist {
	width: 474px;
	background-image: url('/images/how_tile.jpg');
	background-repeat: repeat-y;
}
#how_exist h4 {
	color: #0061FB;
	font-weight: bold;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 5px;
	cursor: pointer;
}
#how_exist #title {
	width: 474px;
	height: 40px;
	background-image: url('/images/how_exist_top.jpg');
}
#how_new #title {
	width: 474px;
	height: 40px;
	background-image: url('/images/how_new_top.jpg');
}

#how_new {
	width: 474px;
	padding-right:20px;
	background-image: url('/images/how_tile.jpg');
	background-repeat: repeat-y;
}
#how_new h4 {
	font-weight: bold;
	color: #326500;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 5px;
	cursor: pointer;
}

#how_exist_foot, #how_new_foot {
	height: 43px;
	width: 474px;
	float: left;
	display: inline;
	background-image: url('/images/how_bottom.jpg');
	background-repeat: no-repeat;
}
#how_new_foot {
	padding-right:20px;
}

#how_new .circle, #how_exist .circle {
	vertical-align: bottom;
}

/* JOIN FORM */
#join_form {
	width: 620px;
	margin-left: 5px;
}
#join_title {
	width: 629px;
	text-align: center;
}
#join_form .label {
	width: 110px;
	font-weight: bold;
	float: left;
	line-height: 25px;
	text-align: right;
}
#join_form .input {
	width: 150px;
	float: left;
	padding: 4px 0 4px 10px;
	text-align: left;
}

#join_foot {
	width: 620px;
	margin-left: 5px;
	text-align: center;
}
#join_foot .row {
	margin-left: 140px;
	text-align: left;
}
#join_left .row input {
	padding:2px 0 2px 5px;
}
#join_foot .row label.error {
	float: right;
}

#join_foot .label {
	width: 400px;
	font-weight: bold;
	float: left;
	line-height: 25px;
	text-align: left;
}
#join_foot .input {
	width: 20px;
	float: left;
	padding: 2px 0px 2px 5px;
	text-align: left;
	margin-left: 140px;
}
#join_submit {
	background-image: url('/images/btn_joinnow.gif');
	width: 142px;
	height: 31px;
	margin-left: 225px;
	background-position: left 31px;
}
#join_submit:hover{
	background-position: left 0px;
}

#registerForm #join_submit {
	margin-left: 400px;
}

/* PARTNER REGISTER FORM */
#partner_join_form {
	width: 620px;
	margin-left: 5px;
}
#partner_join_form {
	width: 970px;
}
#partner_join_form .label {
	width: 150px;
	font-weight: bold;
	float: left;
	line-height: 25px;
	text-align: left;
}
#partner_join_form .input {
	width: 250px;
	float: left;
	padding: 2px 0px;
	text-align: left;
}

#partner_join_foot {
	width: 620px;
	margin-left: 5px;
	text-align: center;
}
#partner_join_foot .label {
	width: 400px;
	font-weight: bold;
	float: left;
	line-height: 25px;
	text-align: right;
}
#partner_join_foot .input {
	width: 200px;
	float: left;
	padding: 2px 0px 2px 5px;
	text-align: left;
}
#partner_join_submit {
	background-image: url('/images/btn_submit.jpg');
	width: 89px;
	height: 28px;
	margin-left: 250px;
}
#partner_join_submit:hover{
	background-position: left 28px;
}

#registerForm #join_submit {
	margin-left: 400px;
}

/* PARTNER LOGIN */
#loginForm label {
	line-height: 20px;
	width: 150px;
	float: left;
	padding: 3px 0;
}
#loginForm br {
	clear: both;
}
#loginForm input {
	float: left;
}
#loginForm #partner_login {
	background-image: url('/images/btn_login.jpg');
	width: 89px;
	height: 28px;
	margin-left: 125px;
}
#loginForm #partner_login:hover{
	background-position: left 28px;
}

/* PARTNER SWEEP INFO FORM */
#sweep_form {
	width: 900px;
	margin-left: 90px;
}
#sweep_form .label {
	width: 200px;
	font-weight: bold;
	float: left;
	line-height: 25px;
}
#sweep_form .input {
	width: 600px;
	float: left;
	padding: 2px 0px;
}
#sweep_submit {
	background-image: url('/images/btn_submit.jpg');
	width: 89px;
	height: 28px;
	margin-left: 450px;
}
#sweep_submit:hover{
	background-position: left 28px;
}
.includesurvey label {
	font-weight: bold;
}
#sweepForm #join_submit {
	margin-left: 250px;
}

/* PARTNER SWEEP REVIEW PAGE */
#buttons {
	margin-left: 280px;
}
#buttons .split {
	float: left;
	width: 120px;
	text-align: center;
}
#buttons #preview span, #buttons #edit span, #buttons #create span {
	display: none;
}
#buttons #preview A{
	background-image: url('/images/btn_preview.jpg');
	width: 89px;
	height: 28px;
	display: block;
	margin: auto;
}
#buttons #preview A:hover{
	background-position: left 28px;
}
#buttons #edit A{
	background-image: url('/images/btn_sweep_edit.jpg');
	width: 69px;
	height: 28px;
	display: block;
	margin: auto;
}
#buttons #edit A:hover{
	background-position: left 28px;
}
#buttons #create A{
	background-image: url('/images/btn_sweep_submit.jpg');
	width: 89px;
	height: 28px;
	display: block;
	margin: auto;
}
#buttons #create A:hover{
	background-position: left 28px;
}

/* GAME DEVELOPERS INFO PAGE */
XMP {
	padding: 0;
	margin: 0;
}
#dev_reqs OL LI {
	padding:5px;
	font-weight: bold;
}
#dev_reqs OL LI UL {
	padding-left: 25px;
}
#dev_reqs OL LI UL LI {
	list-style-type: disc;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
}
#contactForm {
	width: 400px;
	margin-left: 10px;
}
#contactForm .label {
	width: 150px;
	font-weight: bold;
	float: left;
	line-height: 25px;
}
#contactForm .input {
	width: 200px;
	float: left;
	padding: 2px 0px;
}
#contactForm #submit {
	background-image: url('/images/btn_submit.jpg');
	width: 89px;
	height: 28px;
	margin-left: 110px;
}
#contactForm #submit:hover{
	background-position: left 28px;
}

/* LOCAL SWEEPS RESULTS PAGE */
.local_result_top {
	height: 12px;
	background-image: url('/images/local_results_top.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.local_result_mid {
	background-image: url('/images/local_results_mid.jpg');
}
.local_result_bottom {
	height: 7px;
	background-image: url('/images/local_results_bottom.jpg');
}
#local_results .title TD {
	/*height: 24px;*/
	background-image: url('/images/local_search_title_mid.jpg');
	background-repeat: repeat-x;
}
#local_results_title_top {
	height: 36px;
	background-image: url('/images/local_search_title_top.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#local_results_title_bottom {
	height: 7px;
	background-image: url('/images/local_search_title_bottom.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

#local_results .title TD{
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
}
#local_results TD{
	padding: 2px;
	color: #666666;
}
#local_results .sweep_title{
	font-size: 14px;
	color: #003366;
	text-decoration: none;
}

#national_results .title TD{
	/*height: 24px;*/
	background-image: url('/images/national_search_title_mid.jpg');
	background-repeat: repeat-x;
}
#national_results_title_top {
	height: 36px;
	background-image: url('/images/national_search_title_top.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#national_results_title_bottom {
	height: 7px;
	background-image: url('/images/national_search_title_bottom.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
#national_results .title TD{
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
#national_results TD{
	padding: 2px;
	color: #666666;
}
#national_results .sweep_title{
	font-size: 14px;
	color: #B51616;
	text-decoration: none;
}
.localenternow span {
	display: none;
}
a.localenternow {
	background:transparent url(/images/btn_local_enternow.jpg) no-repeat scroll left top;
	display:block;
	height:38px;
	width:119px;
}
a.localenterednow {
	background-image: url(/images/btn_local_enterednow.jpg)!important;
}
a.localenternow:hover{
	background-position:left bottom;
}

/* RULES PAGE */
.rules {
	padding-left: 40px;
}
.rules LI {
	padding: 2px 0px;
	list-style-position:outside;
	list-style-type: disc;
}

/* ALL WINNERS PAGE */
#winners .title TD{
	height: 45px;
	background-color: #003366;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}
#winners TD{
	border: 1px solid #003366;
	padding: 4px 2px;
}
#winner_pagination {
	text-align: center;
	padding-top: 25px;
}
#winners .odd {
	background-color: #e8eaed;
}

/* FAQ PAGE */
#faq_list {
	padding-left: 25px;
}
#faq_list LI {
	list-style-type: inherit;
	padding: 4px;
}
#faq_list .question {
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
#faq_list .answer {
	display: none;
	padding: 4px;
	background-color: #DAE6F1;
}

/* CANCEL ACCOUNT FORM */
#cancel_form .label {
	width: 150px;
	font-weight: bold;
	float: left;
	line-height: 15px;
}
#cancel_form .input {
	width: 300px;
	float: left;
	padding: 2px 0px;
}
#cancel_submit {
	background-image: url('/images/btn_submit.jpg');
	width: 89px;
	height: 28px;
	margin-left: 200px;
}
#cancel_submit:hover{
	background-position: left 28px;
}

/* TELL A FRIEND PAGE */
#refer_form .label {
	width: 150px;
	font-weight: bold;
	float: left;
	line-height: 15px;
}
#refer_form .input {
	width: 400px;
	float: left;
	padding: 2px 0px;
}
#refer_form #submit {
	background-image: url('/images/btn_submit.jpg');
	width: 89px;
	height: 28px;
	margin-left: 200px;
}
#refer_form #submit:hover{
	background-position: left 28px;
}

/*GRAY OUT OVERLAY*/
#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('../images/macFFBgHack.png') repeat 0 0;
    display: none;
    text-align: center;
}
#overlay-panel {
    margin: 20% auto 0 auto;
    width: 350px;
    background: #FFF;
    height: 50px;
    border: 2px solid #666666;
    font-size: 20px;
    font-weight: bold;
}

/* PARTNER LAYOUT */
.partner_bd {
	background-image: none!important;
}
#partner_interior {
	float: left;
	width: 765px;
	margin-left: 20px;
}
#partner_header {
	float: right;
	margin: 12px 20px 0 0;
}
#partner_header #greeting {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#partner_header #last_login, #partner_header #links {
	font-size: 11px;
	text-align: center;
}
#partner_leftmenu #top {
	background: url('../images/partner_nav_top.jpg') repeat 0 0;
	height: 11px;
	width: 171px;
	margin-top: 10px;
}
#partner_leftmenu #mid {
	background-image: url('../images/partner_nav_mid.jpg');
	background-repeat: repeat-y;
	width: 171px;
	min-height: 400px;
}
#partner_leftmenu #bottom {
	background: url('../images/partner_nav_bottom.jpg') repeat 0 0;
	height: 34px;
	width: 171px;
	margin-bottom: 20px;
}
#partner_nav {
	padding:5px 5px 5px 25px;
}
#partner_nav LI {
	padding: 8px;
}
#partner_nav LI A{
	color: #0063D3;
	font-size: 14px;
	font-weight: bold;
}

/* PARTNER ACCOUNT HOMEPAGE */
#partner_interior HR {
	border: 2px solid #DAE6F1;
}
#partner_interior .red {
	color: #C90103;
}
#partner_mysweep {
	width: 638px;
	margin: auto;
}
#partner_mysweep #top {
	background: url('../images/partner_mysweep_top.jpg') repeat 0 0;
	height: 30px;
	width: 638px;
	margin-top: 10px;
}
#partner_mysweep #mid {
	background-image: url('../images/partner_mysweep_mid.jpg');
	background-repeat: repeat-y;
	width: 638px;
}
#partner_mysweep #bottom {
	background: url('../images/partner_mysweep_bottom.jpg') repeat 0 0;
	height: 18px;
	width: 638px;
}
#partner_mysweep TD {
	padding: 10px;
	font-size: 14px;
}
#partner_mysweep TD A {
	font-size: 12px;
	color: #0063D3;
}
#partner_mysweep #buttons {
	width: 600px;
	margin: auto;
	margin-top: 15px;
	text-align: center;
}
#partner_mysweep #buttons #create {
	background-image: url('/images/btn-create.jpg');
	width: 272px;
	height: 35px;
	margin: auto;
}
#partner_mysweep #buttons #create:hover{
	background-position: left 35px;
}
#partner_mysweep #buttons #manage {
	background-image: url('/images/btn-manage.jpg');
	width: 232px;
	height: 35px;
	float: left;
	margin-left: 50px;
}
#partner_mysweep #buttons #manage:hover{
	background-position: left 35px;
}

/* PROGRESSIVE SWEEP LANDING PAGE */
#progressive_list LI{
	list-style-type: disc;
	margin: 0 12px;
}

/* LOGIN WINDOW */
#login_window {
	width: 629px;
}
#login_window H3 {
	color: #31a104;
	font-size:24px;
	font-weight:bold;
}
#login_window #login {
	background-image: url('/images/Login_BG.gif');
	margin: auto;
	background-repeat: no-repeat;
	width: 314px;
	height: 80px;
	background-position: center center;
}
#login_window #memberloginform {
	width: 310px;
	margin-left: 10px;
}
#login_window #join_link A {
	background-image: url('/images/btn_joinnow.gif');
	width: 142px;
	height: 31px;
	margin: auto;
	background-position: left 31px;
	display:block;
}
#login_window #join_link A:hover {
	background-position: left 0px;
}

/* SWEEPS DETAILS PAGE - BADGE LAYOUT */
#badge_display UL {

}
#badge_display UL LI {
	float: left;
	padding: 6px;
	cursor: pointer;
}
#badge_display UL LI.active {
	border: 1px solid red;
	padding: 5px;
}

/* LOCAL JOIN POPUP */
.local_join {
	background-color: #FFFFFF;
}
.local_join #join_form .label {
	width: 250px;
}
.local_join #join_foot .input {
	width: 100px;
	float: left;
	text-align: right;
}
.local_join #join_foot .label {
	float: right;
	width: 500px;
}

.upsell_blue_title{
	font-size: 18px;
	color: #003366;
}

.upsell_red_underline{
	text-decoration: underline;
	color: #cc0000;
}

.upsell_title{
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
}

.upsell_subtitle{
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
	color: #0066cc;
}

#package_left{
	float: left;
	width: 558px;
}

#partner_sample_view{
	background: url(/images/sweeps_partner_sample.jpg) no-repeat;
	text-decoration:none;
	font-size:24px;
	color:#333333;
	font-weight:bold;
	width:557px;
	height:341px;
	display: block;
	position: relative;
}

#partner_testimonial{
	width: 420px;
	margin: 0px auto;
}

#package_right{
	float: right;
	width: 382px;
}

#package_right_top{
	background: url(/images/sweeps_whatsincluded.jpg) no-repeat;
	width: 383px;
	height: 39px;
	display: block;
}
	#package_right_top span{ display: none;	}
	
#package_right_mid{
	background: url(/images/package_mid_wide.jpg) repeat-y;
	width: 383px;
}
	#package_right_mid ul.local{
		margin-left: 30px;
	}
	#package_right_mid ul.local2{
		margin-left: 0px;
	}
	#package_right_mid ul.local li{
		padding: 2px 8px 2px 0;
		margin-left: 35px;
		list-style-image:url('/images/blue_arrow.gif');
		list-style-type:square;
		font-size: 14px;
	}
	
	#package_right_mid ul.local2 li{
		padding: 2px 8px 2px 0;
		margin-left: 26px;
		list-style-image:url('/images/blue_arrow.gif');
		list-style-type:square;
		font-size: 14px;
	}

#package_right_btm{
	background: url(/images/package_bottom_wide.jpg) no-repeat;
	width: 383px;
	height: 30px;
	display: block;
}

