/*********************************************************************/
/**** ***********  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: relative;
	left: 0px;
	top: 0px;
	color:#999EA1;
	width: 416px;
	text-align: center;
}

.Notizia { 
	display: block;
	position: relative;
 	width: 100%;
	 
}

.TestataNotizia { 
	width: 100%;
	position: relative;
	float: none;
	display: block;
	padding: 1px;
 }
 
.NotiziaTitolo {
	position: relative;
	font-weight: bold;
	left: 0px;
	width: 100%;
	top: 0px;
	display: block;
	padding-bottom: 2px;
}

.NotiziaTitoloSenzaFoto {
	position: relative;
	font-weight: bold;
	left: 0px;
	width: 100%;
	top: 0px;
}

.InizioTestata {
	position: relative;
	left: 0px;
	top: 0px;
	height: 15px;
}

.ChiusuraNotizia { 
	position: relative;
	width: 100%;
	height: 1px;
 }

.FrecciaTitolo { 
	background: url("../../immagini/notizie/FondoTitolo.gif") no-repeat;
	height: 15px;
	line-height: 7px;
	top: 0px;
	position: relative;
	width: 100%;
 }

.FondoTestata {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 15px;
	width: 23%;
	text-align: right;
}
.FondoTestataData {
	position: relative;
	font-weight: normal;
	left: 0px;
	top: 0px;
	color:#A9A9A9;
}

.FondoNews {
	position: relative;
	top: 7px;
	width: 100%;
	margin-bottom: 0px;
}

.TestoNews {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top:5px;
	margin: 0px;
	width: 78%;
	text-align : justify;
	float: left;
	border-top: solid 1px #9C969C;

}

.TestoNewsSenzaFoto {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 100%;
	text-align : justify;
	float: left;
	border-bottom: 10px solid #ffffff;

}


.ImmagineNews{
	position: relative;
	height: 55px;
	width: 80px;
	float: right;
	left: 0px;
	margin: 0px;
/*	background: #A9A9A9;*/
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
 
.TestoNewsDettaglio {
	position: relative;
	left: 0px;
	top: 0px;
	width: 420px;
}

.TestoNewsImmagine {
	/*background: #CCCCCE;*/
	position: relative;
	left: 15px;
	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;
}

.interlinea_notizie{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: left;
	color: #1869DE;
	font-weight: bold;
	border-bottom: solid 1px #A5C3E7;

}


/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: relative;
	left: 30px;
	top: 0px;
	width: 120px;
	color:#999EA1;
}
.FondoPaginaPrecedente a:visited {
	color: #999EA1;
}
.FondoPaginaPrecedente a:active {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:link {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:hover {
   color: #999EA1;
}

.FondoPaginaSuccessiva {
	position: relative;
	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;
}





