/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************************/
/*********************************************************************/

*{
	margin:0;
	padding:0;
}

BODY
{ 
	clear: both;
	float: left;
	position:relative;
	width: 100%;
	font-size: 75%;
	font-size: 0.75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
}

html {
	font-size: 100%;
}

/* Stile link pagine per Opera e Safari : da aggionare come quello di sopra*/
#boxTotale A{
	color: BLACK;	
	font-weight: bold;
	text-decoration: none;
} 

#boxTotale A:HOVER{
	color: BLACK;	
	font-weight: bold;
	text-decoration: underline;
} 

.nonVisibile{
	display:none;
}

/* Configurazione generale del punto elenco e nel file w3c_servizi.css */



/*********************************************************************/
/**** BOX TOTALE *****************************************************/
/*********************************************************************/

#boxTotale{
	width: 100%;
	margin: 0 auto;
	position:relative;
	background-color: White;
}

#formid_intestazione1{
	height:236px!important;
	width: 100%;
	/*background-color: #0158A8;*/
	background-color: #2162AF;
}


#formid_intestazione2{
	display: none;
	visibility:hidden;
}

#formid_intestazione3{
	clear: both;
	min-height:33px!important;
	height: auto!important;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #8B827B;
	background-color: White;
}

#corpo {
	vertical-align: top;
	margin: 0px;
	margin-left: 195px;
	margin-right: 195px;
	border: 0px;
	padding: 0px;
	z-index: 1;
}
 
#formid_sx {
	position:relative; /*ie needs this to show float */
	width:195px;
	border-left:0px;
	padding: 0px;
	float: left;
	margin: 0px;
	margin-left:-194px; /*must be 1px less than width otherwise won't push footer down */
	margin-right:-1px;
	margin-bottom: 15px;
	left:0px;
	z-index: 2;
}

#formid_dx {
	position:relative;
	vertical-align: top;
	width:195px;
	float: right;
	margin-right:-194px; /*must be 1px less than width otherwise won't push footer down */
	margin-left:-1px;
	margin-bottom: 15px;
	border: 0px;
	padding: 0px;
	left:0px;
	z-index:2;
}

#formid_centro {
	margin: 0px;
    position:relative;
	 width: 90%;
	 padding: 0% 5% 0% 5%;
	 margin-bottom: 15px;
}

#formid_fondo1 {
	clear: both;
	float: left;
	width: 100%;
	height: 11px;
	margin: 0px;
	background-color: #CDE0F3;
	border-bottom: 2px solid white;
}

#formid_fondo2 {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	margin: 0 auto;
	text-align: center;
	background-color: #EFEFEF;
}

#formid_fondo3 {
	display: none;
	visibility:hidden;
	height: 0px;
	margin: 0px;
}

/*********************************************************************/
/**** BOX INTESTAZIONE ***********************************************/
/*********************************************************************/

#IntestazioneRicerca{
	clear: both;
	float: left;
	width: 100%;
	position:relative;
	height:236px!important;
}

#boxIntestazione {
	clear: both;
	float: left;
	width: 100%;
	background-color: #2162AF;
	background-image: url("../../../immagini/logo/intestazione.png")!important;	
	background-repeat: no-repeat;	
}
#boxIntestazioneAccessibile {
	display: none;
}


/*********************************************************************/
/**** BOX BRICIOLE DI PANE ***********************************************/
/*********************************************************************/

#IntestazioneRicerca .boxRicercaNelSito {
	float:right;
	width: 440px;
	height: 32px;
	margin-top: -47px;
	padding-top: 11px;
   position:relative;
 	background-image: url("../../../immagini/ricerca/Ricerca1.gif");
	background-repeat: no-repeat;
	
 }

#IntestazioneRicerca .boxRicercaNelSito fieldset{
	border:0;
	padding:0;
	margin:0;
}

#IntestazioneRicerca .boxRicercaNelSito fieldset legend{
	display: none;
	visibility:hidden;
}

#IntestazioneRicerca .boxRicercaNelSito LABEL{
	display: none;
	visibility:hidden;
}

#IntestazioneRicerca .boxRicercaNelSito INPUT{
	width: 310px;
	height: 18px;
	float: left;
	margin-left: 22px;
	margin-right: 1px;
	border: 1px solid #575E73;
	background-color: #FFFFFF;	
   font-style:italic;
   }

#IntestazioneRicerca .boxRicercaNelSito .pulsante1 { 
 	border: 1px solid #657C7B;
	background-color: #D0E1F4;
	width: 54px;
	height: 20px;
	float: left;
	margin: 0px;
	padding:0px;
   font-style:normal;
   font-weight:bold;

 }
/*********************************************************************/
/**** BOX BRICIOLE DI PANE ***********************************************/
/*********************************************************************/

#boxBricioleDiPane {
	clear: both;
	float: left;
	padding-top: 14px;
	width: auto;
}

/*********************************************************************/
/**** BOX Accessibilità modalità di visualizzazione *****************/
/*********************************************************************/

#boxAccessibilitaModalitaVisualizzazione {
	float: right;
	width: 270px;
	text-align: right;
}

#boxAccessibilitaModalitaVisualizzazione h1{
	float: left;
   padding-top: 14px;
	font-weight: bold;
	margin-right: 8px;
}

#boxAccessibilitaModalitaVisualizzazione h2{
	float: left;
	padding-top: 9px;
	margin-right: 16px;
}

#boxAccessibilitaModalitaVisualizzazione h3{
	float: left;
	padding-top: 14px;
	margin-right: 9px;
	font-weight: bold;
}

#boxAccessibilitaModalitaVisualizzazione h4{
	float: left;
	padding-top: 9px;
	font-weight: bold;
}

/*********************************************************************/
/**** BOX scrivi al sindaco*******************************************/
/*********************************************************************/
#boxScrivialSindaco{
	clear: both;
	float: left;
	margin-top: 15px;
	width: 188px;
	padding-left: 7px;
}

#boxScrivialSindaco .Stemma{
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url("../../../immagini/simboli/stemma.jpg");	
	background-repeat: no-repeat;
	width: 47px;
	height: 61px;
	margin-right: 7px;
}

#boxScrivialSindaco .Sindaco{
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url("../../../immagini/simboli/sindaco.jpg");	
	background-repeat: no-repeat;
	width: 56px;
	height: 59px;
}

#boxScrivialSindaco .ScrivialSindaco{
	float: left;
	width: 77px;
	height: 42px;
	background-color: #CDE0F3;
	border: 1px solid #657C7B;
	border-left: 0px;
	text-align: center;
	color:#0055A6;
	font-weight: bold;
	padding-top: 15px;
}

/*********************************************************************/
/**** BOX sindaco racconta *******************************************/
/*********************************************************************/
#boxSindacoRacconta{
	clear: both;
	float: left;
	width: 188px;
	padding-left: 7px;
}



#boxSindacoRacconta .ScrivialSindaco{
	float: left;
	width: 187px;
	background-color: #CDE0F3;
	border: 1px solid #657C7B;
	border-left: 0px;
	text-align: center;
	color:#0055A6;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}



/*********************************************************************/
/**** BOX MENU ECM ***************************************************/
/*********************************************************************/

#boxMenu1{
	clear: both;
	float: left;
	width: 188px;
	padding-left: 7px;
} 

#boxMenu1 .area{
	position: relative;
	clear: both;
	float: left;
	width: 104px;
	padding-left: 2px;
	padding-right: 8px;
	font-weight: bold;
	border: 0px;
	background-color: white;
	padding-bottom: 8px;
	margin-top: 24px;
	z-index:100;
}

#boxMenu1 .InizioRecordArea{
	clear: both;
	float: left;
	position:relative;
	width: 187px;
	height: 14px;
	margin-top: -14px;
	background-color: white; 
	border-right: 1px solid #7A736B;
	border-top: 1px solid #7A736B;
	z-index:50;
}


#boxMenu1 .FineRecordArea{
	clear: both;
	float: left;
	width: 187px;
	height: 8px;
	background-color: #CDE0F3; 
	border-right: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
}

#boxMenu1 .categoria A{
	position: relative;
	clear: both;
	float: left;
	width: 173px;
	display: block;
	font-weight: normal;
	border-right: 1px solid #7A736B;
	background-color: #CDE0F3; 
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
}

#boxMenu1 .categoria A:hover{
	background-color: #ebebeb; 
	font-weight: normal;
	text-decoration: none;
}

#boxMenu1 .pagina A{
	position: relative;
	clear: both;
	float: left;
	font-size: 91%;
	font-weight: bold;
	width: 177px;
	display: block;
	border-right: 1px solid #7A736B;
	background-color: white; 
	border-top: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#boxMenu1 .pagina A:hover{
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX MENU 2 ECM ***************************************************/
/*********************************************************************/

#boxMenu2{
	clear: both;
	float: left;
	width: 188px;
	padding-left: 7px;
} 

#boxMenu2 .area{
	position: relative;
	clear: both;
	float: left;
	width: 104px;
	padding-left: 2px;
	padding-right: 8px;
	font-weight: bold;
	border: 0px;
	background-color: white;
	padding-bottom: 8px;
	margin-top: 24px;
	z-index:100;
}

#boxMenu2 .InizioRecordArea{
	clear: both;
	float: left;
	position:relative;
	width: 187px;
	height: 14px;
	margin-top: -14px;
	background-color: white; 
	border-right: 1px solid #7A736B;
	border-top: 1px solid #7A736B;
	z-index:50;
}


#boxMenu2 .FineRecordArea{
	clear: both;
	float: left;
	width: 187px;
	height: 8px;
	background-color: #CDE0F3; 
	border-right: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
}

#boxMenu2 .categoria A{
	position: relative;
	clear: both;
	float: left;
	width: 173px;
	display: block;
	font-weight: normal;
	border-right: 1px solid #7A736B;
	background-color: #CDE0F3; 
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
}

#boxMenu2 .categoria A:hover{
	background-color: #ebebeb; 
	font-weight: normal;
	text-decoration: none;
}

#boxMenu2 .pagina A{
	position: relative;
	clear: both;
	float: left;
	font-size: 91%;
	font-weight: bold;
	width: 177px;
	display: block;
	border-right: 1px solid #7A736B;
	background-color: white; 
	border-top: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#boxMenu2 .pagina A:hover{
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX NEWSLETTER ***************************************************/
/*********************************************************************/
#boxNewsletter{
	clear: both;
	float: right;
	width: 195px;
	background-color: White;
	padding-bottom: 23px;
} 

#boxNewsletter a{
	clear: both;
	float: right;
	width: 192px;
	height: 78px;
	margin-left: 3px!important;
  margin-left: 0px;	
	background-image: url("../../../immagini/simboli/newsletter.jpg");	
	background-position: 0px 0px;
	background-repeat: no-repeat;
} 

#boxNewsletter a:hover{
	text-decoration: none;
}

/*************************************************/
/************ BOx MEnu  Area riservata********/
/*************************************************/

#boxAreaRiservata
{ clear: both;
	float: left;
	width: 189px;
	padding-left: 6px;
	background-color: white;
	POSITION:RELATIVE;
}

#boxAreaRiservata .intestazione
{ position: relative;
	clear: both;
	float: left;
	width: 104px;
	padding-left: 2px;
	padding-right: 8px;
	font-weight: bold;
	border: 0px;
	background-color: white;
	z-index:100;
	padding-bottom: 8px;
}

#boxAreaRiservata .InizioForm{
	clear: both;
	float: left;
	position:relative;
	width: 188px;
	height: 14px;
	margin-top: -14px;
	background-color: white; 
	border-right: 1px solid #7A736B;
	border-top: 1px solid #7A736B;
	z-index:50;
}

#boxAreaRiservata form
{ clear: both;
	float: left;
	width: 167px;
position: relative;
	background-color: #EBEBEB;
	padding-left: 9px;
	padding-right: 12px;
border-right: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
	padding-top: 4px;
	padding-bottom:10px;
}

#boxAreaRiservata legend
{ 
	display: none;
	visibility:hidden;
}
#boxAreaRiservata label
{ 	width: 80px;	
	clear: both;
	float: left;
	/*padding-right: 22px;*/
position: relative;
}

#boxAreaRiservata input
{ 	width: 80px;
	float: left;
	height: 18px;
	border: 1px solid #2A6EB7;
	margin-bottom: 4px;
position: relative;
}

#boxAreaRiservata input.pulsante1
{ 
	clear: both;
	float: left;
position: relative;
border: 1px solid #6F5A26!important;
	font-weight: bold;
	background-color: #CDE0F3;
	margin-bottom: 16px;
	margin-left: 80px;
}
 /*
* html #boxAreaRiservata input.pulsante1
{ 
	margin-top: -10px;
}   */

/*************************************************/
/************ BOx  UNIONE FOSSANESE       ********/
/*************************************************/

#boxUnioneFossanese
{ 
	clear: both;
	float: right;
	width: 195px;
	background-color: white;
	POSITION:RELATIVE;
	margin: 0 auto;
	margin-top: 14px;
	text-align: center;
}

#boxUnioneFossanese .Immagine{
/*	background-image: url("../../../immagini/simboli/unionefossanese.jpg");	*/
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 52px;
	margin-bottom: 6px;
}

#boxUnioneFossanese .Testo {
	font-weight: bold;
	
}


/*************************************************/
/************ BOx  UNIONE FOSSANESE       ********/
/*************************************************/

#boxCalendarioEventi{
  position:relative;
	clear: both;
	float: right;
	width: 100%;
	margin-top: 30px;
}

#boxCalendarioEventi .intestazione{
	clear: both;
	float: right;
	width: 100%;
	background-color: #20548A;
	color: White;
	text-align: center;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}

#boxCalendarioEventi TABLE{
	clear: both;
	float: right;
	width: 100%;
	border: 0px;
	border-collapse:collapse;
	font-size: 100%;
}

#boxCalendarioEventi td{
	text-align: center;
	padding: 4px 0px 4px 0px;
	color: #555555;
}

#boxCalendarioEventi td.mesePrecedente,#boxCalendarioEventi td.meseProssimo{
	width: 25%;
	padding:4px 0px 4px 0px;
	background-color: #CDE0F3;
	color: Black;
}

#boxCalendarioEventi td.meseCorrente{
	width: 50%;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	background-color: #CDE0F3;
	color: Black;
}

#boxCalendarioEventi td.CalendarioIntestazioneGiorni{
	background-color: #EBEBEB;
	font-weight: bold;
	padding:4px 0px 4px 0px;
	color:#333333;
}

#boxCalendarioEventi td.CalendarioCellaGiornoSelezionati_piccolo a{
	color:#20548A;
}

#boxCalendarioEventi td.CalendarioCellaGiornoSelezionati_piccolo a:hover{
	color:#20548A;
}

/*************************************************/
/************ BOX MENE EVENTI DELLA VITA      ********/
/*************************************************/

#boxEventiVita{
	clear: both;
	float: right;
	width: 184px;
} 

#boxEventiVita .boxNome{
	position: relative;
	clear: both;
	float: left;
	padding-left: 2px;
	padding-right: 8px;
	font-weight: bold;
	border: 0px;
	background-color: white;
	padding-bottom: 8px;
	margin-top: 17px;
	z-index:100;
}

#boxEventiVita #boxNome6{
	width: 95px;
}

#boxEventiVita #boxNome3{
	width: 106px;
	margin-top: 1px;
}

#boxEventiVita #boxNome4{
	width: 55px;
}

#boxEventiVita .InizioEventiVita{
	clear: both;
	float: left;
	position:relative;
	width: 180px;
	height: 14px;
	margin-top: -14px;
	background-color: white; 
	border-right: 1px solid #7A736B;
	border-top: 1px solid #7A736B;
	z-index:50;
}


#boxEventiVita .FineEventiVita{
	clear: both;
	float: left;
	width: 180px;
	height: 8px;
	background-color: #CDE0F3; 
	border-right: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
}

#boxEventiVita .categoriaevento A{
	position: relative;
	clear: both;
	float: left;
	width: 166px;
	display: block;
	font-weight: normal;
	border-right: 1px solid #7A736B;
	background-color: #CDE0F3; 
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
}

#boxEventiVita .categoriaevento A:hover{
	background-color: #ebebeb; 
	font-weight: normal;
	text-decoration: none;
}

/*************************************************/
/************BOX METEO     ********/
/*************************************************/


#boxCartina{
	clear: both;
	float: right;
	width: 184px;
} 

#boxCartina .Titolo{
	position: relative;
	clear: both;
	float: left;
	padding-left: 2px;
	padding-right: 8px;
	font-weight: bold;
	border: 0px;
	background-color: white;
	padding-bottom: 8px;
	margin-top: 17px;
	z-index:100;
}

#boxCartina .InizioCartina{
	clear: both;
	float: left;
	position:relative;
	width: 181px;
	height: 14px;
	margin-top: -14px;
	background-color: white; 
	border-right: 1px solid #7A736B;
	border-top: 1px solid #7A736B;
	z-index:50;
}

#boxCartina .immagine A{
	position: relative;
	clear: both;
	float: left;
	width: 181px;
	height: 69px;
	display: block;
	font-weight: normal;
	border-right: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
	text-decoration: none;
	background-image: url("../../../servizi/funzioni/download.aspx?ID=4509&IDc=784");	
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#boxCartina .immagine A:hover{
	font-weight: normal;
	text-decoration: none;
}

/*************************************************/
/************BOX METEO     ********/
/*************************************************/


#boxMeteo{
	clear: both;
	float: right;
	width: 184px;
} 

#boxMeteo .Titolo{
	position: relative;
	clear: both;
	float: left;
	padding-left: 2px;
	padding-right: 8px;
	font-weight: bold;
	border: 0px;
	background-color: white;
	padding-bottom: 8px;
	margin-top: 17px;
	z-index:100;
}

#boxMeteo .InizioMeteo{
	clear: both;
	float: left;
	position:relative;
	width: 181px;
	height: 14px;
	margin-top: -14px;
	background-color: white; 
	border-right: 1px solid #7A736B;
	border-top: 1px solid #7A736B;
	z-index:50;
}

#boxMeteo .immagine A{
	position: relative;
	clear: both;
	float: left;
	width: 181px;
	height: 89px;
	display: block;
	font-weight: normal;
	border-right: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
	text-decoration: none;
	background-image: url("../../../immagini/simboli/Meteo.jpg");	
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#boxMeteo .immagine A:hover{
	font-weight: normal;
	text-decoration: none;
}

/*************************************************/
/************BOX FONDAZIONE CRF     ********/
/*************************************************/


#boxFondazioneCRF{
	clear: both;
	float: right;
	width: 184px;
	overflow:hidden;
} 

#boxFondazioneCRF .Titolo{
	position: relative;
	clear: both;
	float: left;
	padding-left: 2px;
	padding-right: 8px;
	font-weight: bold;
	border: 0px;
	background-color: white;
	padding-bottom: 8px;
	margin-top: 17px;
	z-index:100;
}

#boxFondazioneCRF .InizioFondazioneCRF{
	clear: both;
	float: left;
	position:relative;
	width: 181px;
	height: 14px;
	margin-top: -14px;
	background-color: white; 
	border-right: 1px solid #7A736B;
	border-top: 1px solid #7A736B;
	z-index:50;
}

#boxFondazioneCRF .immagine A{
	position: relative;
	clear: both;
	float: left;
	width: 181px;
	height: 89px;
	display: block;
	font-weight: normal;
	border-right: 1px solid #7A736B;
	border-bottom: 1px solid #7A736B;
	text-decoration: none;
	overflow:hidden;
	background-image: url("http://www.comune.fossano.cn.it/servizi/funzioni/download.aspx?ID=4748&IDc=784");	
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#boxFondazioneCRF .immagine A:hover{
	font-weight: normal;
	text-decoration: none;
}

/*************************************************/
/************ BOX PARTITA IVA      ********/
/*************************************************/

#boxPartitaIva{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 25px;
	padding-bottom: 15px;
}

/*************************************************/
/************ 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:  1px solid #7A736B;*/
	background-color: #CDE0F3;
}

* html #boxMascheraDiRicercaPerServizioStandard { 
   width: 94%;
 }

#boxMascheraDiRicercaPerServizioStandard H3 {
	margin: 0.5em 5px;
	font-weight: bold;
	color:BLACK;
	font-size: 125%;
	border-bottom: 2px solid #7A736B;
	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: 2px solid #7A736B;
	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: 1px solid #7A736B;
	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: 2px solid #7A736B;
	clear:both;
}

#boxPaginazioneServizioStandard A {
	border: 0px;
	font-size: 100%;
	font-weight: normal;
	border-right: 1px solid #7A736B;
	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 #7A736B;
	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: 1px solid #7A736B;
	color: black;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

/*********************************************************************/
/**** MENU LOGUT AREA RISERVATA***********************************/
/*********************************************************************/

#BoxMenuAreaRiservata{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 17px;
}

#BoxMenuAreaRiservata .MessaggioBenvenuto{
	clear: both;
	float: left;
	width: 50%;
}

#BoxMenuAreaRiservata .MenuOpzioni{
	float: right;
	width: 49%;
	text-align: right;
}

/*************************************************/
/************ MASCHERA DI RICERCA      ********/
/*************************************************/

.Titolo1{
	clear: both;
	float: left;
	width: 99%;
	padding-left: 1%;
	border-bottom:  2px solid 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;
	font-size: 100%;
}

.Titolo3{
	clear: both;
	float: left;
	width: 99%;
	padding-left: 1%;
	border-bottom:  1px solid black;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 109%;
}

#boxPaginaEcm {
	clear: both;
	float: left;
	width: 100%;
}

#boxPaginaEcm TABLE TH {
	padding: 5px;
}

#boxPaginaEcm TABLE TD {
	padding: 5px;
}


#boxNotizieHomePage .notiziaConFoto2 IMG{
	width: 101px!IMPORTANT;
	height: auto!IMPORTANT;
	MAX-height: NONE!IMPORTANT;
}

#boxNotizieHomePage .notiziaConFoto img {
	MAX-height: NONE!IMPORTANT;
}
