
body.question {
	margin: 0;
   padding: 0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11pt;
	color: black;
	font-size: 8pt;
	overflow: hidden;
}



.content {
	padding-top: 115px;
	padding-right: 40px;
	padding-left: 40px;
   overflow: auto;
   overflow-x: hidden;
}


.questionArea{
	margin-top: 115px;
	padding-right: 40px;
	padding-left: 40px;
   height:220px;
   overflow: auto;
   overflow-x: hidden;
}


/*begin layout styles*/
.questionTopBar {
	position: absolute;
	background-image: url(/images/shell/login/login_topbar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	z-index: 5;
	left: 0px;
	top: 0px;
}

.questionBottomBar {
	position: absolute;
	background-image: url(/images/shell/login/login_bottombar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	z-index: 5;
	bottom: 0px;
}

.questionHeader {
	position: absolute;
	background-image: url(/images/shell/questions/question_header_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 105px;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
}

.questionHeaderNameHolder {
	position: absolute;
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;

	z-index: 2;
	left: 1px;
	top: 84px;
	color: #013061;
	/*padding: 3;*/
	font-weight: bold;
	font-size: 10pt;
	padding-left:166px;
}

.questionLogo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 155px;
	height: 84px;
}

.questionBanner {
	position: absolute;
	z-index: 1;
	left: 155px;
	top: 0px;
	background-image: url(/images/shell/questions/question_banner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 560px;
	height: 84px;
}

.bannerSchoolName {
	position: absolute;
	height: 30px;
	left: 15px;
	top: 62px;
	width: 500px;
	z-index: 4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}
.questionBannerVersionTitle{
	position: absolute;
	height: 25px;
	left: 16px;
	top: 31px;
	width: 500px;
	z-index: 4;
	color: #FFFFFF;
	font-size: 14pt;
   padding-bottom:5px;
}



.questionNavbaseBG {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 12px;
	width: 100%;
	height: 35px;
	background-color: #dfdfdf;
}

.questionNavbase {
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 12px;
	width: 100%;
	height: 35px;
	background-color: #dfdfdf;
/*displayed differently in firefox. firefox display correct. temp fix for ie*/

}

.questionProgressbarbase {
	position: absolute;
	z-index: 3;
	left: 50%;
	width: 300px;
	height: 24px;
	* height: 26px;
	* top: 11px;
	top: 10px;
	margin-left: -150px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(/images/shell/questions/question_progress_bg.gif);
	border-style: solid;
	border-width: 1px;
	border-color: #c7c7c7;
}

.questionButtBack {
	position: absolute;
	z-index: 3;
	left: 10px;
	width: 200px;
	height: 26px;
	top: 10px;
}

.questionButtCont {
	position: absolute;
	z-index: 3;
	right: 10px;
	width: 200px;
	height: 26px;
	top: 10px;
	text-align:right;
}


/*begin body elements*/

table.question {width:100%; border-collapse:collapse;}

table.question,
table.question td,
table.question th,
table.question tr {
	padding: 2px;
	text-align: left;
}


.questionArea input {
	border-width: 0px;
	font-size: 8pt;
	padding: 2px;
}

div.content span.required {display:none;}

.question h6.questionText {clear:both; margin-top:0; margin-bottom:0px; padding:3px 3px 3px 20px; background: #daeeff url(/images/shell/questions/dotpoint.gif) no-repeat 5px 5px; font-size:10pt;}
.question ul.answerOptionList { margin:0; padding:0; margin-bottom:40px;}

.question li.answerOption{list-style:none; width:24%; float:left; margin:0; padding:5px 0;}

.question li.answerOption label {width:100%; display:block; font-size: 10pt;}
.question li.answerOption input {margin: 0 0.5em;}

.question li.answerOption.selected {background-color: #daeeff;}
.question li.answerOption.hover {background-color: #daeeff;}
.question li.answerOption.mouseDown {background-color: #afcce4;}

.question ul {
}

.question li {
	list-style-type: none;
	list-style-image: url(/images/shell/questions/dotpoint.gif);
	list-style-position: 0 0;
	margin-left: -20px;
	line-height: 15pt;
}

.alternateRow1 {
	background-color: #daeeff;
}

.headingRow1 {
	background-color: #88a8c5;
	color: #FFFFFF;
	font-weight: bold;
}

.columeHeading ul {
	background-color: #5583ac;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 15pt;
	padding: 2px;
}


#content span.required {display:none;}

div.content li {padding-bottom:6pt;padding-top:2px; font-size:10pt;}
div.content p, em, td {font-size:10pt; line-height:14pt;}
div.content td {height:30px;}


.deactivate {border:none;}

div.wizard .className {width:200px;}
div.wizard .classNotRequired {width: 100px; text-align:center;}
div.wizard table.wizardClasses td {height:15px;}
input.noBorder {border:none;}

.questionButtCont input,
.questionButtContWithSkip input,
.questionButtBack input {border:none;}
