/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/

/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************************/
/*********************************************************************/

*{
	margin:0;
}

.nonVisibile{
	display:none;
}

/*********************************************************************/
/**** BODY ***********************************************************/
/*********************************************************************/

BODY{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
}

/*********************************************************************/
/**** BOX TOTALE *****************************************************/
/*********************************************************************/

#boxTotale{
	width: 100%;
	position:relative;
	font-size: 100%;
}

#boxTotale a{
	color: Black;
	text-decoration: none;
}

#boxTotale a:hover{
	color: Black;
	text-decoration: underline;
}


/*********************************************************************/
/**** INTESTAZIONI **************************************************/
/*********************************************************************/

#formid_intestazione1{
	height:281px;
	position:relative;
}

#formid_intestazione2 {
	clear: both;
	float: left;
	width: 100%;
	padding: 12PX 0PX 12PX 0PX;
	background-color: White;
	margin: 0 auto;
	text-align: center;
	height: auto;
	position:relative;
} 

#formid_intestazione3 {
	clear: both;
	position:relative;
	width: 100%;
	margin-bottom: 26px;
	height: auto;
	background-color: #C7DEF1;
}

/*********************************************************************/
/**** CORPO **************************************************/
/*********************************************************************/

#corpo {
	vertical-align: top;
	margin-left: 190px;
	margin-right: 190px;
	border: 0px;
	padding: 0px;
	z-index: 1;
	position:relative; 
}
 
#formid_sx {
	position:relative; /*ie needs this to show float */
	width: 95%;
	padding: 0% 2% 0% 0%;
	border-left:0px;
	float: left;
	margin-left:-189px; /*must be 1px less than width otherwise won't push footer down */
	margin-right:-1px;
	left:0px;
	z-index: 2;
}
#formid_dx {
	position:relative;
	vertical-align: top;
	width:190px;
	float: right;
	margin-right:-189px; /*must be 1px less than width otherwise won't push footer down */
	margin-left:-1px;
	border: 0px;
	padding: 0px;
	left:0px;
	z-index:2;
}

#formid_centro {
    position:relative;
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
    width: 194px;
    float:left;
}


/*********************************************************************/
/**** FONDO **************************************************/
/*********************************************************************/

#formid_fondo1{
	clear: both;
	float: left;
	position:relative;
	width: 100%;
	height: auto;
	border-top:11PX SOLID #3A4C77;
}
/*********************************************************************/
/**** BOX INTESTAZIONE ***********************************************/
/*********************************************************************/

#boxIntestazioneGrafica {
	background-repeat: no-repeat;
	position:relative;
	background-position: 0% 0%;
}

#boxIntestazioneAccessibile {
	display: none;
}

/*********************************************************************/
/**** BOX RICERCA NEL SITO***********************************************/
/*********************************************************************/

#boxRicercaNelSito {
	clear: both;
	float: left;
	position:relative;
	width: 77%;
	padding: 7px 0px 7px 0px;
	background-color: #3A4C77;
}

#boxRicercaNelSito .intestazione,#boxRicercaNelSito fieldset legend, #boxRicercaNelSito fieldset label{
	display: none;
	visibility:hidden;
	color: White;
	position:relative;
}

#boxRicercaNelSito input {
	clear: both;
	float: left;
	position:relative;
	height: 18px;
	border: 1px solid #8A8279;
	margin-left: 7px;
	width: 85%;
}

#boxRicercaNelSito input.pulsante1 {
	clear: none;
	float: left;
	position:relative;
	height: 20px;
	border: 1px solid #8A8279;
	width: 52px;
	background-color: #E1ECFD;
	color: Black;
	font-weight: bold;
}

/*********************************************************************/
/**** BOX DIMENSIONE DEI CARATTERI************************************/
/*********************************************************************/

#boxAccessibilitaModalitaVisualizzazione{
	float: right;
	position:relative;
	width: 20%;
	padding: 7px 22px 7px 0px;
}

#boxAccessibilitaModalitaVisualizzazione .intestazione{
	float: right;
	position:relative;
	padding-top: 3px;
	font-weight: bold;
	padding-right: 7px;
}

#boxAccessibilitaModalitaVisualizzazione .testo{
	float: right;
	position:relative;
}

/*********************************************************************/
/**** BOX DIMENSIONE DEI CARATTERI************************************/
/*********************************************************************/

#boxBricioleDiPane{
	clear: both;
	float: left;
	position:relative;
	width: 98%;
	padding: 8px 0px 8px 11px;
}

#boxBricioleDiPane H2{
	display: none;
	position:relative;
	visibility:hidden;
}

#boxBricioleDiPane A, #boxBricioleDiPane A:hover{
	font-weight: bold;
	text-decoration: underline;
	position:relative;
}


/*********************************************************************/
/**** BOX MENU NASCOSTO AREA RISERVATA ************************************/
/*********************************************************************/

#BoxMenuAreaRiservata{
	clear: both;
	float: left;
	position:relative;
	width: 98%;
	padding: 8px 0px 8px 11px;
}

#BoxMenuAreaRiservata .MessaggioBenvenuto {
	clear: both;
	float: left;
	position:relative;
	width: 50%;
}

#BoxMenuAreaRiservata .MenuOpzioni {
	float: right;
	text-align: right;
	width: 50%;
}

#BoxMenuAreaRiservata A, #BoxMenuAreaRiservata A:hover{
	font-weight: bold;
	text-decoration: underline;
	position:relative;
}

/*********************************************************************/
/**** BOX MENU 1 ***********************************************/
/*********************************************************************/

#boxMenu1{
	clear: both;
	float: right;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#boxMenu1 .area{
	clear: both;
	float: right;
	width: 186px;
	position:relative;
	padding: 5px 4px 5px 4px;
	text-align: left;
	background-color: #3A4C77;
	color: White;
	font-size: 118.18%;
	font-weight: bold;
	margin-bottom: 6px;
}

#boxMenu1 .categoria{
	clear: both;
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
}

* html #boxMenu1 .categoria{
	clear: none;
	float: none;
}

#boxMenu1 .categoria a{
	clear: both;
	float: right;
	width: 171px;
	position:relative;
	padding: 5px 4px 5px 19px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
	background-image: url(../../../immagini/simboli/menuecm.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

#boxMenu1 .pagina{
	clear: both;
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
}

* html #boxMenu1 .pagina{
	clear: none;
	float: none;
}

#boxMenu1 .pagina a{
	clear: both;
	float: right;
	width: 160px;
	position:relative;
	padding: 5px 4px 5px 30px;
	text-align: left;
	border-bottom: 1px dotted #3A4C77;
	background-image: url(../../../immagini/simboli/menuecm.gif);
	background-position: 21px 50%;
	background-repeat: no-repeat;
}

#boxMenu1 .FineRecordArea{
	clear: both;
	float: right;
	width: 100%;
	height: 26px;
	margin: 0px;
	padding: 0px;
	position:relative;
}

/*********************************************************************/
/**** BOX MENU 2 ***********************************************/
/*********************************************************************/

#boxMenu2{
	clear: both;
	float: right;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#boxMenu2 .area{
	clear: both;
	float: right;
	width: 186px;
	position:relative;
	padding: 5px 4px 5px 4px;
	text-align: left;
	background-color: #3A4C77;
	color: White;
	font-size: 118.18%;
	font-weight: bold;
	margin-bottom: 6px;
}

#boxMenu2 .area a,#boxMenu2 .area a:hover{
	color:white;
	text-decoration: underline;
}

#boxMenu2 .categoria{
	clear: both;
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
}

* html #boxMenu2 .categoria{
	clear: none;
	float: none;
}

#boxMenu2 .categoria a{
	clear: both;
	float: right;
	width: 171px;
	position:relative;
	padding: 5px 4px 5px 19px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
	background-image: url(../../../immagini/simboli/menuecm.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

#boxMenu2 .pagina{
	clear: both;
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
}

* html #boxMenu2 .pagina{
	clear: none;
	float: none;
}

#boxMenu2 .pagina a{
	clear: both;
	float: right;
	width: 160px;
	position:relative;
	padding: 5px 4px 5px 30px;
	text-align: left;
	border-bottom: 1px dotted #3A4C77;
	background-image: url(../../../immagini/simboli/menuecm.gif);
	background-position: 21px 50%;
	background-repeat: no-repeat;
}

#boxMenu2 .FineRecordArea{
	clear: both;
	float: right;
	width: 100%;
	height: 26px;
	margin: 0px;
	padding: 0px;
	position:relative;
}


/*********************************************************************/
/**** BOX CALENDARIO EVENTI ***********************************************/
/*********************************************************************/

#boxCalendarioEventi{
	clear: both;
	float: right;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#boxCalendarioEventi .intestazione{
	clear: both;
	float: right;
	width: 182px;
	position:relative;
	padding: 5px 4px 5px 4px;
	text-align: left;
	font-size: 118.18%;
	background-color: #3A4C77;
	color: White;
	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;
}

#boxCalendarioEventi td.mesePrecedente,#boxCalendarioEventi td.meseProssimo{
	width: 25%;
	font-weight: bold;
	background-color: #F7F7F7;
}

#boxCalendarioEventi td.meseCorrente{
	width: 50%;
	font-weight: bold;
	background-color: #F7F7F7;
}

#boxCalendarioEventi td.CalendarioIntestazioneGiorni{
	font-weight: bold;
}

#boxCalendarioEventi td.CalendarioLinkNonSelezionati_piccolo{
	color:#555555;
}

#boxCalendarioEventi td.CalendarioCellaGiornoSelezionati_piccolo{
	background-color: #3A4C77;
}

#boxCalendarioEventi td.CalendarioCellaGiornoSelezionati_piccolo a{
	color:white;
}

#boxCalendarioEventi td.CalendarioCellaGiornoSelezionati_piccolo a:hover{
	color: White;
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX CRS ********************************************************/
/*********************************************************************/

#boxCrs{
	clear: both;
	width: 100%;
	position:relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#boxCrs a,#boxCrs a:hover{
	color: #3A4C77;
	font-weight: bold;
}

/*********************************************************************/
/**** BOX CRS ********************************************************/
/*********************************************************************/

#boxLinkConsigliati{
	clear: both;
	float: right;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#boxLinkConsigliati .intestazione{
	clear: both;
	float: right;
	width: 182px;
	position:relative;
	padding: 5px 4px 5px 4px;
	text-align: left;
	font-size: 118.18%;
	background-color: #3A4C77;
	color: White;
	font-weight: bold;
}

#boxLinkConsigliati .Link{
	clear: both;
	float: right;
	width: 100%;
	margin-top: 6px;
}

#boxLinkConsigliati .Link img{
	width: 189px;
	height: 54px;
}

/*********************************************************************/
/**** BOX VALIDATORI********************************************************/
/*********************************************************************/

#boxValidatori{
	clear: both;
	float: left;
	position:relative;
	width: 185px!important;
	background-color: White;
	margin-top: -9px;
}

/*********************************************************************/
/**** BOX Logo********************************************************/
/*********************************************************************/

#logo{
	clear: both;
	float: left;
	position:relative;
	padding-top: 9px;
	width: 83px;
	margin: 0px 5px 0px 5px;
}

* html #logo{
	margin: 0px 2.5px 0px 2.5px;
}

/*********************************************************************/
/**** vALIDATORI********************************************************/
/*********************************************************************/

#Validatori{
	float: left;
	padding-top: 14px;
	position:relative;
}

#Validatori img{
	clear: both;
	float: left;
	margin-bottom: 9px;
	position:relative;
	width: auto;
	height: auto;
}

/*********************************************************************/
/**** BOX PARTITA IVA SOTTO********************************************************/
/*********************************************************************/

.BoxSottoDx{
	float: right;
	width: 75%;
	text-align: left;
	padding-right:5px;
	padding-top: 15px;
	display: block;
	position:relative;
}

#boxLinkAccessibilita{
	float: left;
	width: 40%;
	text-align: left;
	position:relative;
	font-weight: bold;
}

#boxLinkAccessibilita a,#boxLinkAccessibilita a:hover{
	text-decoration: underline;
	font-weight: bold;
	position:relative;
}

#boxAccessibilita{
	float: right;
	width: 60%;
	position:relative;
	text-align: right;
}

/*********************************************************************/
/**** BOX PARTITA IVA SOTTO********************************************************/
/*********************************************************************/

#boxMascheraDiRicercaPerServizioStandard{
	clear: both;
	float: left;
	position:relative;
	width: 96%;
	padding: 10px 1% 10px 1%;
	background-color: #C7DEF1;
	border: 3px double #3A4C77;
}

#boxMascheraDiRicercaPerServizioStandard h3{
	font-size: 118.18%;
	margin: 0px 5px 5px 5px;
	font-weight: bold;
	border-bottom: 3px double black;
}

#boxMascheraDiRicercaPerServizioStandard h4{
	font-size: 100%;
	text-align: justify;
	margin: 0px 5px 5px 5px;
}

#boxMascheraDiRicercaPerServizioStandard H4:first-letter{
	text-decoration: underline;
	font-weight: bold!important;
	margin: 0px 0px 5px 5px;
}

#boxMascheraDiRicercaPerServizioStandard h6{
	font-size: 95%;
	font-weight: bold;
	position:relative;
	float: left;
	margin-right: 7px;
}

* html #boxMascheraDiRicercaPerServizioStandard h6{
	margin-right: 3.5px;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca{
	clear: both;
	float: left;
	position:relative;
	width: 98%;
	margin: 10px 0px 10px 5px;
}

* html #boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca{
	margin: 10px 0px 10px 2.5px;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca label{
	clear: both;
	float: left;
	position:relative;
	width: 125px;
	margin-right: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}

* html #boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca label{
	margin-right: 2.5px;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca input,#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca select{
	float: left;
	position:relative;
	width: 60%!important;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca input.campoData{
	width: 75px!important;
	margin-right: 7px;
}

* html #boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca input.campoData{
	margin-right: 3.5px;
}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante {
	clear: both;
	float: left;
	width: 100%;	
	margin: 0 auto;
	text-align: center;
	position:relative;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid black;
}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante input{
	background-color: transparent;
	color: Black;
	font-weight: bold;
	border: 0px;
}

/*********************************************************************/
/**** 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: 2px solid #3A4C77;
	clear:both;
}

#boxPaginazioneServizioStandard A {
	border: 0px;
	font-size: 100%;
	font-weight: normal;
	border-right: 2px solid #3A4C77;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard SPAN {
	border: 0px;
	font-size: 95%;
	font-weight: normal;
	border-right: 2px solid #3A4C77;
	color: black;
	text-decoration: none;
	margin: 0px;
		padding: 0px 6px 0px 6px;
}

#boxPaginazioneServizioStandard A:hover {
	color:white;
	border-right:2px solid #3A4C77;
	background-color:#3A4C77;
	text-decoration: none;
		padding: 0px 6px 0px 6px;
}

/*********************************************************************/
/**** TITOLI ************************************************/
/*********************************************************************/

.Titolo1{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 118.18%;
	font-weight: bold;
	border-bottom: 3px double #3A4C77;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.Titolo2{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #3A4C77;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.Titolo3{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 118.18%;
	font-weight: bold;
	border-bottom: 3px solid #3A4C77;
	padding-bottom: 5px;
	color:#3A4C77;
	margin-bottom: 5px;
}