/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2009 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****            NOTIZIE HOME PAGE           ************************/
/*****                                        ************************/
/*********************************************************************/

#boxNotizieHomePage{
	float: left;
	width: 99%;
	font-size: 100%;
	position:relative;
}

#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 { 
	float: left;
	border-bottom: 1px solid #B3B3B3;
	color:#000000;
	width:100%;
	font-size:90%;
	margin-bottom:1em;
	padding-bottom:.5em;
}

#boxNotizieHomePage .notiziaSenzaFoto { 
	background: url(/immagini/sfondo/bg-notizie-comune.gif) no-repeat 10px 5px;
	position: relative;
	float: left;
	margin-bottom:1em;
	padding-bottom:.5em;
	border-bottom: 1px solid #B3B3B3;
	color:#000000;
	width:95%;
	padding-left:5%;
	font-size:90%;
}

#boxNotizieHomePage .notiziaSenzaFoto .notiziaSenzaFotoTitolo a{ 
	color: #000;
	font-size:95%;
	font-weight:bold;
}

#boxNotizieHomePage .notiziaSenzaFoto .notiziaSenzaFotoTitolo a:hover{ 
	color: #990033;
	text-decoration:underline;
}

#boxNotizieHomePage .notiziaSenzaFoto .notiziaSenzaFotoData{ 
	color: black;
	font-size:85%;
	font-style:italic;
}

#boxNotizieHomePage .notiziaSenzaFoto2 { 
	position: relative;
	float: left;
	margin-bottom:1em;
	padding-bottom:.5em;
	border-bottom: 1px solid #B3B3B3;
	color:#000000;
	width:100%;
	font-size:80%;
}

#boxNotizieHomePage .dettaglio {
	position: relative;
	text-align: justify;
	width: 98%;
	left: 0px;
	top: 0px;
}

#boxNotizieHomePage .ulterioriDettagli {
	font-weight: bold;
}
#boxNotizieHomePage .linkArchivioNotizie{
	width:100%;
	display:block;
	float:left;
}
#boxNotizieHomePage .linkArchivioNotizie A{
	padding: 8px;
	color: #990033;
	font-weight: normal;
	font-size: 80%;
	margin-bottom:1em;
	clear:both;
	display:block;
	float:right;
}

/*********************************************************************/
/****   CONFIGURAZIONE TESTI *****************************************/
/*********************************************************************/

#boxNotizieHomePage .notiziaConFoto H1 { 
	color: #990033;
	font-weight: bold;
	padding:0px;
	font-size: 100%;
	text-decoration: none;
	margin-bottom:3px;
}

#boxNotizieHomePage .notiziaConFoto .notiziaConFotoIntro { 
	font-size: 90%;
	display:block;
}

#boxNotizieHomePage .notiziaConFoto H1 A { 
   color: #990033;
}
 
#boxNotizieHomePage .notiziaConFoto H2 {
	font-size: 85%;
	font-weight:normal;
	font-style:italic;	
	line-height: 1.4em;
	vertical-align: middle;
	padding-bottom: .5em;
	padding-left: 2px;
} 

#boxNotizieHomePage .notiziaConFoto .strillo {
	text-align: justify;
	font-size: 88%;
}

#boxNotizieHomePage .notiziaSenzaFoto A { 
   color: #000000;
	font-size: 100%;
}

#boxNotizieHomePage .notiziaSenzaFoto H2 { 
	color: black;
	float: left;
	font-weight: normal;	
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
} 

#boxNotizieHomePage .notiziaSenzaFoto H1 A { 
   color: #000000;
}

#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: 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 #990134;
	float: left;
	padding:5px;
	margin-right:10px;
	width:80px;
}

.notiziaSenzaFoto2 img{
	float: right;	
	margin-left: 5px;
}

.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 {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 2px solid #990134;
	color:#990134;
	padding-bottom: 1px;
	background:#fff;
}

#boxNotizieHomePage .sfondo2 {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 95%;
	border-bottom: 2px solid #990134;
	color:#990134;
	background:#fff;
}

#boxNotizieHomePage .sfondo3 {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 80%;
	border-bottom: 2px solid #990134;
	color:#990134;
	background:#fff;
}

#boxNotizieHomePage .sfondo4{ 
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 80%;
	border-bottom: 2px solid #990134;
	color:#990134;
	background:#fff;
} 



/*********************************************************************/
/*****                                        ************************/
/*****            ARCHIVIO NOTIZIE            ************************/
/*****                                        ************************/
/*********************************************************************/

#boxNotizieArchivio{
	float: left;
	width: 99%;
	position:relative;
}

#boxNotizieArchivio .notiziaConFoto { 
	float: left;
	margin-bottom:1em;
	padding-bottom:.5em;
	border-bottom: 1px solid #B3B3B3;
	color:#000000;
	width:100%;
	font-size:75%;
}

#boxNotizieArchivio .notiziaSenzaFoto { 
	float: left;
	margin-bottom:1em;
	padding-bottom:.5em;
	border-bottom: 1px solid #B3B3B3;
	color:#000000;
	width:100%;
	font-size:75%;
}

#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;
	margin: 0;
	font-size: 115%;
	text-decoration: none;

}
 
#boxNotizieArchivio .notiziaConFoto H2 { 
	font-style:italic;
	font-size:100%;
	padding-left: 2px;
	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;
	text-align: justify;
}

#boxNotizieArchivio .notiziaSenzaFoto H1 { 
	color: #990033;
	font-weight: bold;
	padding:0px;
	margin: 0;
	font-size: 115%;
	text-decoration: none;
}

#boxNotizieArchivio .notiziaSenzaFoto H2 { 
	font-style:italic;
	font-size:100%;
	padding-left: 2px;
	margin-bottom:1em;
	font-weight:normal;
} 

#boxNotizieArchivio .notiziaSenzaFoto H3 { 
   color: #000000;
	font-weight: normal;
	margin-top: 5px;
	padding:0px;
	font-size: 105%;
	padding-bottom:2px;
	text-decoration: none;
	text-align: justify;
}

/*********************************************************************/
/****   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{
	float: left;
	width: 99%;
}

#boxNotizieDettaglio H6 {
	font-style:italic;
	font-size:75%;
	margin-bottom:.5em;
	font-weight:normal;
}
	
#boxNotizieDettaglio h5 {
	margin: .5em 0;
	font-weight: bold;
	font-size: 100%;
	border-bottom: 2px solid #990134;
	color:#990134;
	background:#fff;
}

#boxNotizieDettaglio .imgDettaglio {
	float: right;
	width: 40%;	
	margin: 0;
	padding: 0;
	margin-right: 10px!important;
	margin-right: 5px;
	text-align: right;
}

#boxNotizieDettaglio .imgDettaglio IMG {
	width: auto!important;
	max-width: 100%!important;
	width: 100px;
	border: 1px solid #990134;
	padding:5px;
	background: white;

}

#boxNotizieDettaglio .informazioniCorrelate{
	clear: both;
	margin: 1em 0;
	border-bottom: 2px solid #990134;
	font-size:80%;
}

#boxNotizieDettaglio .linkulerioriInformazioni {
	font-size: 85%;
	font-weight: bold;
}

#boxNotizieDettaglio .informazioniCorrelate a{
	text-decoration:none;
}

#boxNotizieDettaglio .dettaglio {
	font-size: 75%;
}

#boxNotizieDettaglio .dettaglio H1 {
	margin: .5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 3px double #990134;
	color:#990134;
	background:#fff;
}

#boxNotizieDettaglio .dettaglio H2 {
	margin: .5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 105%;
	border-bottom: 1px solid #990134;
	color:#990134;
	background:#fff;
}

#boxNotizieDettaglio .dettaglio H3 {
	font-size: 100%;
	font-weight: normal;
}

#boxNotizieDettaglio .dettaglio H4 {
	font-size: 90%;
	font-weight: normal;
}

#boxNotizieDettaglio .dettaglio UL {
	margin-left: 30px;
}

#boxNotizieDettaglio .dettaglio OL {
	margin-left: 30px;
}

.linkGoogleMaps {
	clear: both;
	float: left;
	font-size: 75%;
	margin: .8em 0;
}

.linkGoogleMaps TD {
	text-align: justify;
	vertical-align: top;
}

/*
.boxNotizieTesto{
	font-size:80%;
}

.boxNotizieTesto ul{
	margin-left: 50px;
}

.boxNotizieTesto ul li{
	margin-left: 20px;
	list-style-type:square;
}*/

.back{
	clear: both;
	text-align: right;
	padding: 1em 0;
	font-size:80%;
	font-weight:bold;
}	