/*
 * Hoja de estilos para las plantillas de 'Contacte con nosotros', 'Encuesta' e 'Informe de la encuesta'.
 */
 
@charset "iso-8859-1";
@media all
{
	/* labels */
	td.webform_label, td.webform_label_multi  {font-weight: bold; padding: 5px 0px 3px 0px; color:#2F5279; font-size:0.7em;}
		
	/* additional fields */
	table.webform_table select {height: 20px;}
	table.webform_table textarea {height: 60px; width:80%; border: 1px solid #999;}
	table.webform_table tr td.webform_button {text-align: center;}
	
	/* error */
	span.webform_label_error{color: #CC0000;}
	span.webform_msg_error{color: #CC0000; font-weight: bold;vertical-align: top;}
	
	/* checkbox */
	table.webform_checkbox_row{float: left; padding: 0px 8px 0px 0px;}
	td.webform_field_checkbox, td.webform_field_checkbox_row {padding: 2px 0px 2px 0px;}
	td.webform_label_checkbox{padding: 2px 0px 2px 5px;}
	td.webform_label_checkbox_row{padding: 2px 0px 2px 3px;}
	
	/* radio */
	table.webform_radio_row{float: left; padding: 0px 8px 0px 0px;}
	td.webform_field_radio, td.webform_field_radio_row{padding: 4px 0px 0px 0px;}
	td.webform_label_radio, td.webform_label_radio_row{padding: 1px 0px 0px 5px;}
	
	/* table field */
	table.webform_label_table {vertical-align: top;}
	
	.webform_label_table tr th, .webform_label_table tr td, 
		.webform_field_table tr th, .webform_field_table tr td {
		white-space: nowrap;
	}

	/************************************************************************************************ 
	 * Estilos para el formulario de contacte con nosotros
	 ************************************************************************************************/

	td.webform_label_contacto {color:#2F5279;font-size:0.7em;}	
	td.webform_field_contacto {color: #000;}	
	td.webform_field_contacto input, td.webform_field_contacto select {color: #000;border: 1px solid #999;width:80%;}	
	td.webform_middletext_contacto {color: #000; font-size:0.7em;}	
	td.webform_mandatory_contacto {color: #000; font-size:0.7em;}	
	td.webform_mandatory {color: #000; font-size:0.7em;}	
	td.webform_button_contacto input {color: #fff; background-color:#2F5279; font-weight: bold; border:0; padding: 2px;}

	.webform_error_text_start_contacto {color: #CC0000;font-size:0.7em;}
	.webform_error_start_contacto {color: #CC0000;font-size:0.7em;font-weight: bold}

	.confirmationLabel {color:#2F5279;font-size:0.7em;font-weight:bold;}
	.confirmationText {color:#000;font-size:0.7em;}
	.formbutton {color: #fff; background-color:#2F5279; font-weight: bold; border:0; padding: 2px;}

	/************************************************************************************************ 
	 * Estilos para el formulario de encuestas
	 ************************************************************************************************/
	.onlineform {border: 1px solid #999; width:50%;}

	td.webform_label_encuesta, td.webform_label_multi_encuesta {font-weight: bold; padding: 5px 0px 3px 0px; color:#2F5279; font-size:0.7em;}
	table.webform_table_encuesta textarea {height: 80px; width:100%; border: 1px solid #999;}

	td.webform_label_encuesta_survey {font-weight: bold; color:#2F5279; font-size:0.7em;padding-top:1.4em;}
	td.webform_field_encuesta{font-size:0.7em;}
	td.webform_field_encuesta_survey input {color: #000;}	
	td.webform_field_encuesta_survey select {color: #000;border: 1px solid #999;width:50%;}	
	td.webform_middletext_encuesta_survey {color: #000; font-size:0.7em;}	
	td.webform_mandatory_encuesta_survey {color: #000; font-size:0.7em;}	
	td.webform_button_encuesta {text-align: center; padding-top:0.7em;}
	td.webform_button_encuesta_survey input {color: #fff; background-color:#2F5279; font-weight: bold; border:0; padding: 2px; text-align: center;}

	.confirmationLabel {color:#2F5279;font-size:0.7em;font-weight:bold;}
	.confirmationText {color:#000;font-size:0.7em;}
	.formbutton {color: #fff; background-color:#2F5279; font-weight: bold; border:0; padding: 2px;}

	/* error */
	span.webform_label_error_encuesta{color: #CC0000;}
	span.webform_msg_error_encuesta{color: #CC0000; font-weight: bold;vertical-align: top;}

	/************************************************************************************************ 
	 * Estilos para el informe del formulario de encuestas
	 ************************************************************************************************/
	.linkDetail{font-weight: bold; padding: 5px 0px 3px 0px; color:#2F5279;}
	#webformReport {font-weight: bold; padding: 5px 0px 3px 0px; color:#000;}
	#webformReport h2 {font-weight: bold; padding: 5px 0px 3px 0px; color:#2F5279;}
	#webformReport h3{font-weight: bold; padding: 5px 0px 3px 0px; color:#2F5279;}
	#webformPaging {font-weight: bold; padding: 5px 0px 3px 0px; color:#000;}
	#webformPaging a{font-weight: bold; padding: 5px 0px 3px 0px; color:#2F5279;}
	
}    


/************************************************************************************************ 
	 * Estilos para el informe del formulario de encuestas Maria
	 ************************************************************************************************/
.contenedorTextoContenidoGenericoSurvey {
	padding-top:13px;
	padding-right:2px;
	padding-bottom:0px;/*modificado de 10px a 0px*/
	font-size:0.7em;
	text-align:justify;
	color:#000000;	
}

/*******************************************************************************************************
									       EStilos copiados de webform survey
**********************************************************************************************************/
	
	
	#webformReport .reportitem{
		padding-top: 5px;
	}
	
	#webformReport p.reportanswer{
		margin: 0px;
		padding: 0px;
	}
	
	#webformReport .reportBar{
		margin-bottom: 10px;
	}
	
	#webformReport .processbar {
		float:left; 
		display:block; 
		width:100%;
	}
	
	#webformReport .processbar .bar{
		display:block; 
		text-align:right;
		border: 1px solid black;
		background: url("../es/images/gradient.png") repeat-x scroll center top;
		
	}

	* html #webformReport .processbar .bar{ /*  IE 6 fix */
		background: none; 
	}
	
	#webformReport .reportcount{
		padding-left: 10px; 
		font-weight: bold;
	}
 
