@CHARSET "ISO-8859-1";
/*
 * SURVEY STYLE
 */

/*************************************************************************/
/*********************************** MODULE ******************************/
/*************************************************************************/

#survey_module {
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
}

div.main_survey{
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
}

h3.survey_title {
	font-family: arial;
 	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: justify;
}

label.survey_option {
	font-family: arial;
	font-size: 12px;
	color: #9AAAE5;
	text-align: justify;
}

h2.survey_warning {
	font-size: 17px;
	color: #FF5500;
}


/*************************************************************************/
/********************************* RESULT PAGE ***************************/
/*************************************************************************/

h1.survey_result_title {
	font-family: arial;
 	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	color: white;
	text-align: center;
}

label.survey_result_name {
	font-family: arial;
 	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: black;
}

div.survey_result_frame {
	width: 500px;
}

div.survey_result_title {
	margin-bottom: 30px;
	width: 95%;
}

div.survey_result_box {
	width: 90%;
	
}

div.survey_result_item {
	width: 85%;
}

td.survey_result_option {
	font-family: arial;
	font-style: italic;
	font-weight: bolder;
	font-size: 13px;
	padding-right: 10px;
	color: black;
}

table.main_survey_table {
	background-color: white;
	/*border-style: none;*/
	border-style: ridge;
	border-color: blue;
	border-width: 2px;
}

td.main_survey_field {
	text-align: left;
	border-bottom-color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

td.main_survey_field_last {
	text-align: left;
}

div.main_survey_comment {
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

/************************
* OLD SURVEYS
************************/
div.main_survey_header_title {
	margin-top: 10px;;
	padding-top: 5px;
	color: #081F6F;
	font-size: 21px;
	font-weight: bolder;
}

div.main_survey_all {
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
	padding: 3px;
	color: #FFF;
	background-color: #092679;
}

div.main_survey_all_title {
	font-family: arial;
	font-variant:small-caps;
	font-style: oblique;
	font-size: 19px;
	font-weight: bolder;
	color: #FFF;
	
	padding-bottom: 5px;
}

div.main_survey_old_even {
	padding-left: 5px;
	font-weight: normal;
	font-variant: normal;
	background-color: #314a8f;
	font-size: 15px;
	margin-bottom: 4px;
	line-height: 2em;
}

div.main_survey_old_odd {
	padding-left: 5px;
	font-weight: normal;
	font-variant: normal;
	background-color: #092679;
	font-size: 15px;
	margin-bottom: 4px;
	line-height: 2em;
}

a.main_survey_link {
	text-decoration: none;
	color: #fff;
}

a.main_survey_link:hover {
	color: #e2cf2a;
}

div.main_survey_old_article_all {
	text-align: right;
	font-weight: bolder;
	padding-right: 10px;
}

/*********************/
/* Survey IMAGE */
/*********************/

div.main_survey_image {
	background-color: #092679;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	position: relative;
	float: right;
	border: 2px;
	border-style: ridge;
	text-align: center;
}

div.mainsurvey_text_image {
	font-family: arial;
	font-size: 10px;
	color: #9AAAE5;
	text-align: center;
	width: 250px;
	padding-bottom: 5px;
}

img.main_survey_image {
	max-height: 250px;
	max-width: 250px;
	border: 0px;
}

div.main_survey_text_image {
	font-family: arial;
	font-size: 10px;
	color: #9AAAE5;
	text-align: center;
	width: 250px;
	padding-bottom: 5px;
}