/*	Created by Sawtooth Software 

	This is the CSS file which determines the style of the survey. You are welcome to change and personalize this file for your own use. 

	The main colors you may be interested in changing are listed below in the comment area "Section 1." To change
	other characteristics of a category (besides color), see below to "Section 2" where they have been repeated for further editing. 



***************************************
  SECTION 1  
***************************************/

/*	Background setting for whole page */
body
{
	color: #000000;
}

.main, body
{
	background-color: #EFF0EB;
}

.question
{
	background-color: #ffffff;
}

.page_header
{
	background-color: #2B759F;
}

.alt_color1
{
	background-color: #E0E0E0;
}

.alt_color2
{
	background-color: #C0C0C0;
}

.progress_bar_inner
{
	background-color: #2B759F;
}

.progress_bar
{
	background-color: transparent;
}

.highlight, .highlight td
{
	background-color: #2B759F !important;
}

/***************************************
	SECTION 2  
***************************************/


/* Setting for whole page */
body
{
	font-family: verdana;
	letter-spacing: .04em;
}

.main
{
	width: 100%;
	padding: 0px;
}

.page_header
{
	padding-left:50px;
	color:#ffffff;
	font-size:20px;	
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 2px solid white;
} 

/* Question Header 1 */
.header1
{
	font-size:15px;
	font-weight:bold;	
	text-align: left;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	padding-left:25px;
	padding-top:5px;
}

/* 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;
}

.dual_response_none .options
{
	color: #000000;
	font-weight:bold;
	font-size:13px;
}

.page_footer
{
	color: #808080;
	font-family: verdana;
	font-size:12px;
	text-align: center;
	text-decoration:none;
}

/* links */
a
{
	color: #6A6A6A;
}

/* Whole question area containing headers and footers (not global). */
.question
{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E1E1E1;
	text-align: left;
	width: 800px;   
	padding: 1px;
}

/* Question Body (middle) Section - rests inside ".outer_table" excluding headers and footers */
.question_body
{	
	padding-bottom: 10px;
	text-align: left;
}

/*Question Footer 1*/
.footer1
{
	font-size:15px;
	padding-left:26px;
	color: #808080;
	text-align: left;
}


/* scale header (ACA)*/
.scale_header
{
	color: #808080;
	text-align: center;
}

.slider_control .ui-slider-handle
{
	background-image: none;
	background-color: #2B759F;
	border-width: 0px;
	margin-top: 1px;
}