
/* Setting for whole page, currently a light olive color */
body
{
	background-color: #ADB5A6;
	font-family: verdana;
	color: #333333;
	letter-spacing: .04em;
}

/* Global header color, currently a dark green */
.page_header
{
	background-color: #7B8D73;
}

/* Entire question area, currently a pale white */
.question
{
	background-color: #F7F7F7;
}

/*Grid, ACA, CBC, alternating color 1- currently light grey */
.alt_color1
{
	background-color: #E0E0E0;
}

/*Grid, ACA, CBC, alternating color 2- currently dark grey */
.alt_color2
{
	background-color: #ADB5A6;
}

/* Progress bar inner color, currently a dark green */
.progress_bar_inner
{
	background-color: #7B8D73;
}

.highlight, .highlight td, .highlight label
{
	background-color: #7B8D73 !important;
	color: white;
}

.page_header
{
	padding: 10px;
	font-size: 25px;
	color: #FFFFFF;
	text-align: left;
}

/* Question Header 1 */
.header1
{
	font-size:16px;
	font-weight:bold;	
	text-align: left;
}

/* Question Header 2 */
.header2, .dual_response_none
{
	font-size:15px;
	text-align: left;
	color: #6A6A6A;
	padding-left:26px;
	padding-top:5px;
	padding-bottom: 5px;
	letter-spacing: .5px;
}

/* td is the cell within the global_footer. control text here */
.page_footer
{
	color:#808080;
	font-family: verdana;
	font-size:12px;
	text-align: center;
}

/* Controls links placed in the global footer */
.page_footer a:hover
{
	text-decoration:underline;
}

/* Question Body (middle) Section */
.question_body
{	
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 12px;
}

/*Question Footer*/
.footer
{
	font-size:15px;
	padding-left:26px;
	color: #808080;
	text-align: left;
}

/* links */
a
{
	color: #7B8D73;
}

/* Header2 for ACA Calibration Questions */
.acacal .header2
{
	padding-bottom: 5px;
}

/*Column labels for grid*/
.col_label
{
	font-size:10px;
	font-weight:normal;
}

/*Row Labels for grid*/
.row_label
{
	text-align: right;
}

/* scale header (ACA)*/
.scale_header
{
	color: #808080;
	text-align: center;
}

/* ACA anchor text */
.anchor_text
{
	font-size:10px;
}

.level_text
{
	font-weight:bold;
	font-size:13px;
}

/* CBC Label Text */
.label_text
{
	font-weight:bold;
	font-size:13px;
}

.or_text
{
	font-weight:bold;
	font-size:13px;
}

