/* body sets the margins and overall sytles for the page*/
body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #3677af;
}

a:visited {
	color: #3677af;
	
}

a:hover {
	color: #000000;
	font-weight: bold;
}

/* sets styles for outside box borders backgrouds and such */
.outsideBox {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 740px;
	float: none;
}

.surveyBox {
	text-align: left;
	float: none;
	
}

/* -----  start progress bar ----- */
/* size, style and colors of border*/
.progress {
	height: 19;
	background-color: #FFFFFF;
	width: 250px;
	text-align: left;
	border: 1px solid #999999;
}
.copyRight {
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	height: 15px;
	text-align: center;
	line-height: 12px;
	padding-top: 3px;
}
/* size, style and colors of image used for inside bar of border*/
.progbar{
	height: 20px;
	background-image: url(../images/grey.jpg);
	background-repeat: repeat;
	
}

/* size, style and colors of text heading*/
.progressTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}

/* -----  end progress bar ----- */

/* registration title text */
.regTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 50px;
	float: left;
	text-align: left;
	vertical-align: text-bottom;
	background-position: bottom;
	
}


.langLinkBox {
	line-height: 5px;
	float: left;
	text-align: right;
}

a.langLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

a:visited.langLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

a:hover.langLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
/* ----- Start Sweeps styles ----- */ 
/* stets style for sweeps box content */
.sweepsBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 15px;
	float: none;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}

.sweepsBox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 15px;
	float: none;
	clear: both;
	
	padding-bottom: 10px;
}





.sweepsbodyred {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #cc3333;
	text-decoration : none;
	font-weight : bold;
	line-height: 13px}


a.sweepsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

a:visited.sweepsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

a:hover.sweepsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
/* ----- End Sweeps styles ----- */


/* ----- survey styles ----- */ 


/*qbody = question body, question choices, basic small black text type*/
.qbody {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	line-height: 15px}
	
	.qbodyBold {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px}
	
/*qlist	= question text, bold colored text*/
.qlist {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #3677af;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px}

/*qlistsub	= question text, plain colored text for descriptive text in question. like "check all that apply"*/
.qlistsub { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	text-decoration : none;
	font-weight: normal;
	line-height: 15px}

/*qlink	= privacy link, and any link that needs to be in the body of the survey*/
.qlink {  
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #666666; 
	font-weight : normal; 
	text-decoration: underline}
	
	.qlistred {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #cc3333;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px;
}

/*qspace = allows for an increase or decrease in space between questions*/
.qspace { 
	line-height: 12px}

/*qspace2 = allows for an increase or decrease in space between a question and choices for that question*/
.qspace2 { 
	line-height: 3px}
	

/*qlistnum = question numbers*/
.qlistnum {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #3677af;
	font-weight : bold;
	line-height: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
		

/*-----------------formatted table styles----------------*/   
/*qtablehead = header style for tables with visable headers*/	
.qtablehead {  
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 15px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none; 
	text-align: center}

.qtablerow{  
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	}

/*rows = sets the line color on visable tables as black*/
.rows {  
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #000000}

/*concernstextlink	= for the links in the concerns text*/
.concernstextlink {	
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #3677af;	
	font-weight : bold; 
	text-decoration : underline}



.endSpace {
	height: 25px;

}

/* error messages */
.errorHead 	{
	font-size : 11px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	line-height: 22px;
	background-color: #FFFF99;
	display: none;
	}

/* error messages */
.error 	{
	font-size : 11px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #ff0000;
	font-weight : normal;
	text-decoration : none;
	line-height: 22px;
	}

/* Please correct */
.errorMarker {
	color : #ff0000;
	font-weight : bold}
	
/* Please correct */
.requiredMarker {
	font-size : 11px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #ff0000;
	font-weight : bold}	

.reqNotice {
	
	display: none;
}		
	
.fixLinkBox {
	line-height: 40px;
	float: right;
	text-align: right;
}

a.fixLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	text-decoration: underline;
}

a:visited.fixLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	text-decoration: underline;
}

a:hover.fixLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	text-decoration: underline;
}	
	




/* ----- Start input styles ----- */ 
input.checkbox {
	vertical-align: middle;
	
}

input.radio {
	vertical-align: middle;
	
}	

input.btn1{
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#396194;
	border: 2px solid #396194;
}

input.btn2{
	color:#396194;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
	border: 2px solid #396194;
}

   input.txt{
	font-family: arial, helvetica;
	font-size:12px;
	background-color:#fafafa;
	border:1px solid;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#333333;
	border-bottom-color:#333333;
	font-weight:normal;
	
}
 
   Select{
	font-family: arial, helvetica;
	font-size:12px;
	background-color:#fafafa;
	border:1px solid;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#333333;
	border-bottom-color:#333333;
	font-weight:normal;
	
}
   
     Option{
   font-family: arial, helvetica;
   font-size:12px;
   background-color:#fafafa;
   font-weight:normal;
   }
   
.iRegForm {
	float: none;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.priv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 15px;
	display: none;
	background-color: #EFEFEF;
	padding: 0px;
}

.genQuest {
	
	display: none;
	
}
/* ----- End input styles ----- */  
.dnlHeader {

	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px
}

.qtablerowodd {

	
}
.qtableroweven {
	background-color: #EFEFEF;
	
}
.qbodyTable {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	}
	
	.qbodyAdd {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	line-height: 25px;
	padding-right: 4px;
	padding-left: 4px;
	}
	
.qbodyTableRow1 {
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #666666;
	text-decoration : none;
	font-weight : normal;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	}

.qbodyTableHead {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	text-decoration : none;
	font-weight : bold;
	line-height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	
	padding-right: 4px;
	padding-left: 4px;
	
	}
.qboxesLabels {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	text-decoration : none;
	font-weight : normal;
	line-height: 15px;
	
}
.reqNoticeTxt {

	font-size : 12px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #ff0000;
	font-weight : normal;
	padding: 2px;
	margin: 2px;
}

.caltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 15px;
	float: left;
	clear: both;
}

.qandc {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #3677af;
	text-decoration : none;
	text-align: left;
	font-weight : bold;
	float: left;
	clear: both;
	line-height: 15px
	
}

.rulesPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin: 10px;
	width: 620px;
	padding: 10px;
	background-color: #EBEBEB;
}
.rulesHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.thankyouBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 15px;
	float: none;
	clear: both;
	
	
	background-color:#FFFFFF;
	padding: 30px 10px 10px 10px;
}
