/* ACAC conjoint demo  V3  */

/*
<div class="main"> - DIV surrounding the page 
<div class="global_header"> - The Global Page Header 
<div class="global_footer"> - The Global Page Footer 
<div class="submit_button"> - Submit button 
<div class="progress_bar_color1"> - Color #1 of the progress bar 
<div class="progress_bar_color2"> - Color #2 of the progress bar 
<div class="progress_bar_bgcolor"> - Background color of the progress bar 
*/

body
	{
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	/*letter-spacing: .04m;*/
	font-size: 10px;
	color: #666666;
	margin-top: 40px;
	background: #FFFFFF URL("grassBdak.jpg") no-repeat right;
	}

#submit_button
	{
	margin-top: 40px;
	text-align: center;
	}

.global_header td
	{	
	letter-spacing: .3em;
	background-image: url("topleftcorner.gif");
	background-repeat: no-repeat;
	padding-left:65px;
	background-color: #FFFFFF;
	height: 50px;
	color:#00F;
	font-size:18px;
	text-align:left;
	}

.global_footer
	{
	margin-top: 40px;
	}

.global_footer td
	{
	font-size:10px;
	color: #808080;
	letter-spacing: .3em;
	}


/* Whole question */
/* text page has auto id from page name */
.question
	{
	text-align: center;
	}

/*////// TEXT PAGES //////*/

#pairintro1, #pairintro2, #pairintro, #pairintro3
	{
	padding-top: 100px;
	}

#pairintro1 .header1
	{
	margin-bottom: 60px;
	}

#pairintro2 .header1
	{
	margin-bottom: 60px;
	}

#pairintro .header1
	{
	margin-bottom: 60px;
	}

#pairintro3 .header1
	{
	margin-bottom: 60px;
	}

#pairintro1 .outer_table
	{
	background: URL("progressRat.jpg") top right no-repeat;
	}

#pairintro2 .outer_table
	{
	background: URL("progressImp.jpg") top right no-repeat;
	}

#pairintro .outer_table
	{
	background: URL("progressPar.jpg") top right no-repeat;
	}

#pairintro3 .outer_table
	{
	background: URL("progressCal.jpg") top right no-repeat;
	}


/*
.acarat #ACARAT1 .outer_table
	{
	background: URL("progressRat.jpg") top right no-repeat ;
	padding-top:200px;
	}
*/


.acaimp
	{
	}

.acapar
	{
	}

.acacal
	{
	}

.acacal input
	{
	margin-top: 25px;
	margin-bottom: 5px;
	}

.acacal.inner_table
	{
	padding-top: 20px;
	}

.acarat,.acapar,.acacal .question
	{
	margin-top: 40px;
	}

.acaimp .question
	{
	margin-top: 60px;
	}

#close
	{
	}

#results_table, #results_table2
	{
	margin-left: 30px;
	margin-top:50px;
	margin-bottom: 40px;
	width:650px;
	color: #999999;
	font-size:14px;
	font-weight: bold;
	}

#results_table2
	{
	width:420px;
	}


.result
	{
	margin-left: 15px;
	color: #AAAAAA;
	font-size:14px;
	font-weight: normal;
	}

#results_table2 .result
	{
	color: #999999;
	}


/* Question outer table */
table.outer_table 
	{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 70%;
	padding: 1px;
	background-color: transparent;
	border: solid 0px #00F;
	}

table.inner_table
	{
	width: 90%;
	}

.text_filler table.outer_table 
	{
	text-align: left;
	/*This is so that it will size according to the length of the text.*/
	width: 0px;
	padding: 1px;
	}

.grid table.outer_table 
	{
	text-align: left;
	padding: 1px;
	}

/* Question Header 1 */
.header1
	{
	font-size:28px;
	font-weight:normal;	
	text-align: left;
	color: #9BBF3E;
	background-color: transparent;
	background-image: url("icon1.gif");
	background-repeat: no-repeat;
	padding-left:46px;
	padding-top:5px;
	height:25px;
	margin-bottom: 30px;
	}

/* Question Header 2 */
.header2
	{
	font-size:17px;
	text-align: left;
	color: #A0A0A0;
	color: #777777;
	padding-left:46px;
	padding-top:5px;
	font-weight:bold;
	margin-bottom:10px;
	}

.acacal div.header2
	{
	padding-bottom: 5px;
	}

/* Question Header 2 for grids*/
/*.grid div.header2
{
	
}
*/

/* Question Body (middle) Section */
.question_body
	{	
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 46px;
	margin-top: 0px;
	}

/* Question Body table */
.question_body table.inner_table
	{
	text-align: left;
	}

/* Question Body td */
.question_body td
	{
	/* Center table */
	font-size: 14px;
	font-weight: normal;	
	/*letter-spacing: .03em;*/
	}

/* Question inner table */
.inner_table 
	{
	background-color: transparent;
	}

.inner_table .question_text
	{
	line-height: 1.2em;
	color: #A0A0A0;
	}


/* Question Question Text */
.select .question_text
	{
/*	color:#EBA204;
	font-size:10px;
	font-weight:normal;

	*/
	}


/*Question Footer 1*/
div.footer1
	{
	font-size:10px;
	padding-left:46px;
	color: #808080;
	text-align: left;
	margin-top:20px;
	}

/*Grid, ACA, CBC, alternating color 1*/
.alt_color1
	{
	background-color: #D7F8B8;
	}

/*Grid, ACA, CBC, alternating color 2*/
.alt_color2
	{
	background-color: #ABEF6E;
	}

/*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: 13px;
	color: #777777;
	}

.anchor_text hr
	{
	color: #EEEEEE;
	}

.scale_xl
	{
	text-alignX: right;
	background: URL(unhappy.gif) left top no-repeat;
	padding: 20px 0px 0px 20px;
	}

.scale_l
	{
		padding: 20px 0px 0px 0px;
	}

.scale_r
	{
		padding: 20px 0px 0px 0px;
	}

.scale_xr
	{
	text-alignX: left;
	background: URL(happy.gif) right top no-repeat;
	padding: 20px 20px 0px 0px;
	border: solid 0px #900;
	}

.level_text
	{
	font-weight:bold;
	font-size:13px;
	color: #888888;
	}

/* CBC Label Text */
.label_text
	{
	font-weight: bold;
	font-size: 13px;
	}

.or_text
	{
	font-weight:bold;
	font-size:13px;
	}

.error_messages td
	{
	color: red;
	}

.progress_bar_color1
	{
	background-color: #9BBF3E;
	}




