/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/**********************************************************************/
/**** CONFIGURAZIONE GENERALE  ****************************************/
/**********************************************************************/

#boxNotizieHomePage
{
	position: relative;
	top:0px;
	border-top: 10px solid white;
	border-left: 6px solid white;
	width: 98%;
}


#boxNotizieDefault
{
	position: relative;
	top:4px;
	border-left: 6px solid white;
	width: 98%;
	font-size: 75%;
}
.boxNotizieDefaultTesto
{
	position: relative;
	top:4px;
	border-left: 6px solid white;
	width: 98%;
	font-size: 75%;
}


#boxNotizieHomePage .documento { 
	position: relative;
		clear:left;
   float:left;
	width: 99%;
     padding-bottom:10px;
	text-align:justify;
	background:#FFFFFF;
}

#boxNotizieHomePage .documento  img{ 
	position: relative;
    float:left;
    	padding-right:4px;

	 
}

#boxNotizieHomePage .testo { 
	position: relative;
	clear:left;
	border-top: 6px solid white;
	float:left;
	width: 99%;
	height:auto;
	text-align:justify;
     background-color:#F7F7F7;
      border-bottom: 4px solid white;
}

#boxNotizieHomePage .testo  img{ 
	position: relative;
     float:right;

}

 


#boxNotizieHomePage .notiziaConFoto { 
	position: relative;
	width: 98%;
	font-size: 75%;
	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: 75%;
	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 H1 A { 
    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;
	 
} */

#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 {
 

    background: #FEDBA7;
    text-indent:7px;
	font-size: 110%;
	font-weight: bold;
	width: 99%;
   	padding-bottom: 5px;
	padding-top: 5px;
    
	 }



#boxNotizieHomePage .sfondo2 
{
	position: relative;
		background-color: #FEDBA7;
		    text-indent:7px;
	clear: left;
   	font-family: Verdana, Arial,  Geneva, Helvetica, sans-serif;
	font-size: 110%;
	border-top:    10px solid #FFFFFF;
	font-weight: bold;
	width: 99%;
	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;
} 


 /**************************** OLD STILE NOTIZIE *****************************************************/

 /*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  ****************************/
/* ****************************************************************** */

.Notizia { 
	position: relative;
	width: 98%;
	float: left;
	margin-bottom:8px;
	margin-right:5px; 
    padding-top:5px;
	padding-bottom:5px;
	BACKGROUND-COLOR: #E5EFFA;
	border-top: solid 1px #72AAE3;
	border-left: solid 1px #72AAE3;
	border-right: solid 1px #72AAE3;
	border-bottom: solid 1px #72AAE3;
   left:0px;
   color:#000099;

}

.Notizia2 { 
	position: relative;
	width: 98%;
	float: left;
	margin-bottom:8px;
    padding-top:5px;
	padding-bottom:5px;
	BACKGROUND-COLOR: #F7F7F7;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
   left:0px;
   color:#000000;

}

.testataPaginaNotizie2 {
	position: relative;
	float: left;
	padding: 0px;
	font-weight: bold;
	font-size: 92%;
	width: 98%;
	color: white;
	margin-top: 2px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 5px;
	background-color:#505254;
	 
   
}


.Notizia A:link, .Notizia A:visited { 
   color:#000099;

}

.SfondoNotizia{ 
	position: relative;
	float: left;
  	width: 100%;
	margin-bottom:8px;
	margin-left:5px; 
	margin-right:5px; 
    padding-top:5px;
	padding-bottom:5px;
	BACKGROUND-COLOR: #FFFFFF;
    left:0px;
   color:#000000;

}

.SfondoNotizia A:link, .SfondoNotizia A:visited { 
   color:#000000;

}

 


.TestataNotizia { 
	position: relative;
	width: 100%;
	padding: 1px;
	border-bottom: solid 1px #000000;
 }
 

.RigaNotiziaTitolo { 
	position: relative;
	float: left;
   	width: 100%;
	padding-bottom:2px;
 	bottom:4px;
 }
 
.RigaNotiziaPrimoPiano{ 
	position: relative;
	float: left;
   	width: 100%;
	padding:0px;
  	border:0px;
 }
.NotiziaTitolo  {
	position: relative;
	float: left;
	clear: left;
    color: #000099;
	font-weight: bold;
	margin-top: 5px;
	padding:0px;
	width: 99%;
	font-size: 105%;
	padding-bottom:5px;
	border-bottom: solid 1px #B5C2E1; 
	bottom:4px;

}
.NotiziaTitolo2  {
	position: relative;
	float: left;
	clear: left;
    color: #000000;
	font-weight: bold;
	margin-top: 5px;
	padding:0px;
	width: 100%;
	padding-bottom:5px;
	border-bottom: solid 1px #B5C2E1; 
	bottom:4px;

}


.NotiziaData { 
    position: relative;
	float: left;
	clear: left;
	color: black;
	font-size: 90%;
 	width: 90%;
 }

.NotiziaData2 { 
    position: relative;
	float: left;
	clear: left;
	padding-left: 0px;
 	width: 90%;
	border-bottom: 10px solid #FFFFFF;
	color:#666666;
 }

.sfondoRigatitolo{
	position:relative;
	BACKGROUND-COLOR: #F7F2D5;
	color: #000000;
	width: 100%;	 
	 margin:0px;
	 padding:0px;
 }

 
.sfondoNotizie { 
	position: relative;
   width: 100%;
	border-left: 2px solid #CDDCF1; 
 }

.intestazione_riga_notizia {
	position: relative;
	background-color: #A4C7A6;
	padding-top:2px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-weight : bold;
	padding-bottom:2px;
    border-bottom: solid 1px #1F7224;
  
}


.IntestazioneNotizieConFoto { 
	background-image: url("../../immagini/notizie/label_notizieinprimopiano.gif");
	position: relative;
	width: 100%;
	height: 40px;
	border-width: 0px;
	border-bottom-width: 2px;
 }
 
 .IntestazioneNotizieSenzaFoto { 
	background-image: url("../../immagini/notizie/label_altrenotizieinbreve.gif");
	position: relative;
	width: 100%;
	height: 40px;
	border-width: 0px;
	border-bottom-width: 2px;
 }

.FondoPagina {
	position: relative;
	left: 0px;
	margin-top:25px;
}



.quadrogrigio{ 
    position: relative;
	float:left;
	width: 15px;
	top:18px;
 }


.InizioTestata {
	position: relative;
	left: 0px;
	top: 0px;
	height: 15px;
	width: 77%;
	float: left;
}

.ChiusuraNotizia { 
	position: relative;
	width: 100%;
	height: 1px;
 }

 .SeparatoreNotizie{ 
	background: url("../../immagini/notizie/separatore_notizie.gif") no-repeat;
	height: 10px;
	 
 }


.FrecciaTitolo { 
	background: url("../../immagini/notizie/FondoTitolo.gif") no-repeat;
	height: 15px;
	line-height: 7px;
	top: 0px;
	position: relative;
	width: 100%;
 }

.FondoTestata {
	position: relative;
	left: 0px;
	top: 0px;
	height: 15px;
	width: 23%;
	float: right;
	text-align: right;
}
.FondoTestataData {
	position: relative;
	left: 0px;
	top: 0px;
	color:#000000;
	text-align: right;
	width: 100%;
}

.FondoNews {
	position: relative;
	top: 7px;
	width: 95%;
	margin-bottom: 0px;
}

.FondoNews2 {
	position: relative;
	top: 7px;
	width: 100%;
	margin-bottom: 0px;
}

.NotiziaStrillo {
	position: relative;
	float: left;
	clear: left;
	font-size: 99%;
	width: 99%;
	text-align : justify;
	padding-bottom:5px;
}

.NotiziaStrillo2 {
	position: relative;
	float: left;
	clear: left;
	font-size: 100%;
	width: 99%;
	text-align : justify;
	padding-bottom:5px;
}

.NotiziaStrilloHome {
	position: relative;
	top:-18px;
    text-align:justify;
}


.TestoNews {
	width: 80%;
	position: relative;
	float: left;
	margin: 0px;
	text-align : justify;
	padding-left: 3px;
	padding-right: 3px;
}

.ImmagineNews{
	position: relative;
	float: left;
	left: 0px;
	margin-right: 8px;
	text-align: center;
	vertical-align: middle;
	width: 108px;
}

.ImmagineNews2{
	position: relative;
	float: left;
	left: 0px;
	margin-right: 3px;
	text-align: left;
	vertical-align: middle;
	width: 98%;
}
 
.TestoNewsDettaglio {
	position: relative;
	width: 98%;
	left: 0px;
	top: 0px;
}

.TestoNewsImmagine {
	background-color: #E5EFFA;
	position: relative;
	top: 40px;
	text-align: center;
	padding-top: 36px;
	border-bottom: solid 1px #CDDCF1;
}

.TitoloImmagine {
	position: relative;
	left: 0px;
	top: 5px;
	text-align: center;
	height: 36px;
}

 
 .testo_notiziaSX{
	position: relative;
	float:left;
	text-align: left;
	width: 10%;
	padding-left:2px;
	padding-right:1px;
	
}
 

 .testo_notiziaDX{
	position: relative;
    float:right;
	text-align: left;
	width: 40%;
	margin:0px;

}

.testo_notiziaSX_sfondo{
	padding-top:4px;
	width: 100%;
}

 .link_notizia, A.link_notizia, A.link_notizia:visited, A.link_notizia:link 
 {  
	COLOR: #000000;
  	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
  	TEXT-DECORATION: none;
 }
  
  A.link_notizia:hover { 
	COLOR: #000000;
  	 FONT-STYLE: normal;
	FONT-WEIGHT: bold;
  	TEXT-DECORATION: underline;
	 
 }

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */
.FondoPaginaIndice {
	top: 0px;
	font-size: 90%;
	width: 33%;
	text-align: center;
	margin-left: 40%;
}

.Paginazione { 
	position: relative;
	clear: left;
	left: 0px;
	top:25px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: relative;
	width: 33%;
	clear: both;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}*

.FondoPaginaPrecedente a:link {

}
.FondoPaginaPrecedente a:hover {

}

.FondoPaginaSuccessiva {	
	position: absolute;
	top: 0px;
	width: 33%;
	right: 0px;
	text-align : center;
	padding: 0px;
	margin: 0px;
 
	font-size: 90%;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
   color: #000000;
}





