/* Based on mystic.css by: */
/* Brian Crawford @ IT Lab (http://www.itlab.musc.edu/) */
/* Now it's DecoBlue - art deco inspired generally blue theme */

body {
	background-color: #253D83; 
	background: url("../css_graphics/CoolBlue-BG.gif");  
	margin: 0px;
	
}
.body_copy {
	background-color: #253D83; 
	background: url("../css_graphics/CoolBlue-BG.gif");  
	margin: 0px;
}

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


/* title - extra large normal font */
.surveyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #8FC2F7;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #8FC2F7;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
	
}
/* information below subtitle - normal font */
.addInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #8FC2F7;
	text-align: center;
	vertical-align: default;
}


.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-align: center;
}

.pageNumbers{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	text-align: center;
}

/* for requred question notification */
.reqQuestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	color: white;
	text-decoration: none;
	text-align: center;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-transform: none;
	color: white;
	text-decoration: none;
}

/* main table (bordering the question boxes) - dark blue */
.mainTable {
	/* background-color: #253D83; */
	cell-spacing: 0;
	width: 100%;
	border: 0;
}

/* bars between question boxes - dark blue */
.preQuestionBorder {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 1px none #000000;
	/* 
	background-color: #253D83;
	*/
	height: 8px;
	vertical-align: text-top;
}
.qnOuterTable {
	width: 100%;
	border: none;
	background-color: #000000;
	cell-spacing: 1;
}
/* inner borders - surrounding boxes inside question boxes - near black */
.qnInnerTable {
	width: 100%;
	border: none;
	background-color: #333333;
	cell-spacing: 1;

}
/* number cell box - large bold number inside a dark grey box */
.qnInnerTd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
	background: none ; 
	background-color: #037CBB;

}
/* question box color */
.qnInner {
	background-color: #CCCCCC; 
	width: 100%;
	height: 27;
	vertical-align: middle;
	color: #000000; # question text color
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

/* the row holding title and que number. */
.qnInnerTr {
	background: url("../css_graphics/CoolBlue-HR.jpg"); 
	background-repeat: repeat-x;
}

/* question text */
.qnContentCell{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

/* answer box  - white, normal black font */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url("../css_graphics/CoolBlue-BR.jpg"); 
	background-repeat: repeat-x;
	background-position: bottom;
}

/* special class if necessary for the stye. */
SPAN.qnType {
	height: auto;
	vertical-align: middle;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background: none;
}

.thankHead {
/* completion page font - large black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}
.thankBody {
/* completion page body font - normal black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.returnLink {
/* completion page link font - small burgundy */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	text-decoration: underline;
}
