H1.PageTitle {
	color: #c91919;
}

.RedHeading {
	color: #c91919 !important;
}

Px {
	font-size:110%;
	font-family:arial !important;
}

.spacer5 {
	margin-bottom:5px;
}

.spacer10 {
	margin-bottom:10px;
}

.spacer20 {
	margin-bottom:20px;
}

.spacer40 {
	margin-bottom:40px;
}

A {
	color: #c91919;
}

A:HOVER {
	color: red;
	text-decoration:none;
}


.WhiteLink {
	color:white;	
}
.WhiteLink:HOVER {
	color:white;	
}

.FormHidden {
	background:pink;
	color:red;
	width:80px;
	font-size:8pt;
	font-family:arial;
	border:1px solid red;
	padding:3px;
}

.AssessmentTable TD, TH {
	padding:10px ;
}

.AssessmentCriteria {
	font-size:8pt;
	xcolor:#ccc;
	line-height:200%;
}

.AssessmentNotes {
	height:100px !important;
}

.AssessmentEvidence {
	height:200px !important;
}

.ModuleTitle {
	color:#c91919;
	border-bottom:3px solid #f0f0f0;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:bold;
}

.ModuleSubheading {
	xcolor:#c91919;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:bold;
}

.ModuleSubheadingNoLine {	
	margin-bottom:20px;
	font-weight:bold;
}

.checklist-separator {
	padding:5px 0px;
	xborder-bottom:1px solid silver;
	margin-bottom:5px;
}

label.checklistLabel {
	display: inline;	
	margin-bottom:3px;		
}

.checklistLabel_COMPLIANT {	
	border-bottom:1px dotted lawngreen;
	margin-bottom:3px;
	color:green;
	font-weight:bold;
}

.checklistLabel_NONCOMPLIANT {	
	border-bottom:1px dotted FireBrick;
	margin-bottom:3px;
	color:FireBrick;
	font-weight:normal;
	
}

.checklistLabel_NA {	
	border-bottom:1px dotted silver;
	margin-bottom:3px;
	color:#666;
	font-weight:normal;
	
}

.ComplianceTable TD, .ComplianceTable TH {
	padding:5px 10px;
	border:1px solid #ccc;
}

.SummaryBox {
	height:100px !important;
}

#AdminControlRow {
	background:#f0f0f0;
	border-radius:5px;
	padding:10px;
	margin:0 10px 10px 10px;
	
}	

.ScoreInput {
	text-align:right;
	width:60px !important;
	font-weight:bold;
}

.CCARed {
	background-color: pink !important;
	background: pink !important;
	color: #fff;
}