/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules Assessments
   ================================
*/

.CHIAssessmentTitle
{
    FONT-SIZE: 14pt;
    COLOR: #333333;
    FONT-FAMILY: Arial
}
.CHIAssessmentSummary
{
    FONT-SIZE: 10pt;
    COLOR: #666666;
    FONT-FAMILY: Arial;
	font-weight: bold;
}

.CHIAssessmentBorder
{
}
.CHIAssessmentBorderTD
{
	BORDER-RIGHT: #D3D3D3 1px solid;
	BORDER-TOP: #D3D3D3 1px solid;
	BORDER-LEFT: #D3D3D3 1px solid;
	BORDER-BOTTOM: #D3D3D3 1px solid
}
.CHIAssessmentListBorder
{
    BORDER-RIGHT: lightgrey 1px solid;
    BORDER-TOP: lightgrey 1px solid;
    BORDER-LEFT: lightgrey 1px solid;
    BORDER-BOTTOM: lightgrey 1px solid
}
.CHIAssessmentListBorderTop
{
    BORDER-RIGHT: lightgrey 1px solid;
    BORDER-TOP: lightgrey 1px solid;
    BORDER-LEFT: lightgrey 1px solid;
    BORDER-BOTTOM: lightgrey 0px solid
}
.CHIAssessmentListBorderBottom
{
    BORDER-RIGHT: lightgrey 1px solid;
    BORDER-TOP: lightgrey 0px solid;
    BORDER-LEFT: lightgrey 1px solid;
    BORDER-BOTTOM: lightgrey 1px solid
}
.CHIAssessmentNormalTextHead
{
    FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
    FONT-FAMILY: Arial;
	COLOR: #999999;
}
.CHIAssessmentNormalResults
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
	COLOR: #666666;
	BORDER-RIGHT: #d3d3d3 1px solid;
	BORDER-TOP: #d3d3d3 1px solid;
	BORDER-LEFT: #d3d3d3 1px solid;
	BORDER-BOTTOM: #d3d3d3 1px solid;
	PADDING: 5px
}
.CHIAssessmentNormalText
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
	COLOR: #666666;
}
A.CHIAssessmentNormalText:link
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: underline
}
A.CHIAssessmentNormalText:visited
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: underline
}
A.CHIAssessmentNormalText:active
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: underline
}
A.CHIAssessmentNormalText:hover
{
    FONT-WEIGHT: bold;
    COLOR: red;
    TEXT-DECORATION: normal
}
.CHIAssessmentsModuleSelectedTab
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #333333;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: lightgrey;
	TEXT-DECORATION: underline;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 24px;
	BORDER-color: lightgrey;

}
A.CHIAssessmentsModuleSelectedTab:link
{
    FONT-WEIGHT: bold;
    COLOR: #333333;
    TEXT-DECORATION: underline
}
A.CHIAssessmentsModuleSelectedTab:visited
{
    FONT-WEIGHT: bold;
    COLOR: #333333;
    TEXT-DECORATION: underline
}
A.CHIAssessmentsModuleSelectedTab:active
{
    FONT-WEIGHT: bold;
    COLOR: #333333;
    TEXT-DECORATION: underline
}
A.CHIAssessmentsModuleSelectedTab:hover
{
    FONT-WEIGHT: bold;
    COLOR: #666666;
    TEXT-DECORATION: underline
}
.CHIAssessmentsModuleUnselectedTab
{
    FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #999999;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 24px;
}
A.CHIAssessmentsModuleUnselectedTab:link
{
	FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #999999;
}
A.CHIAssessmentsModuleUnselectedTab:visited
{
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Verdana;
    COLOR: white;
	TEXT-DECORATION: none
}
A.CHIAssessmentsModuleUnselectedTab:active
{
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Verdana;
    COLOR: white;
	TEXT-DECORATION: none
}
A.CHIAssessmentsModuleUnselectedTab:hover
{
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Verdana;
    COLOR: white;
    TEXT-DECORATION: underline
}
.CHIAssessmentsDot
{
    FONT-SIZE: 12pt;
    MARGIN: 0px;
    VERTICAL-ALIGN: baseline;
    COLOR: #000000;
    FONT-FAMILY: arial;
    TEXT-ALIGN: center;
	STYLE-TYPE: square;
}
.CHIAssessmentsModuleListEvenRow
{
    BACKGROUND-COLOR: white
}
.CHIAssessmentsModuleListOddRow
{
    BACKGROUND-COLOR: white
}
.CHIAssessmentsModuleContinueRow
{
    BACKGROUND-COLOR: #ffffff
}
.CHIAssessmentQuestions
{
    BORDER-RIGHT: #D3D3D3 0px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #D3D3D3 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #D3D3D3 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #D3D3D3 1px solid;
    BACKGROUND-COLOR: #ffffff
}
.CHIAssessmentChoices
{
    BORDER-RIGHT: #D3D3D3 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #D3D3D3 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #D3D3D3 0px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #D3D3D3 1px solid;
    BACKGROUND-COLOR: #ffffff
}
.CHIAssessmentsBarComplete
{
    FONT-WEIGHT: normal;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #999999;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 24px;
}
.CHIAssessmentsBarTotal
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #333333;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: lightgrey;
	TEXT-DECORATION: underline;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 24px;
	BORDER-color: lightgrey;

}

.CHIAssessmentsFormButtons
{
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	BACKGROUND: #CCCCCC;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	cursor:pointer;
}

.CHIAssessmentsResultsHeader
{
	BACKGROUND-COLOR: #d3d3d3;
	BORDER-RIGHT: #d3d3d3 1px solid;
	BORDER-TOP: #d3d3d3 1px solid;
	BORDER-LEFT: #d3d3d3 1px solid;
	BORDER-BOTTOM: #d3d3d3 1px solid;
}

.CHIAssessmentsResultsFooter
{
	BACKGROUND-COLOR: #d3d3d3;
	BORDER-RIGHT: #d3d3d3 1px solid;
	BORDER-TOP: #d3d3d3 1px solid;
	BORDER-LEFT: #d3d3d3 1px solid;
	BORDER-BOTTOM: #d3d3d3 1px solid;
}



/* CHI Assessment PDF Print Styles */

    .PDF_CHIAssessmentNormalText
{
	font-size: 10pt;
	font-family: Arial;
}

	A.PDF_CHIAssessmentNormalText:link
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	A.PDF_CHIAssessmentNormalText:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	A.PDF_CHIAssessmentNormalText:active
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	A.PDF_CHIAssessmentNormalText:hover
{
	font-weight: bold;
	color:Red;
	text-decoration: none;
}

    .PDF_CHIAssessmentRecommendation
{
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	border-left: darkgray thin solid;
	width: 100%;
	border-bottom: darkgray thin solid;
	font-size: 10pt;
	vertical-align: top;
	font-family: Tahoma, Arial;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #f5f5f5;
	margin-left: 20px;
}
	



