    /* Assessment styles */
    
    .CHIAssessmentTitle
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
}

    .CHIAssessmentSummary
{
	font-size: 9pt;
	color: dimgray;
	font-family: Arial;
}

    .CHIAssessmentBorder
{
}

    .CHIAssessmentListBorder
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}


    .CHIAssessmentNormalText
{
	font-size: 9pt;
	font-family: Arial;
}

	A.CHIAssessmentNormalText:link
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	A.CHIAssessmentNormalText:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	A.CHIAssessmentNormalText:active
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	A.CHIAssessmentNormalText:hover
{
	font-weight: bold;
	color:Red;
	text-decoration: none;
}

	.CHIAssessmentsModuleSelectedTab
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Verdana;
	background-color: #a0410d;
}
	A.CHIAssessmentsModuleSelectedTab:link
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
	A.CHIAssessmentsModuleSelectedTab:visited
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
	A.CHIAssessmentsModuleSelectedTab:active
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	A.CHIAssessmentsModuleSelectedTab:hover
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	
	.CHIAssessmentsModuleUnselectedTab
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana;
	background-color: #e8e8d5;
}
	A.CHIAssessmentsModuleUnselectedTab:link
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana;
	background-color: lavender;
}
	A.CHIAssessmentsModuleUnselectedTab:visited
{
	color: black;
	text-decoration: none;
}
	A.CHIAssessmentsModuleUnselectedTab:active
{
	color: white;
	text-decoration: none;
}
	A.CHIAssessmentsModuleUnselectedTab:hover
{
	color: white;
	text-decoration: none;
}

    .CHIAssessmentsDot
{
	font-size: 16pt;
	margin: 0px;
	vertical-align: baseline;
	color: darkgray;
	font-family: Arial;
	text-align: center;
} 

	.CHIAssessmentsModuleListEvenRow
{
	background-color: white;
}

	.CHIAssessmentsModuleListOddRow
{
	background-color: #e8e8d5;
}

	.CHIAssessmentsModuleContinueRow
{
	background-color: #83BAD8;
}

	.CHIAssessmentQuestions
{
	border-right: gainsboro thin solid;
	padding-right: 5px;
	border-top: gainsboro thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gainsboro thin solid;
	padding-top: 5px;
	border-bottom: gainsboro thin solid;
	background-color: #f5f5ef;
}

	.CHIAssessmentChoices
{
	border-right: gainsboro thin solid;
	padding-right: 5px;
	border-top: gainsboro thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gainsboro thin solid;
	padding-top: 5px;
	border-bottom: gainsboro thin solid;
	background-color: #fafaf0;
}



