/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****            NOTIZIE HOME PAGE           ************************/
/*****                                        ************************/
/*********************************************************************/

#boxNotizieHomePage{
	clear: left;
	float: left;
	margin-top: 15px;
	border-left: 6px solid white;
	width: 98%;
}

#boxNotizieHomePage .introduzione{
	border: 0px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	width: 100%;
	font-weight: normal;
	margin-bottom: 8px;
	font-size: 90%;
}


#boxNotizieHomePage .introduzione H1{
	margin-top: 10px;
	font-size: 100%;
	font-weight: bold;
}

#boxNotizieHomePage .introduzione H2{
	margin-top: 10px;
	font-size: 90%;
	font-weight: bold;
}

#boxNotizieHomePage .notiziaConFoto { 
	position: relative;	
	width: 98%;
	font-size: 90%;
	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-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: 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;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 5px;
	padding:0px;
	font-size: 120%;
	padding-bottom:2px;
	text-decoration: none;
}

#boxNotizieHomePage .notiziaConFoto H1 A { 
   color: #000000;
}
 
#boxNotizieHomePage .notiziaConFoto H2 { 
	display: inline;
	color: black;
	float: left;
	font-family: "Courier New", Courier, monospace; 
	font-size: 100%;
	font-weight: normal;	
	width: 60%;
	margin-top: 18px;
	margin-bottom: 4px;
} 

#boxNotizieHomePage .notiziaSenzaFoto A { 
   color: #000000;
	font-size: 100%;
}

#boxNotizieHomePage .notiziaSenzaFoto H2 { 
	color: black;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: normal;	
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
} 

#boxNotizieHomePage .notiziaSenzaFoto H1 A { 
   color: #000000;
}

#boxNotizieHomePage .notiziaSenzaFoto H2:after { 
	content: " >>     ";	
} 

#boxNotizieHomePage .notiziaSenzaFoto2 H1 { 
   color: black;
	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 .introduzione A { 
	text-decoration: none;
	color:#990000;
	font-weight:bold;
}

#boxNotizieHomePage .notiziaConFoto A { 
	text-decoration: none;
}

#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: 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: 1px solid black;
	float: left;	
	margin-left: 3px;
	margin-right: 10px;
	width: 140px;
}

.notiziaSenzaFoto2 img{
	border-left: 10px dashed #990000;
	border-bottom: 10px dashed #990000;
	float: right;	
	margin-left: 5px;
	width: 60px;
}

.introduzione img{
	float: right;
}

/*********************************************************************/
/****  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;
		font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;

	clear: left;
	color: #990000;
	border-bottom: 2px solid #990000; 
	font-weight: bold;
	font-size: 145%;
	width: 96%;
	height: 20px;
	padding: 5px;
}

#boxNotizieHomePage .sfondo2 {
	position: relative;
	clear: left;
	color: #990000;
	border-top:    10px solid #FFFFFF;
	border-bottom: 2px solid #990000; 
	font-weight: bold;
	font-size: 145%;
	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{
	clear: left;
	float: left;
	margin-top: 30px;
	border-left: 6px solid white;
	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 #990000;
   left:0px;
   color:#000000;
}

#boxNotizieArchivio .notiziaSenzaFoto { 
	position: relative;
	width: 100%;
	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: 2px dotted #990000;
   left:0px;
   color:#000000;
}

#boxNotizieArchivio .sfondo2 { 
	position: relative;
	width: 98%;
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 4px;
	margin-bottom:2px;
	margin-top:20px; 
	border-bottom: 2px dotted #990000;
   left:0px;
   color:#000000;
}

/*********************************************************************/
/****   CONFIGURAZIONE TESTI *****************************************/
/*********************************************************************/

#boxNotizieArchivio .notiziaConFoto H1 { 
   color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 5px;
	padding:0px;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}
 
#boxNotizieArchivio .notiziaConFoto H2 { 
	color: black;
	float: left;
	font-family: "Courier New", Courier, monospace;
	width: 75%;
	font-size: 90%;
	font-weight: normal;	
	margin-top: 10px;
	margin-bottom: 15px;
} 

#boxNotizieArchivio .notiziaConFoto H3 { 
   color: #000000;
	float: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 5px;
	padding:0px;
	width: 75%;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}

#boxNotizieArchivio .notiziaSenzaFoto H1 { 
   color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 5px;
	padding:0px;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}

#boxNotizieArchivio .notiziaSenzaFoto H2 { 
	color: black;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: normal;	
	margin-top: 2px;
	margin-bottom: 4px;
} 

#boxNotizieArchivio .notiziaSenzaFoto H3 { 
   color: #000000;
	clear: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 5px;
	padding:0px;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}

/*********************************************************************/
/****   CONFIGURAZIONE LINK ******************************************/
/*********************************************************************/

#boxNotizieArchivio .notiziaConFoto A { 
	text-decoration: none;
}

#boxNotizieArchivio .notiziaConFoto A:hover{ 
	background-color: #ebebeb;
	text-decoration: underline;
	color: black;
}

#boxNotizieArchivio .notiziaSenzaFoto A { 
	text-decoration: none;
}

#boxNotizieArchivio .notiziaSenzaFoto A:hover { 
	background-color: #FAD99A;
	color: black;
	border: 1px dotted black;
}

/*********************************************************************/
/****  DETTAGLIO DELLA NOTIZIA ***************************************/
/* *******************************************************************/

#boxNotizieDettaglio{
	clear: left;
	float: left;
	margin-top: 15px;
	font-size: 95%;
	border-left: 6px solid white;
	width: 98%;
}

#boxNotizieDettaglio H3 {
	margin: 0.5em 5px;
	font-weight: bold;
	font-size: 125%;
	border-bottom: 1px dotted #990000;
}

#boxNotizieDettaglio H4 {
	margin: 0.5em 5px;
	font-weight: normal;
	font-size: 85%;
	text-align: justify;
}

#boxNotizieDettaglio H5 {
	margin-top: 30px;
	margin-bottom: 5px; 
	font-weight: bold;
	color: #CC0000;
	font-size: 125%;
	border-top: 1px dotted #990000;
}

#boxNotizieDettaglio H6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 85%;
	text-align: justify;
}
	
#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;
	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;	
}		