body { background: center top; background-image: url(../images/bg.png);background-repeat: repeat; }

    /* the width of the outerframe must be the same as the width of your header image */
	div#outerframe { width: 822px;}
	/* comment the next line if your header should not be flush with the top of the page */
	div#headerpush {display:none;} 
	div#header { background-image:url('../images/Header.png'); height: 93px;}
	div#middle { background-image:url('../images/Middle.png'); }	
	div#footer { background-image:url('../images/Footer.png'); height: 49px;}		
	div#Progress {	background-image:url('../images/ProgressBar.png'); }	
/* If you see this line in your styles, with this exact color, you can remove it from your Styles.  The Global Styles will apply this exact color and no border automatically */
/*#ProgressBar { background-color: #d0d4de !important; border: none !important;}*/		
	input#NextButton {
		background-image:url('../images/Button.png');
		border-style:none; 
		background-color:transparent;
		color:White;
		font-weight:bold;
		height:37px;
		width:123px;		
	}	
.checkboxBranded {background-image: url(../images/checkbox.png) !important;}
.radioBranded {background-image: url(../images/radio.png)  !important;}

body.es-US div#header { background-image:url('../images/Header_es-US.png');}

/* Alt. Background Color */
.InputRowEven { background-color: #F0F0F0; }
#content { margin:0 15px !important;} /* Required for Privacy Policy */

#footer {padding:10px 15px 0 15px !important;}
li#footerCR { width: 50%; }

body.IndexPage #surveyEntryForm, body.IndexPage div#Buttonholder {text-align:left;}

/* Controls the VisitType question positioning */
body.IndexPage div.radioButtonsScaleBelow  {text-align:left; margin-left:0;margin-top:.5em; width:75%;}
body.IndexPage div.radioButtonFNS {text-align:left; margin-left:0;margin-top:.5em; }
body.IndexPage div.radioButtonList {text-align:left; margin-left:0;margin-top:.5em; width: 1500px;}
body.IndexPage div.rbloption, body.IndexPage div.rbloption {left: 1em; }

/* **** Defaults ***** */
div#footerframe { background-image:url(../../../Common/images/BottomLogoBlack.png);}
#footer, #footer a { color:black !important;}


/* **** IndexPage PickLanguageLinks **** */
/*ul.languageOption {width:100%;text-align:left;padding:0;margin:0;}
ul.languageOption li {display:block;margin-right:1em;}*/


/* **** Finish Page *****/
div#finishContainer {text-align:left;margin:auto;}

div#connectContent ul {padding:0;margin:auto;}
div#connectContent ul li {display:inline;margin:0 auto;list-style:none;}

.ConnectOn p.connectHeader, .ConnectOn p.FinishHeader {font-weight:bold;font-size:1.4em;margin:auto;}
.ConnectOn div#finishIncentiveHolder
{
	padding: 0 10px;
	margin:5px;
}
 
.ConnectOn div#finishConnectHolder 
{
	border:solid 1px #D1D1D1;
	padding:15px;
	margin:5px;
	background-color:#F0F0F0;
	-moz-border-radius:.2em;
	border-radius:.2em;
	-webkit-border-radius:.2em;
}
.ConnectOn div#finishIncentive {float:left;width:67%;}
.ConnectOn div#finishConnect {float:left;width:33%;text-align:center;}
.ConnectOn div#finishIncentive hr, .ConnectOn div#finishConnect hr {border:none;background-color:#C0C0C0;height:1px;margin:1em auto;}
.ConnectOn hr.connectHeaderRule {margin-top:.5em !important;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial {text-align:left;padding-left:1.5em;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial li {padding: 0 .25em;}

.ConnectOff p.connectHeader {display:none;}
.ConnectOff div#connectContent ul li {padding-right:1em;}
.ConnectOff div#finishConnect {text-align:center;}
.ConnectOff div#finishIncentive hr, .ConnectOff div#finishConnect hr {display:none;}
.SocialOff div#finishIncentive {float:none;margin:auto;}



/* **** Branded Looks **** */
body.__ .InputRowEven { background-color: Fuchsia; }
body.__, body.__ #footer { background-color:#ef3e42;}
body.__ #footerPP, body.__ #footerPP a, body.__ #footerSW, body.__ #footerSW a { color:#ffffff; }
body.__ #footerCR, body.__ #PwBY{ color:#000000 !important; }


/* div#finishContentFooterNote {text-align:left;font-size:.8em;font-style:italic;line-height:1em;padding-top:2em;} */

/*ADDED 1/30/2015 */

/* Below is needed for Rules, TermsAndConditions and SweepsRules pages. You may need to alter "#Rules" to fit your project
#Rules { text-align:justify; margin-top:1em;}
#Rules h1 { text-align:center; font-size:1.3em; font-weight:bold;}
#Rules h2 { text-align:center; font-weight:normal;font-size:1.2em; font-weight:bold;}
#Rules h3 { text-align:center; font-weight:normal;font-size:1.2em; font-weight:bold;}
#Rules td, #Rules th { padding:2px 10px; text-align:center; border:solid 1px black;}
#Rules li { margin:0 0 1em;}
#Rules p span { font-size:1em;} */

/* MAP PICKER - FOR DCC */
.wseSMGMap .mapLocationsList li:nth-child(even) { background-color: fuchsia; }  /* Controls color of even items in the store list. */
.wseSMGMap .googleMap { height: 400px; width: 100%; border: 1px solid black;} /* Controls dimensions of the whole map picker */
.wseSMGMap .mapGroup { float:right; width: 70%; }                             /* Controls width & location of the map itself*/
.wseSMGMap .mapLocationsList { height: 400px; width: 28%; float: left; background-color: white; border: 1px solid black; } /* Controls dimensions of the location list */
.wseSMGMap .useGeolocationButton { background-color: darkred; border: 1px solid black; color: white; width: 28%; height: 19px;} /* Controls color & styling of the button */