﻿p.PageText, p.QuestionText{

	margin: 0em 0em 1em 0em;

}

.Question{

	margin: 0 0 3em 0;

	clear:both;

}



p.Note{

	margin: 0 0 1em .5em;

	font-style: italic;

}

p.Note span{

	font-size: small;

}



label{ 

	padding:0px 8px; 

	display:block;

}

.RadioButton, .CheckBox{

	margin-bottom: 10px;

}

.RadioImg, .CheckBoxImg{

	margin-right:5px; 

	margin-bottom: 10px;

	float:left;

}

textarea{

	width: 70%;

	height: 12ex;

}

textarea, 

.TextBox{

	border-width: 1px;

	border-style: solid;

	border-top-color: #666666;

	border-left-color: #666666;

	border-right-color: #CCCCCC;

	border-bottom-color: #CCCCCC;

}

div.err{

	margin: 1em 1em 1em 1em;

	color: #900;

}

.correct{ display:block; width:100%; font-weight:bold; padding:0; clear:both; margin-top:-5px; margin-bottom:15px; }

.incorrect{ display:block; width:100%; color: #900; font-weight:bold; padding:0; clear:both; margin-top:-5px;  margin-bottom:15px; }



/*

 *	Footer

 */

.PageFooter{

	margin-top: 30px;

	position:relative;

	padding: .5em 0em 2em 0em;

	width:446px;

}



a.PrevButton{

	left: 40px;

	position:absolute; 

	width: 150px;

	text-align: left;

}

a.SubmitButton, a.NextQuestionButton, a.ViewSummaryButton{

	display:block;

	float:right;

	height: 21px;

}

a.SubmitButton{

	width:70px;	

	background: url( /Resources/SampleAssessment/Images/Submit.gif ) no-repeat;

}

a.NextQuestionButton{

	width:119px;

	background: url( /Resources/SampleAssessment/Images/NextQuestion.gif ) no-repeat;

}

a.ViewSummaryButton{

	width:101px;

	background: url( /Resources/SampleAssessment/Images/ViewSummary.gif ) no-repeat;

}

a.SubmitButton:hover, a.NextQuestionButton:hover, a.ViewSummaryButton:hover{

	background-position: bottom;

}

a.SubmitButton span, a.NextQuestionButton span, a.ViewSummaryButton span{

	display:none;

}

div.Progress{

	text-align: left;

}

div.ProgressText{

	float:left;

	width:auto;

	margin-right: 1ex;

	font-size:smaller;

}

div.ProgressBar{

	height: 7px;

	

	background:url(/Resources/SampleAssessment/Images/ProgressBar.gif) repeat-x;

	margin-bottom:10px;

}

div.Completed{

	height:7px;

	background: #b2c2d2;

}

/*

 *	Lists

 */



.Horizontal{

	clear:both;

	width: auto;

	margin-bottom: 4em;

}

.Horizontal .CheckBox, .Horizontal .RadioButton{

	width: auto;

	float: left; 

	margin-right: 2em;

}

