/* ================================
    CSS STYLES
   ================================
*/   
.Normal {
	font-weight: normal;
	font-style: normal; 
	color: white;
	font-size:12px;
}
.Head {
	font-weight: bold;
	font-style: normal; 
	font-size: 14px;
	color: white;  
}
.NormalBold { 
	font-weight: bold;
	font-style: normal; 
	font-size: 12px;
	color: white;   
}
.SubHead {
	font-weight: bold; 
	font-style: normal; 
	font-size: 12px;
	color: #5EB441;  
}

p { 
	margin: 5px 0 15px 0;
}




/* ******************************************************************* */
/* User registration */
/*  NOTA: CSS DA ASSEGNARE IN PORTAL.CSS SPECIFICI DI OGNI PORTALE */
/* ******************************************************************* */

/* form */
.Modulo_RegistrazioneUtente_WrapperTitoloSezioneDiv {
	border-bottom-color:white;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding: 25px 0 10px 20px;
	
	clear:both;
}
.Modulo_RegistrazioneUtente_WrapperTitoloSezioneSpan {
}
.Modulo_RegistrazioneUtente_WrapperRowDiv {
	width:100%;
	padding-bottom:5px;
	
	clear:both;
}
.Modulo_RegistrazioneUtente_WrapperFieldLeftDiv {
	float:left;
	width:200px;
}
.Modulo_RegistrazioneUtente_WrapperFieldRightDiv {
	float:left;
	width:210px;
}
.Modulo_RegistrazioneUtente_TextBox{
	width:140px;
}
.Modulo_RegistrazioneUtente_ChkBox {
	color: #CCCCCC;
	font-size:10px;
}

/* ############################### */
/*    Informativa privacy Wrapper  */
/* ############################### */
/* DIV Informativa privacy Wrapper */
.Modulo_RegistrazioneUtente_WrapperInformativaprivacyDiv {
	clear:both;
	
	padding: 15px 0 10px 0;
}
/* Span testo della Label sopra la textbox multiline */
.Modulo_RegistrazioneUtente_InformativaprivacyLabelSpan {
}
/* Span testo nella textbox multiline */
.Modulo_RegistrazioneUtente_InformativaprivacyTextSpan {
	width:400px;
	color:black;
}

/* ############################### */
/*    LblMessaggi Wrapper          */
/* ############################### */
/*  DIV LblMessaggi Wrapper */
.Modulo_RegistrazioneUtente_WrapperLblMessaggiDiv {
}

/* ############################### */
/*    bottom buttons               */
/* ############################### */
/* ======= DIV buttons Wrapper ======= */
.Modulo_RegistrazioneUtente_WrapperButtonsDiv {
	text-align:center;
	padding: 25px 0 0 0;
		
	clear:both;
}

/* buttons */
.Modulo_RegistrazioneUtente_Button {
	color:black;
}