/* Premium-PurpleHaze.css - based on RedSlash which was based on GreenLine.css 
   which itself was based on work by:
   Brian Crawford @ IT Lab (http://www.itlab.musc.edu/) */
body {
	background-color: #5A096B;
	margin: 0px;
	background: url("../css_graphics/PurpleHaze-BG.jpg");  
}
.body_copy {
	background-color: #5A096B;
	margin: 0px;
	background: url("../css_graphics/PurpleHaze-BG.jpg");  
}

.headerGraphic {
	background-repeat: no-repeat;
	width: 100%;
	border: none;
}
.image {
	height:0;
	width:100%;
}
/* title - extra large normal font */
.surveyTitle {
	font-family: Arial, Helvetica, sans-serif, mono;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font-family: Arial, Helvetica, sans-serif, mono;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* information below subtitle - normal font */
.addInfo {
	font-family: Arial, Helvetica, sans-serif, mono;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	color: white;
	text-align: center;
	vertical-align: default;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-align: center;
}
.pageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-align: center;
}

.reqQuestion {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: white;
	text-decoration: none;
	text-align: center;
}


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

/* main table (bordering the question boxes) - white */
.mainTable {
	background-color: #5A096B; 
	cell-spacing: 0;
	width: 100%;
}
/* bars between question boxes (a tr) */
.preQuestionBorder {
	/* width: 500px; */
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	height: 0px;
	vertical-align: text-top;
	/*
	background-repeat: repeat-x;
	*/
}

/* outer borders, surrounding each question and answer! */
.qnOuterTable {
	border: 0;
	padding: 0;
	margin:0;
	width: 100%;
	cell-spacing: 0;
	background-color: #000000;
	border: black solid; 
	border-width: 1px 1px 1px 1px;
	vertical-align: text-top;
}

/* inner borders - surrounding boxes inside question boxes -  JUST the question */
.qnInnerTable {
	width: 99%;
	padding: 0;
	margin:0;
	cell-spacing: 0;
	vertical-align: text-top;
}

/* row of inner table. */
.qnInnerTr {
	background-color: #C22A2A;
	background: url("../css_graphics/PurpleHaze-HR-B.jpg");  
	background-repeat: repeat-x;
}

/* number cell box */
.qnInnerTd {
	/* border: #DE0912 solid; 
	border-width: 0px 0px 0px 0px;
	*/
	border:0;
	background-color: black;
	/*
	background-color: #C22A2A;
	background: url("../css_graphics/PurpleHaze-VR.jpg");  
	background-repeat: repeat-y;
	background-position: right; 
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	color: white;
	width: 26px;
	vertical-align: top;
	background:none;
}


/* question box color */
.qnInner {
	border:0;
	margin:0;
	background-color: #FFFFFF;
	width: 100%;
	height: 27;
	vertical-align: text-bottom;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

/* question text */
.qnContentCell{
	margin:0;
	width: 100%;
	vertical-align: text-bottom;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
/* special class if necessary for the stye. */
SPAN.qnType {
	height: auto;
	vertical-align: middle;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background: none;
	margin: 3px;
}

/* answer box  - white, normal black font */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: #DE0912 solid; 
	border-width: 0px 0px 0px 0px;
	background-image: url("../css_graphics/PurpleHaze-BRB.jpg"); 
	background-repeat: no-repeat;
	background-position: bottom right;

}
.thankHead {
/* completion page font - large black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}
.thankBody {
/* completion page body font - normal black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.returnLink {
/* completion page link font - small burgundy */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	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; */
}

