/* Survey CSS */

.headerGraphic {
}
.image {
}
/* title - extra large normal font */
.surveyTitle {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font: bold 15px trebuchet ms,arial,helvetica,helv;
	text-align: center;
}
.surveyPage {
        text-align: center;
}
/* information below subtitle - normal font */
.addInfo {
	text-align: center;
}
.message {
	font-weight: bold;
	text-align: center;
}
.reqQuestion {
	font: bold 15px trebuchet ms,arial,helvetica,helv;
	text-decoration: none;
	text-align: center;
}
/* main table (bordering the question boxes) - dark blue */
.mainTable {
	width: 100%;
	border: 0;
      color: black;
}

/* bars between question boxes - dark blue */
.preQuestionBorder {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 1px none #000000;
	height: 8px;
	vertical-align: text-top;
}
.qnOuterTable {
	width: 100%;
	border: none;
	background-color: #000000;
}
/* inner borders - surrounding boxes inside question boxes - near black */
.qnInnerTable {
	width: 100%;
	border: none;
	background-color: #333333;
}
/* number cell box - large bold number inside a dark grey box */
.qnInnerTd {
	background-color: #AAAAAA;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
}
.qnInner {
	background-color: #CCCCCC;
	width: 100%;
	height: 27px;
	vertical-align: middle;
	color: #000000; 
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
/* answer box  - white, normal black font */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.thankHead {
}
.thankBody {
}
.returnLink {
	color: #253D8E;
	text-decoration: underline;
}

/* textbox and radio button colors - black answers in white boxes
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #000000;
	background-color: #FFFFFF;
}

*/
