/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****            NOTIZIE HOME PAGE           ************************/
/*****                                        ************************/
/*********************************************************************/

#boxNotizieHomePage{
	position:relative;
	clear: left;
	float: left;
	margin-top: 5px;
	left: 1px;
	width: 98%;
 
}

#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 { 
	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: none;
	border-bottom: 1px solid #B3B3B3;
	width: 96%;
}

#boxNotizieHomePage .notiziaSenzaFoto { 
	width: 91%;
	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;
}

/*#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: 200px;
	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: 90%;
	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: 95%;
	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: 95%;
	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;
	
	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;
}

#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;
	background: white;
	float: left;	
	margin-left: 3px;
	margin-right: 10px;
	width: 140px;
}

.notiziaSenzaFoto2 img{
	border-left: 10px dashed green;
	border-bottom: 10px dashed green;
	float: right;	
	margin-left: 5px;
	width: 60px;
}

.introduzione img{
	float: left;
}

/*********************************************************************/
/****  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:#990033;
	border-bottom: 2px solid #990033; 
	font-weight: bold;
	font-size: 125%;
	width: 96%;
	height: 20px;
	padding: 5px;
	padding-left: 0px;
}

#boxNotizieHomePage .sfondo2 {
	position: relative;
	clear: left;
	color: #CC0000;
	border-top:    10px solid #FFFFFF;
	border-bottom: 2px solid #CC0000; 
	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{
	clear: left;
	float: left;
	width: 94%;
	margin-left:3%;
}

* html #boxNotizieArchivio{
	margin-left:1.5%;
}

#boxNotizieArchivio .notiziaConFoto { 
	float: left;
	margin-bottom:1em;
	padding-bottom:.5em;
	border-bottom: 1px solid #B3B3B3;
	color:#000000;
	width:100%;
	font-size:80%;
	min-height:100px;
	height:auto!important;
	height:100px;
}

#boxNotizieArchivio .notiziaSenzaFoto { 
	float: left;
	margin-bottom:1em;
	padding-bottom:.5em;
	border-bottom: 1px solid #B3B3B3;
	color:#000000;
	width:100%;
	font-size:80%;
	min-height:90px;
	height:auto!important;
	height:90px;
}

#boxNotizieArchivio .sfondo2 { 
	margin: 1em 0;
	font-weight: bold;
	font-size: 100%;
	border-bottom: 2px solid #990134;
	color:#990134;
	background:#F5F5F5;
}

/*********************************************************************/
/****   CONFIGURAZIONE TESTI *****************************************/
/*********************************************************************/

#boxNotizieArchivio .notiziaConFoto H1 { 
	color: #990033;
	font-weight: bold;
	padding:0px;
	font-size: 110%;
	text-decoration: none;
	margin-bottom:1em;
}
 
#boxNotizieArchivio .notiziaConFoto H2 { 
	font-style:italic;
	font-size:90%;
	margin-bottom:1em;
	font-weight:normal;
} 

#boxNotizieArchivio .notiziaConFoto H3 { 
   color: #000000;
	font-weight: normal;
	margin-top: 5px;
	padding:0px;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
}

#boxNotizieArchivio .notiziaSenzaFoto H1 { 
	color: #990033;
	font-weight: bold;
	padding:0px;
	font-size: 110%;
	text-decoration: none;
	margin-bottom:1em;
}

#boxNotizieArchivio .notiziaSenzaFoto H2 { 
	font-style:italic;
	font-size:90%;
	margin-bottom:1em;
	font-weight:normal;
	float:left;
} 

#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: 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: #ebebeb;
	text-decoration: underline;
	color: black;
}


/*********************************************************************/
/****  DETTAGLIO DELLA NOTIZIA ***************************************/
/* *******************************************************************/

#boxNotizieDettaglio{
	clear: left;
	float: left;
	width: 94%;
	margin-left:3%;
	font-size: 80%;
}

* html #boxNotizieDettaglio{
	margin-left:1.5%;
}

#boxNotizieDettaglio h1 {
	display: block;
	margin-top: 1em;
	margin-bottom: .5em;
	color: #990033;
	font-size: 120%;
	border-bottom: 2px solid #990033;
}

#boxNotizieDettaglio h2 {
	display: block;
	margin-top: .8em;
	margin-bottom: .3em;
	color: #990033;
	font-size: 110%;
	border-bottom: 1px solid #990033;
}

#boxNotizieDettaglio h3 {
	clear: left;
	font-size: 100%;
	font-weight: normal;
}

#boxNotizieDettaglio H4 {
	clear: left;
	font-style:italic;
	font-size:90%;
	margin-bottom:1em;
	font-weight:normal;
}

#boxNotizieDettaglio H6 {
	clear: left;
	font-style:italic;
	font-size:90%;
	margin-bottom:1em;
	font-weight:normal;
}
	
#boxNotizieDettaglio ul {
	clear: left;
	margin-left: 20px;
	margin-bottom: .5em;
}

#boxNotizieDettaglio ol {
	clear: left;
	margin-left: 30px;
}

#boxNotizieDettaglio .sfondo2 {
	clear: left;
	margin: 1em 0;
	font-weight: bold;
	font-size: 80%;
	border-bottom: 2px solid #990134;
	color:#990134;
	background:#fff;
}

#boxNotizieDettaglio IMG {
	clear: left;
	border: 1px solid #990134;
	float: right;
	margin-left: 10px;
	background: white;
	padding:5px;
	width: auto !important;
	max-width: 70%;
	width: 40%;
}

#boxNotizieDettaglio .informazioniCorrelate{
	clear: both;
	margin: 1em 0;
	border-bottom: 2px solid #990134;
	font-size: 100%;
}

#boxNotizieDettaglio .informazioniCorrelate a{
	text-decoration:none;
}
/*
.boxNotizieTesto{
	font-size:80%;
}

.boxNotizieTesto ul{
	margin-left: 50px;
}

.boxNotizieTesto ul li{
	margin-left: 20px;
	list-style-type:square;
}

.back{
	font-size:70%;
	font-weight:bold;
}*/	