body { background: center top; background-image: url(../images/bg.jpg);background-repeat: repeat;}
div#outerframe { width: 822px;}
div#headerpush {display:none;}
div#header { background-image:url('../images/Header.png'); height: 139px;}
div#middle { background-image:url('../images/Middle.png'); }	
div#footer { background-image:url('../images/Footer.png'); height: 66px;}		
div#Progress {	background-image:url('../images/ProgressBar.png');	}		
input#NextButton {
	background-image:url('../images/Button.png');
	border-style:none; 
	background-color:transparent;
	color:White;
	font-weight:bold;
	height:35px;
	width:125px;		
}	
.checkboxBranded {background-image: url(../images/checkbox.png) !important;}
.radioBranded {background-image: url(../images/radio.png)  !important;}


/* Alt. Background Color */
.InputRowEven { background-color: #F1F1F1; }
#content { margin:0 15px !important;} /* Required for Privacy Policy */

#footer {padding:19px 23px 0 20px !important;}

div#footerframe { background-image:url(../../../Common/images/BottomLogoWhite.png);}
#footer, #footer a { color:black !important;}


body.IndexPage #surveyEntryForm, body.IndexPage div#Buttonholder {text-align:left;}

/* **** Defaults *****
div#footerframe { background-image:url(../../../Common/images/BottomLogoWhite.png);}
#footer, #footer a { color:white !important;}
*/

/* 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: 1100px;}
body.IndexPage div.Index_CommentType div.rbloption {left: 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, 
.ConnectOn div#finishConnectHolder 
{
	border:solid 1px #747474;
	padding:15px;
	margin:5px;
	background-color:#ffffff;
	-moz-border-radius:.6em;
	border-radius:.6em;
	-webkit-border-radius:.6em;
}*/

.ConnectOn div#finishIncentiveHolder
{
	padding:15px;
	margin:5px;
}
 
.ConnectOn div#finishConnectHolder 
{
	border:solid 1px #D1D1D1;
	padding:15px;
	margin:5px;
	background-color:#F1F1F1;
	-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:#C1C1C1;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;}



/* The below CSS is a cludge to make the datepicker look mostly correct.
    We'll want to remove this code if the mappicker bug is fixed as it may cause more trouble.
*/
/* Calendar Control */
    #ui-datepicker-div .ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("../../../Common/jscript/jquery-ui-1_11_2/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    }


    #ui-datepicker-div .ui-state-highlight,#ui-datepicker-div .ui-widget-content .ui-state-highlight,#ui-datepicker-div .ui-widget-header .ui-state-highlight {
        border: 1px solid #565656 !important;
        background: #c0c0c0 !important;
    }

    #ui-datepicker-div .ui-state-active, #ui-datepicker-div.ui-widget-content .ui-state-active, #ui-datepicker-div.ui-widget-header .ui-state-active {
        border: 1px solid red;
        background: #ffffff url("../../../Common/jscript/jquery-ui-1_11_2/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    }

    
    /* MAP PICKER - FOR DCC */
.wseSMGMap .mapLocationsList li:nth-child(even) { background-color: #F1F1F1; }  /* 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 */