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: 90% !important;
	margin: 0px;
	padding: 0px;
}

/*********************************************************************/
/**** BOX FEED ***********************************************/
/*********************************************************************/

.BoxFeed{
	display: none;
}

/*********************************************************************/
/**** BOX BRICIOLE DI PANE ***********************************************/
/*********************************************************************/

#boxBricioleDiPane{
	display: none;
}

/*********************************************************************/
/**** MASCHERA DI RICERCA PER SERVIZIO STANDARD **********************/
/*********************************************************************/

#boxMascheraDiRicercaPerServizioStandard {
	clear: both;
	float: left;
   width: 95%;
	padding: 10px 0px 0px 0px;
	padding-left: 1%; 
	padding-right: 1%;
	border:  5px double #923C02;
}

* html #boxMascheraDiRicercaPerServizioStandard { 
   width: 94%;
 }

#boxMascheraDiRicercaPerServizioStandard H3 {
	margin: 0.5em 5px;
	font-weight: bold;
	color:#923C02;
	font-size: 125%;
	border-bottom: 3px double #923C02;
	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: #923C02;
}

#boxMascheraDiRicercaPerServizioStandard H6 {
	color: #923C02;
	margin-right: 5px;
	float: left ;
	font-size: 95%;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca LABEL {
	clear: both;
	float: left ;
	font-weight: bold;
	width: 35%;
	margin-left: 2%;
	text-align: left;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca  INPUT {
	float: left;
	width: 60%!important;
}

#boxMascheraDiRicercaPerServizioStandard INPUT.campoData {
	margin-right: 5px;
	float: left;
	width: 60px!important;
}


#boxMascheraDiRicercaPerServizioStandard .campoPulsante {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;	
	padding-bottom: 8px;
	border-top: 3px double #923C02;
	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 #923C02;
	line-height: normal;	
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca  SELECT {
	width: 61%!important;
	float: left;
}

/*********************************************************************/
/**** BOX PAGINAZIONE ************************************************/
/*********************************************************************/

#boxPaginazioneServizioStandard {
	clear: both;
	float: left;
	margin: 15px 0px 0px 0px;
	width: 98%;
	font-size: 100%;
	font-weight: bold;
	min-height: 14px;
	height: auto!important;
	line-height: 14px;
	vertical-align: middle;
	padding: 6px;
	background-color: white;
	border: 3px double #923C02;
	clear:both;
}

#boxPaginazioneServizioStandard A {
	border: 0px;
	font-size: 100%;
	font-weight: normal;
	border-right: 2px solid #AC4602;
	text-decoration: none;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard SPAN {
	border: 0px;
	font-weight: normal;
	border-right: 2px solid #AC4602;
	text-decoration: none;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard A:hover {
	border-right:2px solid #AC4602;
	padding: 0px 6px 0px 6px;
}

/*********************************************************************/
/**** TITOLI  *****************************************************/
/*********************************************************************/
.Titolo3{
	clear: both;
	float: left;
	width: 100%;
	font-size: 125%;
	color: #923C02;
	border-bottom: 5px double #923C02;
	padding-bottom: 5px;
	font-weight: bold;
}

.Titolo2{
position: relative;
	clear: both;
	float: left;
	width: 98%;
	font-weight: bold;
	padding-left: 4px;
	margin-bottom:5px;
	margin-top:5px; 
	border-bottom: 1px solid #923C02;
	color: #923C02;
	text-transform: uppercase;
}

a.Titolo2{
	border-bottom: 1px solid #923C02!important;
	color:#923C02!important;
}

.Titolo1{
position: relative;
	clear: both;
	float: left;
	width: 98%;
	font-weight: bold;
	padding-left: 4px;
	margin-bottom:2px;
	margin-top:10px; 
	border-bottom: 3px double #AC4602;
	color: #AC4602;
	text-transform: uppercase;
}


