BODY{
	width: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#boxTotale{
	font-size: 100%;
}

#boxTotale A{
	color: BLACK;	
	font-weight: bold;
	text-decoration: none;
} 

#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: 90% !important;
	margin: 0px;
	padding: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

/*************************************************/
/************ TITOLI      ********/
/*************************************************/

.Titolo1{
	clear: both;
	float: left;
	width: 99%;
	padding-left: 1%;
	border-bottom:  5px double BLACK;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 119%;
}

.Titolo2{
	clear: both;
	float: left;
	width: 100%;
	border-bottom:  2px solid BLACK;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 100%;
}

.Titolo3{
	clear: both;
	float: left;
	width: 99%;
	padding-left: 1%;
	border-bottom:  3px double #20548A;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 109%;
}

/*************************************************/
/************ MASCHERA DI RICERCA      ********/
/*************************************************/

#boxMascheraDiRicercaPerServizioStandard {
	clear: both;
	float: left;
   width: 95%;
	margin-top:15px;
	padding: 10px 0px 0px 0px;
	padding-left: 1%; 
	padding-right: 1%;
	border:  5px double BLACK;
	background-color: #CDE0F3;
}

* html #boxMascheraDiRicercaPerServizioStandard { 
   width: 94%;
 }

#boxMascheraDiRicercaPerServizioStandard H3 {
	margin: 0.5em 5px;
	font-weight: bold;
	color:BLACK;
	font-size: 125%;
	border-bottom: 3px double BLACK;
	text-transform: uppercase;
}

#boxMascheraDiRicercaPerServizioStandard H4 {
	margin: 0.5em 5px;
	font-weight: normal;
	text-align: justify;
}

#boxMascheraDiRicercaPerServizioStandard H4:first-letter {
	padding: 3px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 125%;
	color: BLACK;
}

#boxMascheraDiRicercaPerServizioStandard H6 {
	color: BLACK;
	margin-right: 5px;
	float: left ;
	font-size: 90%;
	font-weight: bold;
	padding-top: 2px;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca LABEL {
	clear: both;
	float: left ;
	width: 37%;
	margin-left: 2%;
	text-align: left;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca  INPUT {
	float: left;
	width: 55%!important;
}

#boxMascheraDiRicercaPerServizioStandard INPUT.campoData {
	margin-right: 5px;
	float: left;
	width: 50px!important;
}


#boxMascheraDiRicercaPerServizioStandard .campoPulsante {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;	
	padding-bottom: 8px;
	border-top: 3px double BLACK;
	padding: 10px 0px 10px 0px;
}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante INPUT {
	width: 40% ;
	clear: none;
	float: none ; 
	margin: auto;
	text-align: center ;
	height: auto;
	background-color: transparent;
	border: 2px solid BLACK;
	line-height: normal;	
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca  SELECT {
	width: 55%!important;
	float: left;
}


/*********************************************************************/
/**** BOX PAGINAZIONE ************************************************/
/*********************************************************************/


#boxPaginazioneServizioStandard {
	clear: both;
	float: left;
	margin: 20px 0px 20px 0px;
	width: 98%;
	font-size: 100%;
	font-weight: bold;
	min-height: 24px;
	height: auto!important;
	line-height: 24px;
	vertical-align: middle;
	padding: 6px;
	background-color: white;
	border: 5px double black;
	clear:both;
}

#boxPaginazioneServizioStandard A {
	border: 0px;
	font-size: 100%;
	font-weight: normal;
	border-right: 3px double black;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard SPAN {
	border: 0px;
	font-size: 95%;
	font-weight: normal;
	border-right: 3px double black;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard A:hover {
	border: 0px;
	font-size: 100%;
	font-weight: normal;
	border-right: 3px double black;
	color: black;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}


