﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the FormView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.GradeDisplay
{
	padding:0px 7px 0px 7px;
}

.OverallGradeDisplay
{
	font-weight:bold;
	font-size:10;
	padding:0px 7px 0px 7px;
}

.reportlabelbold
{
	padding:5px 0px 3px 3px;
	text-align:right;
	font-weight:bold;
}

.reportlabelstandard
{
	padding:5px 0px 3px 3px;
	
}

.POH
{
	background-color:#E2E9C9;
	border-left:20px solid #7A2884;
}

.POHGrade
{
	background-color:#E4D4E6;
}

.POHDate
{
	color:#7A2884;
	font-weight:bold;
	padding-top:30px;
}

.PurpleBold
{
	color:#7A2884;
	font-weight:bold;
	padding :30px 0px 30px 0px;
}

.POHNominee
{
	border-left:20px solid #B6C779;
}

.POHNomineeGrade
{
	background-color:#E2E9C9;
}

.POHNomineeDate
{
	font-style:italic;
	color:#B6C779;
	font-weight:bold;
	padding-top:30px;
}
.question { margin-left: 25px; }
.answer { margin-left: 20px; }
.answertext{width:500px;margin-left: 20px; }
.qtext { font-weight:normal; }
.qtextbold {font-weight:bold;}
.qanswers { width: 500px; }
.optionalreminder { color: green; font-style: italic; }
.optionalquestions {padding-left: 56px;}
.divpadding {padding-top: 10px; padding-bottom:10px;}
.imagespacing {width:10px;}
.optionalQuestionsMain {width:98%;padding-top:0px;margin-top:0px;}
.donotdisplay
{
	display: none;
}

.displayasblock
{
	display: block;
}

.bluebackground { background-color: #F1F6E3; }

.StyleDefaultRed
{
	font-family: "Arial";
	font-size:10pt ; 
	color:red;
}

.StyleDefaultsmallRed
{
	font-family: "Arial";
	font-size:8pt ; 
	color:red;
}
.qa fieldset div.qa {border-top:2px solid Gray;padding:10px 0 0 0;}
.qa legend {}
.qa legend img {vertical-align:middle;}
