
body 
{
margin: 0 0 0px 0;
padding: 0; 
color: #000;
background-color: #8499A5;
font-family: Verdana, sans-serif;
font-size: 100%;
} 


.noScreen
{
display: none;
}


pre { font-family: monospace; }



#logInDiv h2
{
font-size: 1em;
}


#logInDiv h3,
#logInDiv .label,
#logInDiv .input,
#logInDiv ul,
#logInDiv ol,
#logInDiv p
{
font-size: .8em;
}

/* set the font family for pre elements, as some browsers forget to use a fixed pitch font when you set the font size or other properties for pre. */
h1,h2 {
    font-family: Garamond, "Times New Roman", serif;
}

	
div#header
{
margin: 0;
padding: 10px 20px;
text-align: left;
background-color: #859174;
color: #000;
border-bottom: 1px solid #fff;
}

div#header h1
{
margin:  0 0 .3em 0;
padding: 0px;
font-size: 1.2em;
}

div#header p
{
margin: 0;
padding: 0;
font-size: .8em;
text-align: right;
}

div#header p a
{
color: #ddd;
font-weight: bold;
}


div#header p a:hover
{
color: #fff;
font-weight: bold;
}




/*------------------------------------------------------------------------------------------------------------------------------
	START FOOTER
------------------------------------------------------------------------------------------------------------------------------*/

#footer
{
margin: 2em 0;
padding: 0 1em;
text-align: center;
color: #333;
font-size: .7em;
}

#footer p
{
margin: 0 0 1.5em 0;
}

#footer a
{
color: #333;
}

#footer a:hover
{
color: #fff;
}



/*------------------------------------------------------------------------------------------------------------------------------
	END FOOTER
------------------------------------------------------------------------------------------------------------------------------*/




.pageLink
{
margin: 0;
padding: 0;
font-size: .75em;
}




#mainContainerTable
{
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
background-color: #fff;
}


#mainMenuTD
{
width: 150px;
margin:0;
padding: 0;
vertical-align: top;
background-color: #d4d8bd;

}



#mainContainerTD
{
margin:0;
padding: 10px 10px 10px 20px;
vertical-align: top;
}


#mainContainerTD  h3
{
margin: 0 0 1em 0;
padding: .5em;
font-size: .9em;
background-color: #eee;
color: #000;
}

#mainContainerTD  p
{
margin: 0 0 .5em 0;
padding: 0;
font-size: .85em;
color: #000;
}



.navButton
{
width: 130px;
margin: 0;
padding: 8px;
color: #000;
background-image: url(/ms_images/1/left_nav_buttons_bg.png);
background-position: 50% 0;
background-repeat: no-repeat;
background-color: transparent;
border: 0;
font-weight: bold;
}


/*
 we have a psuedo class for browsers than can deal,
 and a class for use by jq
*/
.navButton:hover,
.navButton.hover
{
background-position: 50% -46px;
color: #fff;
}


.currentSection
{
color: #fff;
font-style: oblique;
}


/*------------------------------------------------------------------------------
	START FORM
------------------------------------------------------------------------------*/
form 
{
margin: 0;
padding: 0;
}


  


fieldset 
{
/*clear: both;*/
margin: 1em 0;
padding: 1.5em;
border-color: #ddd;
border-width: 2px;
border-style: solid;
font-size: .8em;
}



.fieldsetColumn
{
float: left;
margin: 0 0 15px 0;
padding: 1em 0;
}

fieldset legend 
{
margin: 0;
padding: 0 .5em;
font-weight: bold;
color: #000000;
}

fieldset div
{
margin: 0 0 .75em 0;
padding: 0;
}

/*fieldset .fieldsetColumn div*/
fieldset div
{
clear: both;
}

/*fieldset .fieldsetColumn div input[type=text]*/
fieldset div input[type=text]
{
width: 200px;
}

fieldset div input[type=text].inputSmall
{
width: 50px;
}

fieldset div input[type=text].date-pick
{
width: 100px;
}


fieldset div input[type=text].inputLarge
{
width: 600px;
}







/*fieldset .fieldsetColumn #acctReqStats*/
fieldset #acctReqStats
{
margin: 1em 0 1em 12em;
padding: 0;
clear: both;
}

/*fieldset .fieldsetColumn #acctReqStats p*/
fieldset #acctReqStats p
{
margin: 0 0 .5em 0;
}

label
{
float: left;
margin: 0 .5em 0 .5em;
padding: 3px 5px;
width: 10em;
text-align: right;
display: block;
}

labelLarge
{
float: left;
margin: 0 .5em 0 .5em;
padding: 3px 5px;
width: 15em;
text-align: right;
display: block;
}

data
{
margin: 0 .5em 0 .5em;
padding: 3px 5px;
width: 10em;
text-align: left;
}

input, 
select, 
textarea 
{
font-family: Tahoma, Arial, sans-serif;
color: #000000;
}

fieldset textarea
{
font-size: .9em;
}



select
{
color: #14487C;
background: #eeeeee;
border: 1px solid gray
}

input[type=text]
{
color: #14487C;
background-color: #eeeeee;
border: 1px solid gray
}



form input[type=submit],
form input[type=button]
{
/*display: block;*/
margin: 1em 0 0 0;
height: 30px;
background-color: #eeeeee;
}

form input[type=submit]:hover,
form input[type=button]:hover
{
color: #fff;
background-color: #c0c0c0;
}




/*
textarea {
  overflow: auto;
}
*/


.formError
{
color: #f00;
font-weight: bold;
}

.userMessage1
{
margin: 1em 0 .5em 0;
}


.userMessage2
{
margin: 0 2.5em 0 2em;
color: #f00;
font-weight: normal;
}

tr.rowColor
{
        background-color: #ccc;
}




/*------------------------------------------------------------------------------
	END FORM
------------------------------------------------------------------------------*/





/*======================================================================
	START DIV FIELD SET EMULATOR
======================================================================*/

div.fieldsetEmulator
{
position: relative;
margin: 2em 0;
padding: 1.5em;
border-color: #ddd;
border-width: 2px;
border-style: solid;
font-size: .8em;

}


div.fieldsetEmulator h5
{
position: absolute;
top: -.6em;
left: 25px;
margin: 0;
padding: 0 .5em;
background-color: #fff;
font-size: 1em;
}



/*======================================================================
	END DIV FIELD SET EMULATOR
======================================================================*/

div.regRequired
{
display: none;
}


/*======================================================================
	START DATE PICKER
======================================================================*/

a.dp-choose-date {
/*	float: left;*/
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
/*	border: 2px solid blue;*/
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied 
{
float: left;
}


/*======================================================================
	END DATE PICKER
======================================================================*/

.wysiwygPreviewBox {
	background: white;
	border: 1px solid rgb(0, 0, 0);
	height: 300px;
	margin: .7em 0px 1.5em 12em;
	overflow: auto;
	padding: 10px;
	width: 500px;
}




/*======================================================================
	START SURVEY LOGIN 
======================================================================*/


#surveyLoginDiv {
    margin: 0;
    padding: 0;
    /*border: 1px solid blue;*/
}

#surveyLoginHeader{
    margin: 0 0 2em 0;
    padding: 0;
    text-align: left;
    /*background-color: aqua;*/
}

#surveyLoginHeader h2{
    margin: 0 0 .7em 0;
    padding: 0;
    /*border: 1px solid blue;*/
}

#surveyLoginHeader p{
    margin: 0 0 .7em 1.5em;
    padding: 0;
    /*border: 1px solid blue;*/
}


#surveyLoginHeader p.instructions{
    font-style: oblique;
}

#surveyLoginHeader .surveyLoginMenu a{
    padding: 0 1em;
    border-right: 1px solid #000;
}

#surveyLoginHeader .surveyLoginMenu a:hover{
    color: #999;
    text-decoration: none;
}

#surveyLoginHeader .surveyLoginMenu a.first{
    padding: 0 1em 0 0;
}


#surveyLoginHeader .surveyLoginMenu a.last{
    border: 0px;
}






/*======================================================================
	END SURVEY LOGIN 
======================================================================*/





/*======================================================================
	START SURVEY QUESTIONS
======================================================================*/

#surveyQuestions{
    
}

#surveyQuestions #surveyLegendMain{
    font-size: 1.5em;
    /*background-color: aqua;*/
}


#surveyQuestions .wrapper{
	/*
	margin: 10px;
    border: 4px solid red;
	*/
}


#surveyQuestions .wrappersection{
	margin: 10px 0 0 20px;
	padding: 10px 0 0 0;
    border-top: 2px solid #aaa;
}

#surveyQuestions .wrappersection h5{
    font-size: 1.2em;
}


#surveyQuestions .questionTextDiv{
    margin: 0 0 5px 0;
    padding: 0;
    /*background-color: aqua;*/
}


#surveyQuestions .questionTextDiv span.number{
    margin: 0 .3em 0 0;
    padding: 0;
    font-weight: bold;
}




#surveyQuestions .answerTextDiv{
    margin: 0 0 20px 20px;
    padding: 0;
    /*background-color: yellow;*/
}

#surveyQuestions .answerTextDiv div{
    margin: 0 0 2px 0;
    padding: 0;
    /*border: 3px solid blue;*/
}




/*======================================================================
	END SURVEY QUESTIONS
======================================================================*/






