/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****            NOTIZIE HOME PAGE           ************************/
/*****                                        ************************/
/*********************************************************************/

#boxNotizieHomePage{
	position:relative;
	clear: left;
	float: left;
	margin-top: 5px;
		left: 1px;
	width: 100%;
 
}

#boxNotizieHomePage .introduzione{
	border: 0px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	width: 100%;
	font-weight: normal;
	margin-bottom: 8px;
	font-size: 80%;
}

#boxNotizieHomePage .introduzione H2{
	margin-top: 10px;
	font-size: 100%;
	font-weight: bold;
}

#boxNotizieHomePage .notiziaConFoto { 
	position: relative;	
	width: 98%;
	font-size: 80%;
	letter-spacing: 0px;
	float: left;
	margin-bottom:2px;
	margin-right:0px; 
   padding-top:5px;
	padding-bottom:5px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 2px dotted #ebebeb;
   left:0px;
   color:#000000;
}

#boxNotizieHomePage .notiziaSenzaFoto { 
	position: relative;
	width: 98%;
	font-size: 80%;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom:2px;
	margin-right:0px; 
   padding-top:5px;
	padding-bottom:5px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 2px dotted #ebebeb;
   left:0px;
   color:#000000;
}

#boxNotizieHomePage .notiziaSenzaFoto2 { 
	position: relative;
	width: 98%;
	font-size: 80%;
	letter-spacing: 0px;
	float: right;
	margin-bottom:2px;
	margin-right:0px; 
   padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 2px dotted #ebebeb;
   left:0px;
   color:#000000;
}

#boxNotizieHomePage .dettaglio {
	position: relative;
	text-align: justify;
	width: 98%;
	left: 0px;
	top: 0px;
}

#boxNotizieHomePage .ulterioriDettagli {
	font-weight: bold;
}

#boxNotizieHomePage .linkArchivioNotizie A{
	float: right;
	margin-top: 40px;
	margin-right: 10px;
	width: 40%;
	background-color:#ebebeb;
	padding: 8px;
	color: black;
	border: 1px solid #CCC;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 82%;
}


/*********************************************************************/
/****   CONFIGURAZIONE TESTI *****************************************/
/*********************************************************************/

#boxNotizieHomePage .notiziaConFoto H1 { 
   color: #000000;
	font-weight: bold;
	
	margin-top: 5px;
	padding:0px;
	font-size: 100%;
	padding-bottom:2px;
	text-decoration: none;
}

#boxNotizieHomePage .notiziaConFoto H1 A { 
   color: #000000;
   	text-decoration: none;

}
 
#boxNotizieHomePage .notiziaConFoto H2 { 
	display: inline;
	color: black;
	float: left;
	font-family: "Courier New", Courier, monospace; 
	font-size: 95%;
	font-weight: normal;	
	width: 60%;
	margin-top: 18px;
	margin-bottom: 4px;
} 

#boxNotizieHomePage .notiziaSenzaFoto A { 
    color: #000000;
	font-size: 110%;
	font-weight: bold;	

}

#boxNotizieHomePage .notiziaSenzaFoto H2 { 
	color: black;
 	font-size: 80%;
	font-weight: normal;	
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
} 
#boxNotizieHomePage .notiziaSenzaFoto p { 
  	font-size: 85%;
	margin:0px;
 
} 
#boxNotizieHomePage .notiziaSenzaFoto H2 A { 
   color: #000000;
   	font-size: 110% !important;

}

#boxNotizieHomePage .notiziaSenzaFoto H2:after { 
	content: " >>     ";	
} 

#boxNotizieHomePage .notiziaSenzaFoto2 H1 { 
   color: black;
	font-weight: bold;
	
	margin-top: 5px;
	padding:0px;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}
 
#boxNotizieHomePage .notiziaSenzaFoto2 H2 { 
	color: black;
	font-size: 70%;
	font-weight: bold;	
	margin-top: 2px;
	margin-bottom: 4px;
} 

/*********************************************************************/
/****   CONFIGURAZIONE LINK ******************************************/
/*********************************************************************/

#boxNotizieHomePage .notiziaConFoto A { 
	text-decoration: underline;
}

#boxNotizieHomePage .notiziaConFoto A:hover{ 
	background-color: #F7F7F7;
	text-decoration: underline;
	color: black;
}

#boxNotizieHomePage .notiziaSenzaFoto A { 
	text-decoration: none;
}

#boxNotizieHomePage .notiziaSenzaFoto A:hover { 
	text-decoration: underline;
}


#boxNotizieHomePage .notiziaSenzaFoto2 A { 
	text-decoration: none;
	color: #AE2C00;
}

#boxNotizieHomePage .notiziaSenzaFoto2 A:hover{ 
	background-color: #F7F7F7;
	text-decoration: underline;
	color: black;
}


/*********************************************************************/
/****  CONFIGURAZIONE SEPARATORI *************************************/
/* *******************************************************************/

#boxNotizieHomePage .separatore1 {
	position: relative;
	float: left;
	clear: left;
	height: 10px;
	background-color: Aqua;
}

#boxNotizieHomePage .separatore2 {
	position: relative;
	float: left;
	clear: left;
	height: 10px;
	background-color: red;
}

#boxNotizieHomePage .separatore3 {
	position: relative;
	float: left;
	clear: left;
	height: 10px;
	background-color: Fuchsia;
}

/*********************************************************************/
/****  CONFIGURAZIONE IMMAGINI ***************************************/
/* *******************************************************************/

.notiziaConFoto img{
	border: 1px solid black;
	float: left;	
	margin-left: 3px;
	margin-right: 10px;
	width: 140px;
}

.notiziaSenzaFoto2 img{
	border-left: 10px dashed #003A84;
	border-bottom: 10px dashed #003A84;
	float: right;	
	margin-left: 5px;
	width: 60px;
}

.introduzione img{
	float: left;
}

#boxNotizieHomePage .notiziaConFoto img {
	border: 1px solid black;
	margin-left: 3px;
	margin-right: 10px;
	float: right;
	width: 110px !important;
	height: auto !important;
}

/*********************************************************************/
/****  CONFIGURAZIONE SFONDI *****************************************/
/* *******************************************************************/

#boxNotizieHomePage .sfondoArchivioNotizie{
	position: relative;
	width: 95%;
	clear: left;
	height: 20px;
	padding-top: 4px;
	padding-left: 4px;
	background-color: #D1E78F;
}

#boxNotizieHomePage .sfondo1 {
	position: relative;
	clear: left;
	color: #003A84;
	border-bottom: 2px solid #003A84; 
	font-weight: bold;
	font-size: 125%;
	width: 96%;
	height: 20px;
	padding: 5px;
}

#boxNotizieHomePage .sfondo2 {
	position: relative;
	clear: left;
	color: #003A84;
	border-top:    10px solid #FFFFFF;
	border-bottom: 2px solid #003A84; 
	font-weight: bold;
	font-size: 125%;
	width: 96%;
	padding: 5px;
}

#boxNotizieHomePage .sfondo3 {
	position: relative;
	clear: left;
	border-top:    10px solid #FFFFFF;
	border-bottom: 2px solid #8B9EA5;
   background-color: #D1E78F;
	font-weight: bold;
	font-size: 105%;
	width: 96%;
	padding: 5px;
}

#boxNotizieHomePage .sfondo4{ 
	position: relative;
	float: left;
  	width: 98%;
	margin-bottom:8px;
	margin-left:5px; 
	margin-right:5px; 
   padding-top:5px;
	padding-bottom:5px;
   background-color: #FFFFFF;
   left:0px;
   color:#000000;
} 



/*********************************************************************/
/*****                                        ************************/
/*****            ARCHIVIO NOTIZIE            ************************/
/*****                                        ************************/
/*********************************************************************/

#boxNotizieArchivio{
position:relative;
	clear: left;
	float: left;
	margin-top: 5px;
		left: 1px;
	width: 98%;
}

#boxNotizieArchivio .notiziaConFoto { 
	position: relative;
	width: 100%;
	font-size: 95%;
	float: left;
	margin-bottom:2px;
	margin-right:0px; 
   padding-top:5px;
	padding-bottom:5px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 2px dotted #003A84;
   left:0px;
   color:#000000;
}

#boxNotizieArchivio .notiziaSenzaFoto { 
	position: relative;
	width: 100%;
	font-size: 95%;
	font-weight: bold;
 	float: left;
	margin-bottom:2px;
	margin-right:0px; 
   padding-top:5px;
	padding-bottom:5px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 2px dotted #003A84;
   left:0px;
   color:#000000;
}

#boxNotizieArchivio .sfondo2 { 
	position: relative;
	width: 98%;
	font-size: 100%;
	font-weight: bold;
 	float: left;
	padding-left: 4px;
	margin-bottom:2px;
	margin-top:20px; 
	border-bottom: 2px dotted #003A84;
   left:0px;
   color:#000000;
}

/*********************************************************************/
/****   CONFIGURAZIONE TESTI *****************************************/
/*********************************************************************/

#boxNotizieArchivio .notiziaConFoto H1 { 
   color: #000000;
	font-weight: bold;
	margin-top: 5px;
	padding:0px;
	font-size: 80%;
	padding-bottom:2px;
	text-decoration: none;
	margin:0px !important;
	float: left;

}
 
#boxNotizieArchivio .notiziaConFoto H2 { 
	color: black;
	float: left;
 	width: 70%;
	font-size: 75%;
	font-weight: normal;	
	margin-top: 2px;
	margin-bottom: 2px;
} 

#boxNotizieArchivio .notiziaConFoto H3 { 
   color: #000000;
	float: left;
	font-weight: normal;
	font-size: 80%;
	padding:0px;
	width: 75%;
	padding-bottom:2px;
	text-decoration: none;
	padding:0px !important;
}

#boxNotizieArchivio img { 
 	clear: both;
	float: left;
	width: 20%;
}


#boxNotizieArchivio .notiziaSenzaFoto H1 { 
   color: #000000;
	font-weight: bold;
	margin-top: 5px;
	padding:0px;
	font-size: 80%;
	padding-bottom:2px;
	text-decoration: none;
	margin:0px !important;

}

#boxNotizieArchivio .notiziaSenzaFoto H2 { 
	color: black;
	float: left;
 	font-size: 75%;
	font-weight: normal;	
	margin:0px !important;

} 

#boxNotizieArchivio .notiziaSenzaFoto H3 { 
   color: #000000;
	clear: left;
	font-weight: normal;
	margin-top: 5px;
	padding:0px;
	font-size: 90%;
	padding-bottom:2px;
	text-decoration: none;
	margin:0px !important;

}

/*********************************************************************/
/****   CONFIGURAZIONE LINK ******************************************/
/*********************************************************************/

#boxNotizieArchivio .notiziaConFoto A { 
	text-decoration: none;
}

#boxNotizieArchivio .notiziaConFoto A:hover{ 
	background-color: #F7F7F7;
	text-decoration: underline;
	color: black;
}

#boxNotizieArchivio .notiziaSenzaFoto A { 
	text-decoration: none;
}

#boxNotizieArchivio .notiziaSenzaFoto A:hover { 
	background-color: #F7F7F7;
	text-decoration: underline;
 	color: black;
   margin:0px;
   padding:0px;
}

/*********************************************************************/
/****  DETTAGLIO DELLA NOTIZIA ***************************************/
/* *******************************************************************/

#boxNotizieDettaglio{
	clear: left;
	float: left;
 	font-size: 95%;
	border-left: 1px solid white;
	width: 98%;
	font-size: 80%;
	overflow: hidden !important;
}

#boxNotizieDettaglio H3 {
	margin: 0.5em 5px;
	font-weight: bold;
	font-size: 125%;
	border-bottom: 1px dotted #003A84;
}

#boxNotizieDettaglio H4 {
	margin: 0.5em 5px;
	font-weight: normal;
	font-size: 100%;
	text-align: justify;
}

#boxNotizieDettaglio H5 {
	margin-top: 30px;
	margin-bottom: 5px; 
	font-weight: bold;
 	font-size: 100%;
	border-top: 1px dotted #003A84;
}

#boxNotizieDettaglio H6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: justify;
	font-weight: normal;

}
	
#boxNotizieDettaglio .sfondo2 {
	position: relative;
	clear: left;
   background-color: #F9E100;
	border-top:    10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	font-weight: bold;
	width: 98%;
	padding: 5px;
}

#boxNotizieDettaglio IMG {
	float: left; 
	border-top:    10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	width: auto;
	max-width: 99%;
}



#boxNotizieDettaglio .informazioniCorrelate{
	clear: both;
	margin-top: 18px;
	border-bottom: 1px dotted black;
	padding-bottom: 15px;
	margin-bottom: 30px;	
}		

/******* INTESTAZIONE HOME PAGE *************/
/*****************************************/


#boxNotizieHomePage  .RigaintestazioneNotizia1HomePage
{
position: relative;
width: 98%;
background-color: #fff;
/*border: 1px solid #E7EAEC;*/
height:100%;
 min-height:140px;
margin-top:3px;
margin-bottom:5px;
}

#boxNotizieHomePage .RigaintestazioneNotizia1HomePage .testo h1
{
 position: relative;
 font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size:90%;
   font-weight:bold;
   color:#000;
   margin:0px;
   padding:0px;
   padding-bottom:3px;
  border-bottom: 2px solid #EBEBEB;
   margin-bottom:8px;
	
}
#boxNotizieHomePage .RigaintestazioneNotizia1HomePage h1 A
{
   font-size:90%;
   text-decoration:none !important;
   color:#000 !important;
	
}
#boxNotizieHomePage .RigaintestazioneNotizia1HomePage  A:hover
{
    text-decoration:underline !important;
 	
}

 
#boxNotizieHomePage .RigaintestazioneNotizia1HomePage .testo h2
{
position: relative;
 float:left;
  font-size:80%;
  font-weight:normal;
  text-align:justify;
   height:auto;
   background-color: #F7F7F7;
  padding:5px;
}

#boxNotizieHomePage .RigaintestazioneNotizia1HomePage .testo
{
position: relative;
 float:left;
 /*  width:65%;*/
 padding-left:1%;
 height:auto;
width:83%;
padding-top:2px;
}
#boxNotizieHomePage .RigaintestazioneNotizia1HomePage img
{
position: relative;
 float:left;
  /*width: 110px;  al 21 01 09 */  
  /* width: 120px; */
width:14% !important;
 /* border: 1px solid #CC6600;*/
  margin-left:3px;
  
}

