BODY{
	font-size: 100%;
}

#formid_intestazione1, #formid_intestazione2, #formid_intestazione3 {
	display:none !important;
} 


#formid_sx, #formid_dx, #formid_fondo1, #formid_fondo2,  #formid_fondo3 {
	display:none !important;	
}

#formid_centro{
	clear: left;
	float: left;
	width: 100% !important;
	margin: 0px;
	padding: 0px;
}

/*
IMG{
	clear: left !important;
	float: left !important;
	margin: 6px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

/*********************************************************************/
/**** MASCHERA DI RICERCA            ********************************/
/*********************************************************************/

#boxMascheraDiRicercaPerServizioStandard{
	clear: both;
	float: left;
	width: 100%;
	padding: 1% 0% 1% 0%;
	margin: 1px 0px 0px 0px;;
	background-color: white;
}

#boxMascheraDiRicercaPerServizioStandard h3{
	font-size: 154.54%;
	padding-bottom: 2px;
	border-bottom: 1px solid #003A84;
	font-weight: bold;
	color: #003A84;
}

#boxMascheraDiRicercaPerServizioStandard h3:first-letter{
	text-transform: uppercase;
}

#boxMascheraDiRicercaPerServizioStandard h4:first-letter{
	text-align: justify;
}

#boxMascheraDiRicercaPerServizioStandard h4:first-letter{
	font-size: 118.18%;
	font-weight: bold;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca{
	clear: both;
	float: left;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca label{
	color: #003A84;
	float: left;
	width: 25%;
	margin-right: 5%;
	font-weight: bold;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca h6{
	color: #003A84;
	float: left;
	width: auto;
	margin: 0px 5px 0px 0px;
	text-decoration: underline;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca input{
	float: left;
	width: 65%!important;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca select{
	float: left;
	width: 65.7%!important;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca input.campoData{
	float: left;
	width: 25%!important;
	margin-right: 5px;
}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/*********************************************************************/
/**** titoli            ********************************/
/*********************************************************************/

.Titolo1 {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 8px solid #E5ECF4;
	font-weight: bold;
	color: #003A84;
font-size: 163.63%;
}

.Titolo2{
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 1.5em;
	font-size: 118.18%;
	color: #003A84;
	border-bottom: 1px dashed #003A84;
	text-align: justify;
	display: block;
}

.Titolo3{
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 154.54%;
	color: #003A84;
	border-bottom: 8px solid #B6CAE0;
	text-align: justify;
}

/*********************************************************************/
/**** BOX PAGINAZIONE ************************************************/
/*********************************************************************/

#boxPaginazioneServizioStandard {
	clear: both;
	float: left;
	margin: 20px 0px 20px 0px;
	width: 97%;
	font-size: 100%;
	font-weight: bold;
	/*border: 1px solid black;*/
	min-height: 24px;
	height: auto!important;
	line-height: 24px;
	vertical-align: middle;
	padding: 6px;
	background-color: white;
	border-bottom: 1px dashed #003A84;
	clear:both;
}

#boxPaginazioneServizioStandard A {
	border: 0px;
	font-size: 100%;
	font-weight: normal;
	border-right: 1px solid #003A84;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard SPAN {
	border: 0px;
	font-size: 95%;
	font-weight: normal;
	border-right: 1px solid #003A84;
	color: black;
	text-decoration: none;
	margin: 0px;
		padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard A:hover {
	color:white;
	border-right: 1px solid #003A84;
	background-color:#003A84;
	text-decoration: none;
		padding: 0px 6px 0px 6px;
}

