/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  ****************************/
/* ****************************************************************** */

.FondoPagina {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top:25px;
	width: 450px;
	height: 35px;
}

.FondoPaginaIndice {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#999EA1;
	width: 416px;
	text-align: center;
}

.NotiziaInizioTestata{ 
	height: 1px;
	background-color: #FFFFFF;
 }
.NotiziaTestata {
	position: relative;
	width: 500px;
	background-color : #FFFFFF;
	height: 14px;
}
.NotiziaFineTestata{ 
	height: 2px;
	background-color: #BFD2E7;
 }
 
.FondoTestata {
	position: relative;
	left: 18px;
	top: -46px;
	background: url("../../immagini/notizie/FondoTitolo.gif") no-repeat;
	height: 15px;
	width: 420px;
	padding:2px;
}
.FondoTestataData {
	position: relative;
	width: 500px;
	text-align: right;
	font-weight: normal;
	top: -10px;
}

.NotiziaTitolo {
	position: relative;
	width: 490px;
	padding: 8px;
	text-align: left;
	font-weight : bold;
}

.NotiziaTitoloArchivio {
	position: relative;
	width: 490px;
	padding: 8px;
	text-align: left;
	font-weight : normal;
}

.NotiziaCorpo {
	position: relative;
	width: 490px;
	padding: 8px;
	background-color: #f7f7f7;
	line-height: 16px;
	border-bottom: 2px dotted navy;
	bottom: 8px;
	text-align: left;
}

.NotiziaSeparatoreHome {
	width: 500px;
	height: 40px;
	background: url("../../immagini/notizie/label_novita.gif") no-repeat;
}

.NotiziaSeparatoreArchivio {
	width: 500px;
	height: 40px;
	background: url("../../immagini/notizie/label_archivio.gif") no-repeat;
}

.padding_sx {
	padding-left: 10px;
}

.NotiziaFoto {
	 position: absolute;
	width: 75px;
	text-align: left;
}

.NotiziaTesto {
	 position: relative;
	left: 90px;
	width: 400px;
	text-align: justify;
}

.FondoNews {
	position: relative;
	left: 15px;
	width: 390px;
	margin-bottom: 0px;
}

.TestoNews {
	position: relative;
	left: 20px;
	width: 360px;
	text-align : justify;
}

.TestoNewsDettaglio {
	position: relative;
	top: 0px;
	width: 490px;
}

.FondoPaginaNotizia {
	position: relative;
	top: 0px;
	width: 490px;
}

.TestoNewsImmagine {
	background: #CCCCCE;
	position: relative;
	left: 60px;
	top: 15px;
	width: 420px;
	text-align: center;
	padding-top: 36px;
	border-bottom: solid 1px #FFFFFF;
}

.TitoloImmagine {
	position: relative;
	left: 0px;
	top: 5px;
	width: 420px;
	text-align: center;
	height: 36px;
}

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.LinkUlterioriInformazioni {
	position: absolute;
	left: 150px;
	top: 20px;
	text-align: center;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color:#000000;	
}
.FondoPaginaPrecedente a:visited {
	color: #999EA1;
}
.FondoPaginaPrecedente a:active {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:link {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:hover {
   color: #999EA1;
}

.FondoPaginaSuccessiva {
	position: absolute;
	left: 300px;
	top: 0px;
	width: 120px;
	text-align: right;
	color:#999EA1;
}
.FondoPaginaSuccessiva a:visited {
	color: #999EA1;
}
.FondoPaginaSuccessiva a:active {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:link {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:hover {
   color: #999EA1;
}

.allineaDestra {
	text-align: right;
}




