
#errorExplanation {
	background-color:#F0F0F0;
	border:2px solid red;
	margin-bottom:20px;
	padding:7px 7px 12px;
	width:90%;
}

.active-scaffold th {
    background-color: #6FA9C7;
} 

.active-scaffold th a, .active-scaffold th p {
    background-color: #6FA9C7;
}

.active-scaffold th.sorted {
    background-color: #9EC8DD;
}

.active-scaffold th a:hover {
	background-color: #CBE7F5;
}

.active-scaffold th.asc a, .active-scaffold th.asc a:hover {
	background: #9EC8DD url(../../../images/active_scaffold/default/arrow_up.gif) no-repeat scroll right 50%;
}

.active-scaffold th.desc a, .active-scaffold th.desc a:hover {
	background: #9EC8DD url(../../../images/active_scaffold/default/arrow_down.gif) no-repeat scroll right 50%;
}

.active-scaffold-header h2 {
	font-size:100%;	
}

.active-scaffold tr.record td p {
	font-size:11px;
}

.active-scaffold .view {
	background-color:#CBE7F5;
	border:1px solid #6FA9C7;
	padding:4px;
}

