/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2009 ***************/
/*********************************************************************/

/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************************/
/*********************************************************************/

a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#boxTotale a:link, #boxTotale a:visited {
	color: black;
	text-decoration: underline;
}

#boxTotale a:hover {
	text-decoration: none;
}

.nonVisibile {
	display:none;
}

/*********************************************************************/
/**** BOX TOTALE *****************************************************/
/*********************************************************************/

#boxTotale{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#formid_intestazione1 {
    height: 175px;
}

#formid_intestazione2 {
	height: 25px;
   min-height: 27px;
	background: #003A84;
	border-bottom: 3px solid #037FC6;
	color: white;
} 

#formid_intestazione3 {
	min-height: 20px;
   height: 20px;
	background: #CAE6FB;
	color: black;
} 

#corpo {
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 165px;
	margin-right: 170px;
}
 
#formid_sx {
	background: url('/immagini/sfondo/bg-formid_sx.jpg') top left repeat-y;
	width:165px;
	margin-left:-164px; /*must be 1px less than width otherwise won't push footer down */
}

#formid_dx {
	background: url('/immagini/sfondo/bg-formid_dx.jpg') top right repeat-y;
	width:170px;
	margin-right:-170px; /*must be 1px less than width otherwise won't push footer down */
	text-align: right;
}

#formid_centro {
    position:relative;
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
    width: 98%;
    float:left;
}

#formid_fondo1 {
	position:relative;
	width:100%;
	clear:both;
	height: auto!important;
	height: 30px;
	min-height:30px;
	border-top: 19px solid #037FC6;
	background: #CAE6FB;
}

#formid_fondo2 {
	position:relative;
	width:100%;
	clear:both;	
	height:130px;
	margin-top: 20px;
}

#formid_fondo3 {
	position:relative;
	width:100%;
	clear:both;
	height:10px;
}

/*********************************************************************/
/**** BOX INTESTAZIONE ***********************************************/
/*********************************************************************/

#boxIntestazioneGrafica {
/*	background: url("../../../immagini/logo/intestazione.jpg") top left no-repeat;*/
}

#boxIntestazioneGrafica img{

}

#boxIntestazioneAccessibile {
	display: none;
}

/*********************************************************************/
/**** BANNER               *******************************************/
/*********************************************************************/

#boxBanner {
	clear: both; 
	float: right;
	width:160px;
	font-size: 80%;
	text-align: center;
}

#boxBanner .intestazione {
	text-align: left;
	min-height: 20px;
	line-height: 20px; 
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	margin-bottom: 1em;
	padding-left: 10px;
	background-color: #1D5092; 
}

#boxBannerDinamici {
	clear: both; 
	float: left;
	width:150px;
	font-size: 80%;
	text-align: center;
	padding-top: 15px;
}

#boxBannerDinamici IMG {
	width: 99%;
	height: auto;
}

/*********************************************************************/
/**** BOX GESTIONE BANNER  *******************************************/
/*********************************************************************/

#boxGestioneBanner{
/*	clear: both;
	width:96%;
	margin-right: 0px;
*/}

#boxGestioneBanner H1{
/*	display: block;
	width: 100%;
	min-width: 99%;
	text-align:left;
	font-size: 80%;
	font-weight: bold;
	background-color: #EFF2F7;
	margin-bottom: 1em;
	padding-left: 1em;
*/}

#boxGestioneBanner IMG {
/*	margin: 2px;
	float: left;
*/}



/*********************************************************************/
/**** BOX PARTITA IVA ************************************************/
/*********************************************************************/

#boxPartitaIva {
	margin: 0 6px;
	padding: 0;
	text-align: center;
}

#boxPartitaIva H3 {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight:normal;
	margin-top: -.8em;
	padding-bottom: .8em;
}

#boxPartitaIva A, #boxPartitaIva A:link, #boxPartitaIva A:visited, #boxPartitaIva A:active {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#boxPartitaIva A:hover {
	text-decoration: none;
}

/*********************************************************************/
/**** BOX AREA RISERVATA *********************************************/
/*********************************************************************/ 

#boxAreaRiservata { 
	clear: left;
	float: left;
	margin-top: 30px;
	padding-bottom: 20px;
	background: white;
	width: 151px;
	font-size: 80%;
}

#boxAreaRiservata fieldset{
	clear: left;
	float: left;
	border:0;
	padding:0;
	margin:0;
}

#boxAreaRiservata fieldset legend{
	display: none;
	visibility:hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

#boxAreaRiservata .intestazione {
	color:#fff;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-weight:bold;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	text-align:left;
	background: url(/immagini/sfondo/intestazione_area_riservata.gif) no-repeat;
}

#boxAreaRiservata INPUT {
	float: left;
	width: 85px;
	font-size: 90%;
	height: 15px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
}

#boxAreaRiservata LABEL{ 
	clear: left;
	float: left;
	display: inline;
	width: 50px;
	padding: 4px 3px;
} 

#boxAreaRiservata .pulsante1 { 
	clear: both; float: left;
	width: 90px;
	background: #CAE6FB;
	color: black;
	font-weight: bold;
	font-size: 105%;
	height: 18px;
	margin-left: 55px;
}  

/*********************************************************************/
/**** BOX AREA RISERVATA - LOGOUT ************************************/
/*********************************************************************/ 

#BoxMenuAreaRiservata {	
	clear: both; 
	float: left;
	width: 99%;
	margin-top: 19px;
	background: #CAE6FB;
	padding: 2px 5px;
	font-size: 85%;
}

#BoxMenuAreaRiservata .MessaggioBenvenuto {
	float: left;
}

#BoxMenuAreaRiservata .MenuOpzioni {
	float: right;
}

/*********************************************************************/
/**** BOX EVENTI DELLA VITA ******************************************/
/*********************************************************************/ 
/* 
#boxEventiDellaVita{
	width: auto;
	font-size: 80%;
}

#boxEventiDellaVita .intestazione{
	width: auto;
	display: block;
	margin-top: 20px;
	padding: 9px;
	background-color: #FEE06B;
	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 1 ECM *************************************************/
/*********************************************************************/

#boxMenu1 {
	border-top: 1px solid white;
	width: 151px;
	font-size: 80%;
} 

#boxMenu1 .area{
	background: #1D5092;
	color: white;
	font-weight: bolder;
	width: 143px;
	margin-top: 17px;
	padding: 3px 0;
	padding-left: 6px;
	margin-bottom: 5px;
}

#boxMenu1 .categoria A, #boxMenu1 .categoria A:visited	{
	padding: 2px 0 2px 6px;
	text-decoration: none;
	display:block;
}

#boxMenu1 .categoria A:hover {
	text-decoration: underline;
}

#boxMenu1 .pagina A {
	padding: 2px 0 2px 12px;
	text-decoration: none;
	display:block;
}

#boxMenu1 .pagina A:hover {
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX MENU 2 ECM *************************************************/
/*********************************************************************/

#boxMenu2 {
	clear: both; 
	float: right;
	width: 160px;
	text-align: left;
	font-size: 80%;
} 

#boxMenu2 .area {
	background: #1D5092;
	color: white;
	font-weight: bolder;
	width: 154px;
	margin-top: 17px;
	padding: 3px 0;
	padding-left: 6px;
	margin-bottom: 5px;
	border-bottom: 2px solid white;
}

#boxMenu2 .categoria {
	border-bottom: 2px solid white;
	padding: 5px 0;
}

#boxMenu2 .categoria IMG {
	display: inline;
	padding-left: 6px;
}

#boxMenu2 .categoria A, #boxMenu2 .categoria A:visited	{
	display: inline;
	padding: 2px 0 2px 6px;
	text-decoration: none;
}

#boxMenu2 .categoria A:hover {
	text-decoration: underline;
}

#boxMenu2 .pagina A {
	padding: 2px 0 2px 12px;
	text-decoration: none;
	display:block;
}

#boxMenu2 .pagina A:hover {
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX MENU 3 ECM *************************************************/
/*********************************************************************/

#boxMenu3 {
	clear: both; 
	float: right;
	width: 160px;
	text-align: left;
	font-size: 80%;
	margin-bottom: 50px;
} 

#boxMenu3 .area {
	background: #1D5092;
	color: white;
	font-weight: bolder;
	width: 154px;
	margin-top: 17px;
	padding: 3px 0;
	padding-left: 6px;
	margin-bottom: 5px;
	border-bottom: 2px solid white;
}

#boxMenu3 .categoria {
	border-bottom: 2px solid white;
	padding: 5px 0;
}

#boxMenu3 .categoria IMG {
	display: inline;
	padding-left: 6px;
}

#boxMenu3 .categoria A, #boxMenu3 .categoria A:visited	{
	display: inline;
	padding: 2px 0 2px 6px;
	text-decoration: none;
	font-weight: bold;
}

#boxMenu3 .categoria A:hover {
	text-decoration: underline;
}


#boxMenu3 .pagina A {
	padding: 2px 0 2px 12px;
	text-decoration: none;
	display:block;
}

#boxMenu3 .pagina A:hover {
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX ACCESSIBILITA **********************************************/
/*********************************************************************/

#boxAccessibilita {
	clear: both;
	float: left;
	line-height: 2em;
	width: 100%;
	margin-top: -15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
}

#boxAccessibilitaValidatori	{
	display: inline;
	width: auto;
	padding-left: 10px;
} 

#boxAccessibilitaValidatori .intestazione{
	display: inline;
	margin-right: 5px;
} 

#boxAccessibilitaValidatori IMG {
	padding-top: 2px;
	padding-bottom: 0;
}

#boxAccessibilitaModalitaVisualizzazione{
	display: inline;
	padding: 0 10px;
	text-align: center;
} 

#boxAccessibilitaModalitaVisualizzazione .intestazione{
	display: inline;
	margin-right: 5px;
	text-align: right;
} 

#boxCredits {
	display: inline;
	padding: 0 10px;
}

#boxAccessibilitaInformazioniTest {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding-bottom: 14px;
	letter-spacing: 0px;
	font-size: 90%;
/*	padding-top: 6px;
	font-size: 80%;
	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: 99%;	
*/}

#boxAccessibilitaInformazioniTest P{
/*	float: left;
	clear: left;
	width: 98%;
*/}



/*********************************************************************/
/**** BOX BRICIOLE DI PANE *******************************************/
/*********************************************************************/

#boxBricioleDiPane {
	float: left;
	line-height: 20px;
	vertical-align: middle;
	width: 80%;
	font-size: 80%;
	padding-left: 6px;
}

#boxBricioleDiPane a:link, #boxBricioleDiPane a:visited, #boxBricioleDiPane a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#boxBricioleDiPane a:hover {
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX LINK MAPPA DEL SITO ****************************************/
/*********************************************************************/

#boxLinkMappa {
	float: right;
	width: 100px;
	text-align: right;
	padding-right: 6px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 85%;
}

#boxLinkMappa A:link {
	text-decoration: none;
}

#boxLinkMappa A:hover {
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX NAVIGAZIONE ************************************************/
/*********************************************************************/

#boxNavigazione {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/*********************************************************************/
/**** BOX RICERCA NEL SITO *******************************************/
/*********************************************************************/

#boxRicercaNelSito {
	clear: both;
	float: left;
	width: 300px;
	padding: 0;
	padding-left: 6px;
	margin: 0;
	border: 0;
	line-height: 25px;
	vertical-align: middle;
	font-size: 90%;
}

#boxRicercaNelSito fieldset{
	border:0;
	padding:0;
	margin:0;
}

#boxRicercaNelSito fieldset legend{
	display: none;
	visibility:hidden;
}

#boxRicercaNelSito LABEL{
	float: left;
	display: inline;
	font-size: 90%;
	margin-right: 10px;
}

#boxRicercaNelSito .testo {
	width: 150px;
	float: left;
	display: inline;
	border: 1px solid #000;
	background-color: #FFFFFF;
	font-size: 90%;
	height: 13px;
	margin: 4px 5px 0 0;

}

#boxRicercaNelSito .pulsante1 {
	float: left;
	display: inline;
	height: 17px;
	font-size: 95%;
	padding: 0 5px 2px 5px;
	margin: 4px 0 0 0;
	background: #F3F3F3;
	border: 1px outset black;
}

/*********************************************************************/
/**** BOX INFORMAZIONI     *******************************************/
/*********************************************************************/

#boxInfo {
	margin: 0 6px 0 0;
	padding: 0;
	text-align: right;
}

#boxInfo H3 {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight:normal;
	line-height: 2.5em;
	vertical-align: middle;
}

#boxInfo A:link, #boxInfo A:visited, #boxInfo A:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#boxInfo A:hover {
	color: white;
	text-decoration: none;
}

/*********************************************************************/
/**** BOX CALENDARIO EVENTI ******************************************/
/*********************************************************************/

#boxCalendarioEventi {
	float: right;
	border-top: 1px solid white;
	width: 160px;
	font-size: 80%;
}

#boxCalendarioEventi H2 {
	text-align: left;
	height: 20px;
	line-height: 20px; 
	vertical-align: middle;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	margin-top:17px;
	padding-left: 10px;
	background-color: #1D5092; 
}

#boxCalendarioEventi TD {
	background: white;
	padding: 0;
	height: 1.1em;
	text-align: center;
}

#boxCalendarioEventi TD.mesePrecedente {
	border: 0;
	background: #DFF0FD;
	padding: 2px 0;
	text-align: right;
}

#boxCalendarioEventi TD.meseProssimo {
	border: 0;
	background: #DFF0FD;
	text-align: left;
	padding: 2px 0;
}

#boxCalendarioEventi TD.meseCorrente {
	border: 0;
	background: #DFF0FD;
	padding: 2px 0;
	font-weight: bold;
}

#boxCalendarioEventi TD.CalendarioCellaGiornoSelezionati_piccolo {
	background: #FFCC33;
}

#boxCalendarioEventi TD.CalendarioCellaGiornoSelezionati_piccolo A {
	text-decoration: none;
}

#boxCalendarioEventi TD.CalendarioCellaGiornoSelezionati_piccolo A:hover {
	text-decoration: underline;
}

/*********************************************************************/
/**** BOX MENU A TENDINA EVENTI DELLA VITA ***************************/
/*********************************************************************/

#selectEventiDellaVita {
	clear: both; 
	float: right;
	width: 160px;
	text-align: left;
	margin-top: 10px;
	font-size: 80%;
}

#selectEventiDellaVita .titolo {
	text-align: left;
	min-height: 20px;
	line-height: 20px; 
	vertical-align: middle;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	margin-top:10px;
	padding-left: 10px;
	background-color: #1D5092;
}

#selectEventiDellaVita .boxEventidellaVitaSelect {
	clear: both; 
	float: left;
	padding: 0 0 0 4px;
	margin: 5px 0;
}

#selectEventiDellaVita .boxEventidellaVitaSelect .boxNome {
	font-weight: bold;
	width: 150px;
}

#selectEventiDellaVita SELECT {
	font-size: 100%;
	width: 150px;
}

/*********************************************************************/
/**** BOX PAGINAZIONE ************************************************/
/*********************************************************************/

#boxPaginazioneServizioStandard {
	clear:both;
	float: left;
	width: 99%;
	font-weight: bold;
	background-color: #e9eef4;
	border: 1px solid #003A84;
	margin: 0;
	margin-bottom: 20px !important;
	padding: 0;
	padding: 3px 5px;
}

#boxPaginazioneServizioStandard A:link, #boxPaginazioneServizioStandard A:visited {
	text-decoration: none;
	margin: 0;
	padding: 3px 4px;
	border-right: 1px solid black;
	color: #003A84;
}

#boxPaginazioneServizioStandard SPAN {
	margin: 0;
	padding: 3px 4px;
	border-right: 1px solid black;
}

#boxPaginazioneServizioStandard A:hover {
	color: white;
	background-color: #003A84;
}

/*********************************************************************/
/**** BOX RICERCA DINAMICA PER SERVIZI STANDARD **********************/
/*********************************************************************/

#boxMascheraDiRicercaPerServizioStandard {	
	clear: left;
	float: left;
	font-size: 80%;
	padding: 0;
	width: 99%;
	margin-left: 1% !important;
	margin-left: .5%;
	background-color: #e5ecf4;
	margin-top:19px;
}

#boxMascheraDiRicercaPerServizioStandard FORM {
	padding-right: 0px;
	padding-left: 0px;
	border: 0px;
	padding-bottom: 5px;
	margin: 0; 
	width: 99%;
	padding-top: 5px;
}

#boxMascheraDiRicercaPerServizioStandard H3 {
	margin: 0;
	padding: 0;
	color: #fff;
	padding-left:1em;
	font-weight: bold;
	font-size: 105%;
	height: 1.6em;
	line-height:1.6em;
	padding-bottom: 1px;
	background:#1D5092;
}

#boxMascheraDiRicercaPerServizioStandard H4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	text-align: justify;
	width: 95%;
	padding: .5em 1em;
}

#boxMascheraDiRicercaPerServizioStandard H4:first-letter {
	font-weight: bold;
	color: black;
	font-size: 120%;
}

#boxMascheraDiRicercaPerServizioStandard H5 {
	
}

#boxMascheraDiRicercaPerServizioStandard H6 {
	margin: 0;
	padding: 0;
	color: blue;
	padding-top: 3px;
	margin-left: 5px;
	float: left !important;
	font-size: 95%;
	font-weight: bold;
}

#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 {
	float: left !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#003a84;
   font-size: 100%;
	font-weight: bold;
	width: 140px !important;
	padding-top: 3px;
}


#boxMascheraDiRicercaPerServizioStandard INPUT {
	width: 60% !important;
}

#boxMascheraDiRicercaPerServizioStandard INPUT.campoData {
	margin-left: 5px;
	float: left;
	width: 80px !important;
}

#boxMascheraDiRicercaPerServizioStandard .CampiDDL {
	float: left;
	width: 60%;
}

#boxMascheraDiRicercaPerServizioStandard .CampiDDL SELECT {
	width: 99%;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca {
	clear: both;
	float: left;
	width: 99%;
	margin: 3px 0;
	padding-left: 10px;
}

#boxMascheraDiRicercaPerServizioStandard .separatoreCampoRicerca input{

}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante {
	clear: left;
	
	text-align: center;	
	padding-bottom: 8px;

}

#boxMascheraDiRicercaPerServizioStandard .campoPulsante INPUT {
	width: 40% !important;
	clear: none;
	float: none !important; 
	margin: auto;
	margin-top: 20px;
	text-align: center !important;
	height: auto;
	background-color: #EDEFEF;
	border: 2px solid #7F9DB9;
	line-height: normal;	
}

#boxMascheraDiRicercaPerServizioStandard SELECT {
	width: 61%;
	float: left;
	margin-left: 0 ! important;
	margin-left: 2px;

}

#boxMascheraDiRicercaPerServizioStandard TABLE {
	width: 270px;
}

#boxMascheraDiRicercaPerServizioStandard TABLE TD {
	padding-bottom: 4px;
}

#boxMascheraDiRicercaPerServizioStandard TABLE TD INPUT {
	width: auto !important;
}

#boxMascheraDiRicercaPerServizioStandard A {
	cursor: crosshair;
}

/*********************************************************************/
/**** SERVIZI               ******************************************/
/*********************************************************************/


/*********************************************************************/
/*********************************************************************/
/*********************************************************************/