/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************************/
/*********************************************************************/
A:link, A:active, A:visited{
	color: #0033FF;	
	text-decoration: underline;
}

a:hover{
	color:#cc0000
}

.nonVisibile{
	display:none;
}

/*********************************************************************/
/**** BOX TOTALE *****************************************************/
/*********************************************************************/

#boxTotale{
	width: 100%;
}

#formid_intestazione1{
	height:128px!important;
}

#formid_intestazione2 {
   position: relative;
   width: 100%;

	border-bottom:1px solid white;
	border-top:1px solid #660000;
	background:#f5f5f5;
} 

#formid_intestazione3 {
   position: relative;
   width: 100%;
	background:#fff;
} 

/*********************************************************************/
/**** BOX EVENTI *****************************************************/
/*********************************************************************/

#boxEventi {	
	font-size: 90% !important;
	font-family: verdana;
}

#boxEventi H1{	
	font-size: 110%;
	color: navy !important;
}

#boxEventi H3{	
	background-color: #f7f7f7 !important;
	color: black !important;
	border-bottom: 2px dotted navy;
}

#boxEventi IMG{
	width: 60px !important;
	height: auto !important;
}

/*********************************************************************/
/**** BOX MODULI *****************************************************/
/*********************************************************************/
#boxModuli H5{
	font-size: 90% !important;
	color: navy !important;
}

#boxModuli A{
	font-size: 90% !important;
	color: navy !important;
}

/*********************************************************************/
/**** BOX GESTIONE DOCUMENTI *****************************************/
/*********************************************************************/

#boxGestioneDocumenti H5{
	font-weight: normal !important;
}

#boxGestioneDocumenti H6{
	font-size: 90% !important;
}

#boxGestioneDocumenti A{
	font-weight: bold !important;
	font-size: 90% !important;
	text-decoration: none !important;
}

/*********************************************************************/
/**** BOX INTESTAZIONE ***********************************************/
/*********************************************************************/

#boxIntestazioneGrafica {
	background-color:white;
	background-image: url("../../../immagini/logo/intestazione.png");
	background-repeat:no-repeat;
}

#boxIntestazioneAccessibile {
	display: none;
}

/*********************************************************************/
/**** BOX PARTITA IVA ************************************************/
/*********************************************************************/

#boxPartitaIva {
	color: black;
	clear: both;
	float: left;
	width: 99%;
	background-color: #fff;
	font-size: 80%;
	text-align: center;
}

#boxPartitaIva H2{
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 80%;
}

#boxPartitaIva H3{
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 90%;
}

/*********************************************************************/
/**** BOX AREA RISERVATA *********************************************/
/*********************************************************************/ 

#boxAreaRiservata{ 
	width: 100%;
	float: left;
	clear: both !important;
	font-size: 80%;
	background:#C5D9FA;
}
 
#boxAreaRiservata LABEL{ 
	color: #000;
	float: left !important;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 10px;
	font-weight: normal;
	font-size:90%;
} 
 
#boxAreaRiservata .areaTesto{ 
	width: 90px;
	float: right !important;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-right: 4px;
	border: 1px solid #000;
	background-color: white;	
 }   

#boxAreaRiservata .pulsante1 { 
 	border: 1px solid #000;
	background-color:  #E0EAF3;
	margin-top: 4px;
	width: 90px;
	clear: both;
	float: right;
	margin-right: 4px;
	margin-bottom: 4px;
	color: black;
	font-weight: normal;
 } 
 
#boxAreaRiservata .intestazione{
	position: relative;
	text-align: left;
	font-size: 120%;
	color: black;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-top: 14px;
	padding-bottom: 5px;
	background-color: white; 
	border-bottom:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
}
 
/*********************************************************************/
/**** BOX EVENTI DELLA VITA ******************************************/
/*********************************************************************/ 
 
#boxEventiDellaVita{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 80%;
}

#boxEventiDellaVita .intestazione{
	width: auto;
	display: block;
	margin-top: 20px;
	padding: 9px;
	background-color: white;
	font-weight: bold;
	font-size: 105%;
}

#boxEventiDellaVita ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#boxEventiDellaVita ul li{
	margin: 0;
	padding: 0;
}

#boxEventiDellaVita ul li a{
	display: block; 
	width: 98%;
	border-bottom: 1px dashed #999;
	text-decoration: none; 
	padding: 5px 0 2px 4px;
	color: #666;
}

#boxEventiDellaVita a:hover{
	color: #000;
	background-color: #eee;
}



/*********************************************************************/
/**** BOX MENU ECM ***************************************************/
/*********************************************************************/

#boxMenu1{
	margin-top: 0px;
	width: 99%;
	clear: left;
	float: left;
} 

#boxMenu1 .intestazione{
	background-color: #427DA5;
	clear: right;
	color: #fff;
	height: auto;
	width: auto;
	background-image: none;
	font-weight: bold;
	font-size: 105%;
	padding: 6px;
}

#boxMenu1 .area{
	position: relative;
	text-align: left;
	clear: both;
	font-size:90%;
	color: black;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 10px;
	background-color: white; 
	line-height:1.4em;
	border-bottom:1px solid black;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#boxMenu1 .categoria A{
	position: relative;
	display: block;
	text-align: left;
	font-size: 70%;
	color: black;
	font-weight: normal;
	border: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #C5D9FA; 
	text-decoration: none;
}

#boxMenu1 .categoria A:hover{
	background-color: #000080; 
	color:white;
}

#boxMenu1 .pagina A{
	display: block;
	text-align: left;
	width: auto;
	border: 0px;
	margin: 0px;
	margin-top: 1px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7f7f7;
	color: black;
}

#boxMenu1 .pagina A:hover {
	color: #003;
	background-color: #D0E0F4;
}

#boxMenu1 .sottoPagina A{
	display: block;
	text-align: left;
	width: auto;
	border-bottom: 0px;
	margin-left: 35px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	text-decoration: none;
	color: #fff;
} 

#boxMenu1 .sottoPagina A:hover{
	color: #000;
	background-color: #D0E0F4;
}

#boxMenu2{
	margin-top: 0px;
	width: 99%;
	clear: left;
	float: left;
} 

#boxMenu2 .intestazione{
	background-color: #427DA5;
	clear: right;
	color: #fff;
	height: auto;
	width: auto;
	background-image: none;
	font-weight: bold;
	font-size: 105%;
	padding: 6px;
}

#boxMenu2 .area{
	position: relative;
	text-align: left;
	clear: both;
	font-size:90%;
	color: black;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 10px;
	background-color: white; 
	line-height:1.4em;
	border-bottom:1px solid black;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#boxMenu2 .categoria A{
	position: relative;
	display: block;
	text-align: left;
	font-size: 71%;
	color: black;
	font-weight: normal;
	border: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #C5D9FA; 
	text-decoration: none;
}

#boxMenu2 .categoria A:hover{
	background-color: #000080; 
	color:white;
}

#boxMenu2 .pagina A{
	display: block;
	text-align: left;
	width: auto;
	border: 0px;
	margin: 0px;
	margin-top: 1px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7f7f7;
	color: #427DA5;
}

#boxMenu2 .pagina A:hover {
	color: #003;
	background-color: #D0E0F4;
}

#boxMenu2 .sottoPagina A{
	display: block;
	text-align: left;
	width: auto;
	border-bottom: 0px;
	margin-left: 35px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	text-decoration: none;
	color: #fff;
}

#boxMenu2 .sottoPagina A:hover{
	color: #000;
	background-color: #D0E0F4;
}

/*********************************************************************/
/**** BOX ACCESSIBILITA **********************************************/
/*********************************************************************/

#boxAccessibilita {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 98%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 70%;
	color: white;
	background-color: #000099;
}
 
#boxAccessibilita A {
	text-transform:uppercase;
	text-decoration:none;
	font-weight: bold;
	padding-left:0.2em;
	background:#FFF;
	background-color: #000099;
	color: white;	
 }

#boxAccessibilita A SPAN {
	padding: 0 0.2em;
	font-weight: normal;
	background-color: #FFCC33;
} 

#boxAccessibilita A.linkProgettiDiImpresa {
	padding: 4px;
	font-size: 95%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px;
	text-transform: none;
	color: Blue;
} 
 
#boxAccessibilitaModalitaVisualizzazione{
	border-top: 1px solid #7d94ce;
	padding-top: 6px;
	font-size: 95%;
	float: left;
	clear: left;
	width:100%;
	background-color: #fff;
	text-align: center;	
	margin-top:1em;
} 

#boxAccessibilitaModalitaVisualizzazione .intestazione{
	font-size: 90%;
	font-weight: bold;
} 

#boxAccessibilitaInformazioniTest{
	padding-top: 6px;
	font-size: 90%;
	float: left;
	clear: left;
	width: 97%;
	padding-bottom: 6px;
	margin-left: 6px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#boxAccessibilitaInformazioniTest UL{
	display: list-item !important;
	float: left;
	clear: left;
	margin-left: 25px;
	width: 90%;	
}

#boxAccessibilitaInformazioniTest P{
	float: left;
	clear: left;
	width: 98%;
}

#boxAccessibilitaValidatori{
	font-size: 80%;
	float: left;
	clear: both !important;
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
} 

#boxAccessibilitaValidatori a{
	color:#0033CC;
}

/*********************************************************************/
/**** BOX BRICIOLE DI PANE *******************************************/
/*********************************************************************/

#boxBricioleDiPane{
	clear: both;
	float: left;
	color: black;
	border: 0px;
	margin: 0px;
	padding-top: 24px;
	padding-left: 5px;	
	width: 98%;
	font-size:84%;
}

#boxBricioleDiPane A{
	font-size: 89%;
	border: 0px;
	margin: 0px;
	font-weight: normal;
	color: black;	
	text-decoration: none;
}

#boxBricioleDiPane IMG{
	float: left;
	padding-right: 5px;
}

#boxBricioleDiPane H2{
	color: black;
	float: right;
	width: auto;
	font-weight: bold;
	font-size: 95%;
	margin-top:-1.3em;

}

#boxBricioleDiPane H2 A{
	background-color: white;
	color: black;
}

#boxBricioleDiPane H3{
	color: white;
	float: left;
	width: auto;
	margin: 0px;
	padding-top: 9px;
	padding-right: 25px;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 95%;
}

/*********************************************************************/
/**** BOX ULTIMI CONTENUTI *******************************************/
/*********************************************************************/

#boxUltimiContenuti {
	width: 94%;
	float: left;
	clear: left;
	margin-bottom:1em;
	text-align: center;
	font-size: 80%;
	background:#A6CAFF;
	margin-left:3%;
}

* html #boxUltimiContenuti {
	margin-left:1%;
}

#boxUltimiContenuti #boxUltimiContenutiSx{
	width: 65%;
	float: left;
	display:inline;
}

#boxUltimiContenuti #boxUltimiContenutiSx p{
	text-align:left;
	padding-top:.5em;
	font-size:90%;
}

#boxUltimiContenuti #boxUltimiContenutiSx a{
	color:#000;
}

#boxUltimiContenuti #boxUltimiContenutiSx a:hover{
	color:#003;
	text-decoration:underline;
}

#boxUltimiContenuti #boxUltimiContenutiSx p img{
	float:left;
	padding:.5em;
	padding-top:0;
	padding-right:1em;
}

#boxUltimiContenuti #boxUltimiContenutiDx{
	width: 35%;
	float: left;
	display:inline;
}

#boxUltimiContenuti #boxUltimiContenutiDx p{
	text-align:right;
	padding-top:.5em;
	font-size:90%;
}

#boxUltimiContenuti #boxUltimiContenutiDx a{
	color:#000;
	text-transform:uppercase;
}

#boxUltimiContenuti #boxUltimiContenutiDx a:hover{
	color:#003;
	text-decoration:underline;
	
}

#boxUltimiContenuti #boxUltimiContenutiDx p img{
	float:right;
	padding:.5em;
	padding-top:0;
	padding-left:1em;
}


/*********************************************************************/
/**** BOX SMS              *******************************************/
/*********************************************************************/

#boxSms {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom:1em;
	text-align: center;
	font-size: 80%;
	background:#F7F7F7;
	padding-bottom:1em;
}

#boxSms fieldset{
	border:0;
	padding:0;
	margin:0;
}

#boxSms p{
	font-size:85%;
	margin-bottom:1em;
	text-align:left;
}

#boxSms fieldset legend{
	display: none;
	visibility:hidden;
}

#boxSms LABEL{
	display:none;
	visibility:hidden;
	color: #427DA5;
	float: left;
	margin-top: 6px;
	font-weight: normal;
	padding-left:2px;
}

#boxSms INPUT{
	width: 100px;
	float: left;
	margin-left:5px;
	margin-right: 5px;
	border: 1px solid #000;
	background-color: #D0E0F4;	
}

#boxSms .pulsante1 { 
	width: 70px;
 	border: 1px solid #000;
	background-color: #BB3845;
	float: left;
	color:#fff;
	height:18px;
	margin:0!important;
	font-weight:bold;
 }
 
#boxSms .intestazione{
	color:#fff;
	font-weight:normal;
	font-size:90%;
	margin:0; 
	margin-bottom:1em;
	padding-left:2px;
	text-align:left;
	background:#427DA5;
	line-height:1.4em;
}


/*********************************************************************/
/**** BOX NEWSLETTER       *******************************************/
/*********************************************************************/

#boxNewsletter {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom:1em;
	text-align: center;
	font-size: 80%;
	background:#F7F7F7;
	padding-bottom:1em;
}

#boxNewsletter fieldset{
	border:0;
	padding:0;
	margin:0;
}

#boxNewsletter p{
	font-size:85%;
	margin-bottom:1em;
	text-align:left;
}

#boxNewsletter fieldset legend{
	display: none;
	visibility:hidden;
}

#boxNewsletter LABEL{
	display:none;
	visibility:hidden;
	color: #427DA5;
	float: left;
	margin-top: 6px;
	font-weight: normal;
	padding-left:2px;
}

#boxNewsletter INPUT{
	width: 100px;
	float: left;
	margin-left:5px;
	margin-right: 5px;
	border: 1px solid #000;
	background-color: #D0E0F4;	
}

#boxNewsletter .pulsante1 { 
	width: 70px;
 	border: 1px solid #000;
	background-color: #BB3845;
	float: left;
	color:#fff;
	height:18px;
	margin:0!important;
	font-weight:bold;
 }
 
#boxNewsletter .intestazione{
	color:#fff;
	font-weight:normal;
	font-size:90%;
	margin:0; 
	margin-bottom:1em;
	padding-left:2px;
	text-align:left;
	background:#427DA5;
	line-height:1.4em;
}

/*********************************************************************/
/**** BOX RICERCA NEL SITO *******************************************/
/*********************************************************************/

#boxRicercaNelSito {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom:1em;
	text-align: center;
	font-size: 80%;
	background:#C5D9FA;
	padding-bottom:1em;
}

#boxRicercaNelSito fieldset{
	border:0;
	padding:0;
	margin:0;
}

#boxRicercaNelSito fieldset legend{
	display: none;
	visibility:hidden;
}

#boxRicercaNelSito LABEL{
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
	font-size: 90%;
}

#boxRicercaNelSito INPUT{
	width: 100px;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px solid #000;
	background-color: white;	
}

#boxRicercaNelSito .pulsante1 { 
	width: 60px;
 	border: 1px solid #000;
	background-color: #E0EAF3;
	float: left;
	color: black;
	padding-bottom: 2px;
	height:18px;
	margin:0!important;
	font-weight: normal;
 }
 
#boxRicercaNelSito .intestazione{
	position: relative;
	text-align: left;
	font-size: 120%;
	color: black;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 5px;
	background-color: white; 
	border-bottom:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
}

/*********************************************************************/
/**** BOX CALENDARIO EVENTI ******************************************/
/*********************************************************************/

#boxCalendarioEventi {
	margin-bottom:1em;
	clear:both;
}

#boxCalendarioEventi TABLE {
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#boxCalendarioEventi TH {
	font-weight: bold;
	font-size: 80%;
	border-collapse: collapse;
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	text-transform: lowercase;
}

#boxCalendarioEventi TD {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 0px;
	font-size: 75%;
	font-weight:bold;
	text-align: center;
}

#boxCalendarioEventi TD.mesePrecedente {
	border: 0;
	border-left:1px solid #000;
	border-top:1px solid #000;
}

#boxCalendarioEventi TD.meseProssimo {
	border: 0;
	border-right:1px solid #000;
	border-top:1px solid #000;
}

#boxCalendarioEventi TD.meseCorrente {
	border: 0;
	border-top:1px solid #000;
}

#boxCalendarioEventi TD A {
	display: block;
	border-collapse: collapse;
	padding: 2px;
	font-size: 90%;
	background-color: #B2E0FA;
	text-decoration: none;
	text-align: center;
	color:#000033;
	font-weight:normal;
}

#boxCalendarioEventi TD.mesePrecedente a{
	background-color:#fff;
}

#boxCalendarioEventi TD.meseProssimo a{
	background-color:#fff;
}

#boxCalendarioEventi TD.meseCorrente a{
	background-color:#fff;
}

#boxCalendarioEventi TD A:hover {
	background-color: #FFFF00;
	color:#000;
}

#boxCalendarioEventi TD.mesePrecedente a:hover{
	background-color:#fff;
}

#boxCalendarioEventi TD.meseProssimo a:hover{
	background-color:#fff;
}

#boxCalendarioEventi TD.meseCorrente a:hover{
	background-color:#fff;
}

#boxCalendarioEventi td table td{
	border:0!important;
	font-size:110%;
}

#boxCalendarioEventi td table td a{
	background:#fff!important;
}

#boxCalendarioEventi td table td a:hover{
	background:#fff!important;
}

#boxCalendarioEventi .intestazioneMese {
	font-size: 80%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	background-color: #A2C2EA;
	color: black;
} 

#boxCalendarioEventi .intestazioneMese A{
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#boxCalendarioEventi .intestazioneMese img.sinistra{
	display: inline;
	width: 21px;
	top: 0px;
	border: 0px;
	margin: 0px;
	padding-right: 5px;
}

#boxCalendarioEventi .intestazioneMese img.destra{
	display: inline;
	width: 30px;
	top: 0px;
	border: 0px;
	margin: 0px;
	padding-left: 7px;
}

#boxCalendarioEventi .intestazione{
	background:#427DA5!important;
	color:#fff;
	font-weight:normal;
	font-size:75%;
	margin:0; 
	margin-bottom:1em;
	padding-left:2px;
	text-align:left;
	position:relative;
	line-height:1.4em;	
	height:1.4em;
}


/*********************************************************************/
/**** BOX PAGINAZIONE ************************************************/
/*********************************************************************/

#boxPaginazioneServizioStandard {
	margin-top: 20px;
	margin-left: 6px;
	margin-right: 4px;	
	margin-bottom: 20px;
	font-size: 80%;
	font-weight: bold;
	border: 1px solid black;
	padding: 2px;
	padding-left: 6px;
	background-color: #ebebeb;
	clear:both;
}

#boxPaginazioneServizioStandard A {
	border: 0px;
	font-size: 95%;
	font-weight: normal;
	border-right: 1px solid black;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	padding-right: 6px;
}

#boxPaginazioneServizioStandard SPAN {
	border: 0px;
	font-size: 95%;
	font-weight: normal;
	border-right: 1px solid black;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	padding-right: 6px;
}

#boxPaginazioneServizioStandard A:hover {
	color:white;
	border-right: 1px solid black;
	background-color: #cc0000;
	text-decoration: none;
	padding: 3px;
	padding-right: 6px;
}

/*********************************************************************/
/**** BOX RICERCA DINAMICA PER SERVIZI STANDARD **********************/
/*********************************************************************/

#boxMascheraDiRicercaPerServizioStandard {
	width: 98%;
	margin-left: 5px;
	background-color: #ebebeb;
	border: 1px dotted black;
}

#boxMascheraDiRicercaPerServizioStandard FORM {
	padding-right: 0px;
	padding-left: 0px;
	border: 0px;
	padding-bottom: 5px;
	margin: 0; 
	width: 99%;
	padding-top: 5px;
}

#boxMascheraDiRicercaPerServizioStandard H3 {
	margin: 0.5em 5px;
	font-weight: bold;
	font-size: 115%;
	border-bottom: 1px dotted Blue;
}

#boxMascheraDiRicercaPerServizioStandard H4 {
	margin: 0.5em 5px;
	font-weight: normal;
	font-size: 75%;
	text-align: justify;
}

#boxMascheraDiRicercaPerServizioStandard H4:first-letter {
	background-color: #EDEFEF;
	padding: 3px;
	font-weight: bold;
	color: black;
	font-size: 120%;
}

#boxMascheraDiRicercaPerServizioStandard H5 {
	
}

#boxMascheraDiRicercaPerServizioStandard H6 {
	color: Blue;
	padding-top: 8px;
	margin-left: 5px;
	float: left !important;
	font-size: 78%;
	
}

#boxMascheraDiRicercaPerServizioStandard FIELDSET {
	padding-right: 0px;
	border-top: #819F24 1px solid;
	padding-left: 0px; 
	background: url(sfondoRicerca.png) #F9E100 repeat-x 50% top;
	float: left;
	padding-bottom: 0px;
	margin: 1em 0px;
	width: 100%;
	padding-top: 0px;
	border-bottom: none;
 	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
}

#boxMascheraDiRicercaPerServizioStandard FIELDSET DIV {
	padding-right: 0px;
	padding-left: 0px;
	background: url(line.png) repeat-x 50% bottom; 
	float: left; padding-bottom: 12px;
	width: 100%;
	padding-top: 10px;
}

#boxMascheraDiRicercaPerServizioStandard LEGEND {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	border-bottom: 1px solid #819F24;
	border-right: 1px solid #819F24;
	padding: 6px;
	background-color: #FEE06B;
	color: #333;
}

#boxMascheraDiRicercaPerServizioStandard LABEL {
	display: inline;
	float: left !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 10px;	
	width: 120px;
	text-align: left;
	height: auto;
}


#boxMascheraDiRicercaPerServizioStandard INPUT {
	float: left;
	width: 60% !important;
}

#boxMascheraDiRicercaPerServizioStandard INPUT.campoData {
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 74px !important;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca {
	clear: left;
	float: left;
	width: 99%;
}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante {
	clear: left;
	margin-top: 20px;
	text-align: center;	
	padding-bottom: 8px;
	background-color: #f7f7f7;
}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante INPUT {
	width: 40% !important;
	clear: none;
	float: none !important; 
	margin: auto;
	text-align: center !important;
	height: auto;
	background-color: #EDEFEF;
	border: 2px solid white;
	line-height: normal;	
}

#boxMascheraDiRicercaPerServizioStandard LABEL.campoSceltaSingola {
	width: 15%;
	float: left;
	line-height: normal;
}

#boxMascheraDiRicercaPerServizioStandard LABEL.campoSceltaSingola INPUT  {
	width: 25px;
	margin-right: 6px;
	float: left;
	line-height: normal;
}

#boxMascheraDiRicercaPerServizioStandard LABEL.campoSceltaMultipla {
	width: 95%;
	float: left;
	clear: left;
	line-height: normal;
}

#boxMascheraDiRicercaPerServizioStandard LABEL.campoSceltaMultipla INPUT  {
	width: 4%;
	float: left;
	clear: left;
	line-height: normal;
}

#boxMascheraDiRicercaPerServizioStandard SELECT {
	width: 61%;
	float: left;
}


#boxMascheraDiRicercaPerServizioStandard A {
	cursor: pointer;
}

/*********************************************************************/
/**** BOX NAVIGAZIONE       ******************************************/
/*********************************************************************/

#boxNavigazione {
	color: #000;
	font-size: 80%;
	width:100%;
	text-align: center;
	background-color: #000099;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
	font-weight:bold;
}

#boxNavigazione .voceMenu A {
	display: block;
	float: left;
	padding-left: 15px;
	height: 22px;
	width: 140px; 
   border-right: 2px solid #FFFFFF;
	line-height: 20px;
	font-size: 95%;
	background-color: #000099;
	color: white;
   text-decoration: none;
	font-weight: normal;
}

#boxNavigazione .voceMenu A:HOVER {
	display: block;
	float: left;
	padding-left: 15px;
	height: 22px;
	width: 140px; 
	line-height: 20px;
	font-size: 95%;
	background-color: #C5D9FA;
	color: black;
   text-decoration: none;
	font-weight: normal;
}

#boxNavigazioneRecapiti {
	color: #000;
	clear: both;
	float: left;
	font-size: 75%;
	width:100%;
	font-weight: normal;
}

/*********************************************************************/
/**** BOX EVENTI DELLA VITA ******************************************/
/*********************************************************************/

#boxEventiVita {
	color: black;
	font-size: 70%;
	text-align: center;
	padding:0;
	background:#f5f5f5;
	width:100%;
}

#boxEventiVita div.titolo{
	display:none;
	visibility:hidden;
}

#boxEventiVita div.boxEventidellaVitaSelect{
	width:45%;
	float:left;
	padding: 6px !important;
	display:inline;
	text-align:left;
	
}

#boxEventiVita div.boxNome{
	float:left;
	color:black;
	font-weight:bold;
	padding-right: 5px;
}

#boxEventiVita div.boxSelect{
	float:left;
	text-align:left;
	line-height:auto;
	height:auto;
}

#boxEventiVita div.boxSelect select{
	margin-left:10px;
	background:#FDEBDB;
	width:250px
}

* html #boxEventiVita div.boxSelect select{
	margin-top: 0px;
}

/*********************************************************************/
/******************** FONDO ******************************************/
/*********************************************************************/

#boxPaginaEcm {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	width: 95% !important;
	font-size: 75% !important;
}
	
#boxPaginaEcm h1 {
	font-size: 145%;
	width: 99%;
	color: navy;
}

#boxPaginaEcm h2 { 
	font-size: 125%;
	}	
	
#boxPaginaEcm h3 { 
	font-weight: normal;
	}
	
#boxPaginaEcm h4 { 
	}
	
#boxPaginaEcm H5  { 
	text-decoration: none;
	margin-top: 25px;
	text-align: right;
	border-top: 1px dotted navy;
	font-size: 95%;
	color: navy  !important;
	font-weight: bold;
	}		
	
#boxPaginaEcm A  { 
	text-decoration: none;
	color: navy  !important;
	font-weight: bold;
	}	
		
#boxPaginaEcm A:link  { 
	text-decoration: none;
	color: #0000BA  !important;
	font-weight: bold;
	}	

#boxPaginaEcm A:visited  { 
	text-decoration: none;
	color: #0000BA  !important;
	font-weight: bold;
	}	
	
#boxPaginaEcm A:hover  { 
	text-decoration: underline;
	color: #0000BA  !important;
	font-weight: bold;
	}	
	
#boxPaginaEcm TABLE {
	width: 95% !important;
	border: 1px solid white !important;
}

#boxPaginaEcm TABLE TH {
	font-weight: normal !important;

}

#boxPaginaEcm HR {
	width: 99%;
	clear: both;
	float: left;
	color: white;
	border-bottom: 1px dotted navy;
}

#boxPaginaEcm UL {
	width: 95%;
}

#boxPaginaEcm UL LI {
	margin-left: 15px;
	list-style: square;
}
		   

/*********************************************************************/
/******************** FONDO ******************************************/
/*********************************************************************/

#formid_fondo1{
	background-color:#fff !important;
	clear:both !important;
	position:relative;
	text-align:center;
	width:100%;
	height: auto!important;
	min-height: 30px;
	float:left !important;
	border-bottom:0px !important;
}

#formid_fondo2{
	background-color:#fff!important;
	clear:both;
	float:left!important;
	position:relative;
	text-align:center;
	width:100%;

}

#formid_fondo3{
	background-color:#fff!important;
	clear:both;
	position:relative;
	text-align:center;
	width: 100%;
	float:left!important;
	border-top:1px solid #7D94CE;
}

* html #formid_fondo3{
	height:30px!important;
}


/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
