body
{
	background-color: #ffffff; 
	font-family: arial, times;
	margin: 0px;
	padding: 10px;
}

#header1
{
	margin-bottom: 25px; 
	background: #E5ECF9; 
	color: #3366CC; 
	padding: 5px; 
	border-top: 1px solid #7AA5D6; 
	font-weight: bold;
}

#study
{
	margin-left: 20px;
}

form
{
	padding: 0px; margin: 0px;
}

#layout_table
{
	margin-top: 20px;
	width: 100%;
}

#menu
{
	border: 1px solid #7AA5D6; 
	width: 160px; 
	position: absolute; 
	left: 10px;
}

.menu_item
{
	font-size: 13px;
	padding-left: 15px;	
	padding-bottom: 3px;
	padding-top: 3px; 
	border-bottom: 1px solid #C0C0C0; 
	width: 145px; 
	cursor: pointer; 
	color: #2865E3;
}

.menu_item_highlight
{
	background-color: #EBEBEB;
	font-weight: bold;
}

.stage
{
	border: 2px solid #7AA5D6; 
	width: 700px; 
	padding-bottom: 20px; 
	margin-left: 188px;
}

.link
{
	cursor: pointer; 
	color: #2865E3;
}

.error_msg
{
	width: auto;
	color: red;	
	margin-left: 10px; 
	margin-top: 10px; 
	font-weight: bold;
}

.error_msg_box
{
	margin-left: 188px; 
	margin-bottom: 25px; 
	border: 1px solid red; 
	width:690px; 
	padding: 5px;
}

.note
{
	font-size: 12px;
	color: #808080;
}

.red_note
{
	font-size: 12px;
	color: red;
}

#data_list
{
	width: 100%;
}

#data_results_box
{
	margin: 10px;
}

.remove_bottom_border
{
	border-bottom: 0px solid #C0C0C0;
}

.stage_title
{
	background: #E5ECF9; 
	padding: 5px; 
	font-weight: bold; 
	font-size: 14px;
}

.stage_content
{
	padding: 10px;
}

#complete
{
	font-weight: bold;
	color: green;
}

#disqualified
{
	font-weight: bold; 
	color: #B00000;
}

#incomplete
{
	font-weight: bold; 
	color: #808080; 
	padding-right: 25px;
}

#view_data_table
{
	margin: 10px;
}

#view_data_question_info td, #view_data_general_info td
{
	border-bottom: 1px solid #D4D4D4;
}

.data_cell
{
	border-right: 1px solid #D4D4D4; 
	padding-right: 40px;
	font-size: 13px; 
	letter-spacing: 1px;
}

.alt_color1
{
	background-color: #F7F7F7;
}

.section_header
{
	background-color: #C0C0C0;
}

.warning
{
	color: red; 
	font-weight: bold;
}

.options_box, .marginals_box, .quota_box
{
	border-width: 1px 1px 1px 1px; 
	border-style: solid; 
	border-color: #C0C0C0; 
	margin-top: 10px;
}

#title
{
	font-size: 16px; 
	padding: 0px 10px 10px 0px;  
	font-weight: bold;}

#page_footer_text
{
	font-size: 13px; 
	color: #555555;
}

#page_footer_div
{
	text-align: center; 
	border-top: 1px solid #7AA5D6; 
	padding-top: 5px;
}

#login_title
{
	background-color: #E5ECF9; 
	color: #000000; 
	font-weight: bold; 
	font-size: 13px; 
	padding-right: 3px;
}

#login_box
{
	border-color: #7AA5D6;  
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	font-size: 14px; 
	padding-bottom: 5px;
}

.password_options
{
	padding-left: 20px;
}

a 
{
	color: #7AA5D6; 
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.quota_graph
{
	height: 15px;
}

.quota_graph_table td
{
	border: 1px solid #c0c0c0;
}

.quota_count_cell
{
	padding-left: 10px; 
	padding-right: 4px;
}

.display_class_hide
{
	display: none;
}

.display_class_show
{
	display: block;
}

.test_mode #test_mode_header
{
	background-color:#FF972F; 
	color:#336688; 
	border: solid 1px #336688;
	font-size: 10px; 
	padding-left: 5px; 
	margin-bottom:5px; 
	width:auto;
}

.test_mode .stage_title
{
	background-color:#FF972F; 
}

