body
{
	background-color: #FFFFFF;
	font-family: verdana;
	letter-spacing: .04em;
	color: #000000;
	font-size: 12px;
}

.page_header
{
	border-bottom: 0px solid #c0c0c0;
	color: #023365;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
/*	font-size: 25px; */
	letter-spacing: 3px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.page_footer
{
	border-bottom: 0px solid #c0c0c0;
	padding-bottom: 5px;
	color:#023365;
        font-size:12px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

/*Grid, ACA, CBC, alternating color 1 (light grey) */
.alt_color1
{
	background-color: #E0E0E0;
}

/*Grid, ACA, CBC, alternating color 2 (dark grey) */
.alt_color2
{
	background-color: #ffffff;
}

/* Progress bar inner color (blue) */
.progress_bar_inner
{
	background-color: #4377AA;
}

.question
{
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 5px;
}

/* Question Header 1 */
.header1
{
/*	font-size:15px; */
	text-align: left;
	color: #000000;
	padding-bottom: 5px;
	padding-top:5px;
}

/* Question Header 2 */
.header2, .dual_response_none
{
/*	font-size:12px; */
	text-align: left;
	color: #000000;
	padding-top:5px;
	padding-bottom: 5px;
	letter-spacing: .5px;
}

/* links */
a
{
	color: #023365;
}

/*Column labels for grid*/
.col_label_cell
{
/*	font-size:10px; */
	font-weight:normal;
}

/* 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;
}

.highlight, .highlight td, .highlight label
{
	background-color: #808080 !important;
	color: white;
}

/* Slider */

.slider_control .ui-slider-handle
{
	background-image: url(handle_bg.png);
	background-position:center;
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-color: transparent;
	border:none;
	width:22px;
	height:22px;
	margin-top:-1px;
}

.ui-slider-horizontal {
	background-image: url(bar_bg.png);
	background-position:center;
	background-repeat: repeat-x;
	background-color:#eaeaea;
	border-color:  #666;
	height:12px;
	margin:5px 0 5px 0;
/*	
	-moz-box-shadow: inset 0 1px 2px #888;
-webkit-box-shadow: inset 0 1px 2px#888;
box-shadow: inner 0 1px 2px #888;
*/
}

.openend textarea 
{
	width: 95%;
}