/*

This is the SURVEY_SKIN file for REBOOT.  

For this file, only skin & styling related items are allowed.
If additional layout rules are required, those rules must be put
into the proper module.  No additional css files are allowed in the
css root folder.


***** Contents *****

d01. HEADER
d02. INTRODUCTION
d03. SURVEY ITEM
d04. OTHER

*/



/* d01. HEADER
*****************************************************************/


#survey_header{
	background: url(/images/headers/we_want_to_know.jpg) no-repeat 20px 0;
}


/* d02. INTRODUCTION
*****************************************************************/



/* d03. SURVEY ITEM
*****************************************************************/

.survey_active a{
	background: transparent url(/images/icons/ico_survey_active.jpg) no-repeat 0 0;
}

.inactive_survey{
	background-color:#666;
	color:#fff;
}

.locked_survey{
	background: url("/images/icons/ico_survey_locked.gif") no-repeat 0 0;
	color:#fff;
	font-weight:bold;
}




/* d04. OTHER
*****************************************************************/

.survey_text_col_1{
	float:left;
	margin-left: 10px;
	width:250px;
}

.survey_explanation{
	margin-left: 10px;
	overflow: auto;
}

#survey_listing .locked_survey, #survey_listing .inactive_survey, #survey_listing a{
	padding:6px 15px 0 80px;
	height:40px;
	width:165px;
	display:block;
	font-size:10px;
}

.survey_active a:hover{
	background-position:0 -46px;
}

.survey_divider{
	width: 530px;
	height: 39px;
	background: url(/images/dividers/survey_divider.jpg);
	margin: 10px;
}

.survey_text{
	color:#333333;
	font-weight:bold;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

.survey_title{
	background:transparent url(/images/decorations/flourish_header.jpg) no-repeat scroll right bottom;
	display:block;
	margin:10px 3px 5px 10px;
	padding:0 0 13px;
}

.survey_title h2{
    color:#51A9BF;
	margin-left:0;
}
