/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/**********************************************************************/
/**** CONFIGURAZIONE GENERALE  ****************************************/
/**********************************************************************/

#boxNotizieHomePage{
	border-left: 6px solid white;
	width: auto;
}

#boxNotizieHomePage .notiziaConFoto { 
	position: relative;
	width: 98%;
	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 green;*/
   left:0px;
   color:#000000;
}

#boxNotizieHomePage .notiziaSenzaFoto { 
	position: relative;
	width: 98%;
	font-size: 85%;
	font-weight: bold;
	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: 1px dotted green;*/
   left:0px;
   color:#000000;
}

#boxNotizieHomePage .notiziaSenzaFoto2 { 
	position: relative;
	width: 100%;
	font-size: 95%;
	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 green;
   left:0px;
   color:#000000;
}

#boxNotizieHomePage .dettaglio {
	position: relative;
	text-align: justify;
	width: 98%;
	left: 0px;
	top: 0px;
}

#boxNotizieHomePage .ulterioriDettagli {
	font-weight: bold;
}

/*********************************************************************/
/****   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 H2 { 
	color: black;
	font-weight: normal;
	font-size:  90%;
 	margin-top: 2px;
	margin-bottom: 4px;
} 

#boxNotizieHomePage .notiziaSenzaFoto H2 { 
	color: black;
	float: left;
 
	font-size: 90%;
	font-weight: normal;	
	margin-top: 2px;
	margin-bottom: 4px;
} 

#boxNotizieHomePage .notiziaSenzaFoto H2:after { 
	/* content: " >>     "; */
	
} 

#boxNotizieHomePage .notiziaSenzaFoto2 H1 { 
   color: #CC3300;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	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: none;
	color:Black;
}

#boxNotizieHomePage .notiziaConFoto A:hover{ 
	background-color: #FEF5D6;
	color: black;
	text-decoration: underline;
	/*border: 1px dotted black;*/
}

#boxNotizieHomePage .notiziaSenzaFoto A { 
	text-decoration: none;
	color:Black;
}

#boxNotizieHomePage .notiziaSenzaFoto A:hover { 
		background-color: #FEF5D6;
	color: black;
	text-decoration: underline;
}


#boxNotizieHomePage .notiziaSenzaFoto2 A { 
	text-decoration: none;
	color: #AE2C00;
}

#boxNotizieHomePage .notiziaSenzaFoto2 A:hover{ 
	background-color: yellow;
	color: black;
	border: 1px dotted 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: 3px solid #FEF5D6;
	float: left;	
	margin-right: 5px;
	width: 100px;
}

.notiziaSenzaFoto2 img{
	border-left: 10px dashed green;
	border-bottom: 10px dashed green;
	float: right;	
	margin-left: 5px;
	width: 60px;
}

/*********************************************************************/
/****  CONFIGURAZIONE SFONDI *****************************************/
/* *******************************************************************/

#boxNotizieHomePage .sfondoArchivioNotizie{
	position: relative;
	width: 95%;
	clear: left;
	height: 20px;
	padding-top: 4px;
	padding-left: 4px;
	background-color: #FEF5D6;
}

#boxNotizieHomePage .sfondo1 {
	position: relative;
/*	border-bottom: 10px solid #FFFFFF;
   
	background-image: url("../../immagini/notizie/sfondo1.jpg");*/
	font-weight: bold;
	width: 98%;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom:#FFB351 solid 8px;
	font-size:110%;

}

#boxNotizieHomePage .sfondo1:first-letter {
/*	position: relative;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FEF5D6;

	font-size: 130%;*/
}

#boxNotizieHomePage .sfondo2 
{
	position: relative;
	clear: left;
   font-size: 110%;
	border-top:    10px solid #FFFFFF;
	border-bottom:#FFB351 solid 8px;
	font-weight: bold;
	width: 98%;
	padding-bottom: 5px;
}

#boxNotizieHomePage .sfondo3 {
	position: relative;
	clear: left;
	border-top:    10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
   background-color: #FEF5D6;
	font-weight: bold;
	width: 98%;
	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;
} 




.notiziaConFotoArchivio { 
	position: relative;
	width: 98%;
	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 green;*/
   left:0px;
   color:#000000;
}

.notiziaConFotoArchivio img{
	border: 3px solid #FEF5D6;
	float: left;	
	margin-right: 5px;
	width: 100px;
}

.notiziaConFotoArchivio H1 { 
    color: #000000;
	font-weight: bold;
	margin-top: 5px;
	padding:0px;
	font-size: 100%;
	padding-bottom:2px;
	text-decoration: none;
}

.notiziaSenzaFotoArchivio { 
	position: relative;
	width: 98%;
	font-size: 85%;
	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: 1px dotted green;*/
   left:0px;
   color:#000000;
}


.notiziaSenzaFotoArchivio H1 { 
    color: #000000;
	font-weight: bold;
	margin-top: 5px;
	padding:0px;
	font-size: 100%;
	padding-bottom:2px;
	text-decoration: none;
}




.notiziaConFotoArchivio A:link, .notiziaConFotoArchivio A:visited  { 
	text-decoration: none;
	color:Black;
	font-size: 100%;
}



.notiziaSenzaFotoArchivio A:link, .notiziaSenzaFotoArchivio A:visited 

{ 
	text-decoration: none;
	color:Black;
	font-size: 100%;
}


.notiziaSenzaFotoArchivio A:hover ,.notiziaConFotoArchivio A:hover

{ 
	text-decoration: underline;
	 
}