@media print
{
	body
	{
		display: none;
	}
}

body
{
	margin: 20px 0px 0px 0px;
	background-color: #FFFFFF;
}

.bodyText
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.content
{
	width: 669px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 10px 10px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	color: #000000;
}

.copyright
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	color: #000000;
	text-align: center;
}

p
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

h3
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

hr
{
	width: 450px;
	color: #000000;
	line-height: 1px;
	text-align: center;
}

/***************************************************************
 For the survey
****************************************************************/

.backButton
{
	margin: 0px 15px 0px 0px;
}

.gapmStandards
{
	width: 700px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	border: double 3px #000000;
}

/***********************************************************************
  New Survey Classes Using Divs
***********************************************************************/

.survey
{
	width: 100%;
	font-family: Verdana, Helvetica, Arial;
	color: #000000;
	font-size: 10pt;
	overflow: auto;
}

.surveySectionHeading
{
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

.questionNumber
{
	float: left;
	padding: 0px 5px 0px 0px !important;
	width: 16px;
	text-align: right;
	border-top: none;
	border-bottom: none;
}

.surveyRow
{
	clear: both;
	overflow: auto;
	line-height: 16px;
}

.firstQuestionRow
{
	float: left;
	overflow: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.questionRow
{
	float: left;
	overflow: auto;
	border-bottom: solid 1px black;
}

.surveyQuestion
{
	float: left;
	width: 413px;
	padding: 0px 5px 0px 0px;
}

.surveyQuestion a, .surveyQuestion a:hover, .surveyQuestion a:visited, .surveyQuestion a:link
{
	color: #000000;
	text-decoration: none;
}

.surveyResponses
{
	float: right;
	text-align: left;
	width: 250px;
}

.helpText
{
	clear: both;
	display: none;
	width: 652px;
	padding: 10px 10px 10px 10px;
	background-color: #EFEFEF;
}

.helpTextClose, .helpTextClose:hover, .helpTextClose:link, .helpTextClose:visited
{
	color: #EB0000;
	text-decoration: none;
}

.lowMetric
{
	clear: both;
	width: 652px;
	padding: 10px 10px 10px 10px;
}

.sectionComments
{
	clear: both;
	width: 652px;
	padding: 20px 0px 0px 46px;
}

.VeticalSurveyQuestion{width:90% !important;}
.VeticalSurveyResponses{float:left !important;padding: 0 5px 0 30px !important;}
.mb10{margin-bottom:10px !important;}