/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****            NOTIZIE HOME PAGE           ************************/
/*****                                        ************************/
/*********************************************************************/


#boxNotizieHomePage {
	position: relative; 
	clear: both;
	text-align: right;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#boxNotizieHomePage .colonnaDx {
	float: right;
	width: 590px;
	padding-right: 40px;
	padding-bottom: 10px;
	margin-bottom: 2em;
	text-align: left;
	height: auto;
	border-top: 1px dotted #7B979B;
	border-bottom: 1px dotted #7B979B;
	
}

#boxNotizieHomePage .colonnaDx .notizia {
	clear: both;
	padding-top: 8px;
}

#boxNotizieHomePage .colonnaDx IMG {
	float: right;
	width: 90px;
	border: 4px solid #DDE5E7;
	margin-bottom: 10px;
	margin-right: 5px;
}

#boxNotizieHomePage .colonnaDx h3 {
	float: left;
	background: url('/immagini/grafica/sfondoTitoloNotizia.jpg') top left no-repeat;
	width: 400px;
	font-weight: bold;
	padding-left: 10px;
	color: #AD0032;
	font-style: italic;
	font-size: 75%;
}

#boxNotizieHomePage .colonnaDx h3 a:link, #boxNotizieHomePage .colonnaDx h3 a:visited, #boxNotizieHomePage .colonnaDx h3 a:active {
	display: block;
	color: #AD0032;
	font-style: italic;
}

#boxNotizieHomePage .colonnaDx h3 a:hover {
	color: #0D577E;
}

#boxNotizieHomePage .colonnaDx h5 {
	display: block;
	width: 390px;
	text-align: justify;
	font-weight: normal;
	padding-left: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 75%;
}

#boxNotizieHomePage .colonnaDx h5 a:link, #boxNotizieHomePage .colonnaDx a:visited, #boxNotizieHomePage .colonnaDx h5 a:active {
	color: #AD0032;
}

#boxNotizieHomePage .colonnaDx h5 a:hover  {
	color: #0D577E;
}

#boxNotizieHomePage .colonnaDx p {
	display: block;
	width: 400px;
	font-weight: normal;
	font-size: 75%;
	padding-left: 3px;
}

#boxNotizieHomePage .separatoreCampoNotizia {
	clear: both;
	text-align: right;
	width: 100%;
	height: 3px;
	background: url('/immagini/grafica/separatoreNotizie.gif') bottom right no-repeat;
}



/*********************************************************************/
/****  CONFIGURAZIONE IMMAGINI ***************************************/
/* *******************************************************************/

.notiziaConFoto img{
	padding:5px;
	border:1px solid #900;
	width: 140px;
	float:left;
	margin-right:15px;
}

.notiziaSenzaFoto2 img{
	padding:5px;
	border:1px solid #900;
	width: 60px;
	float:left;
	margin-right:15px;
}

.introduzione img{
	float: left;
}

/*********************************************************************/
/*****                                        ************************/
/*****            ARCHIVIO NOTIZIE            ************************/
/*****                                        ************************/
/*********************************************************************/

#boxNotizieArchivio{
	clear: left;
	float: left;
	width: 100%;
}

#boxNotizieArchivio .notiziaConFoto { 
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom:1px solid #900;
	font-size:11px;
	float:left;
	width:100%;
}

#boxNotizieArchivio .notiziaSenzaFoto { 
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom:1px solid #900;
	font-size:11px;
	float:left;
	width:100%;
}


/*********************************************************************/
/****   CONFIGURAZIONE TESTI *****************************************/
/*********************************************************************/

#boxNotizieArchivio .notiziaConFoto H1 { 
	font-size: 12px;
}
 
#boxNotizieArchivio .notiziaConFoto H2 { 
	color: black;
	float: left;
	width: 75%;
	font-size: 90%;
	font-weight: normal;	
	margin-top: 10px;
	margin-bottom: 15px;
} 

#boxNotizieArchivio .notiziaConFoto H3 { 
   color: #000000;
	float: left;
	font-weight: normal;
	margin-top: 5px;
	padding:0px;
	width: 75%;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}

#boxNotizieArchivio .notiziaSenzaFoto H1 { 
	font-size: 12px;
}

#boxNotizieArchivio .notiziaSenzaFoto H2 { 
	color: black;
	float: left;
	font-size: 90%;
	font-weight: normal;	
	margin-top: 2px;
	margin-bottom: 4px;
} 

#boxNotizieArchivio .notiziaSenzaFoto H3 { 
   color: #000000;
	clear: left;
	font-weight: normal;
	margin-top: 5px;
	padding:0px;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}

/*********************************************************************/
/****   CONFIGURAZIONE LINK ******************************************/
/*********************************************************************/

#boxNotizieArchivio .notiziaConFoto A { 
	text-decoration: underline;
}

#boxNotizieArchivio .notiziaConFoto A:hover{ 
	text-decoration: underline;
	color: black;
}

#boxNotizieArchivio .notiziaSenzaFoto A { 
	text-decoration: underline;
}

#boxNotizieArchivio .notiziaSenzaFoto A:hover { 
	color: black;
	text-decoration: underline;
}

/*********************************************************************/
/****  DETTAGLIO DELLA NOTIZIA ***************************************/
/* *******************************************************************/

#boxNotizieDettaglio{
	clear: left;
	float: left;
	width: 100%;
	font-size:11px;
}

#boxNotizieDettaglio H5 {
	margin: 20px 0;
	font-weight: bold;
	color: #CC0000;
	font-size:14px!important;
}

#boxNotizieDettaglio H6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 85%;
	text-align: justify;
}


#boxNotizieDettaglio IMG {
	float: left;
	width: auto; 
	border-top:    10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}



#boxNotizieDettaglio .informazioniCorrelate{
	clear: both;
	margin-top: 18px;
	border-bottom: 1px dotted black;
	padding-bottom: 15px;
	margin-bottom: 30px;	
}		