/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  ****************************/
/* ****************************************************************** */

.paginaNotizie { 
	 padding: 20px;
	background: url("../../immagini/sfondi/sfondo_homepage.gif"); 	
	/*background-color: Aqua;*/
 }

.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: 95%;
}

.TestataNotizia { 
	position: relative;
	font-weight: bold;
	left: 0px;
	width: 100%;
	/*float: left;*/
	top: 0px;
 }
 
.NotiziaTitolo {
	position: relative;
	font-weight: bold;
	left: 0px;
	width: 95%;
	float: left;
	top: 0px;
	padding-left: 5px;
/*	text-indent: 15px;*/
}

.InizioTestata {
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	/*height: 25px;*/
	width: 74%;
	float: left;
	padding-top: 2px;
	background-color: #FFCE00;
}

.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%;
 }

.titoloNewsConLink, A.titoloNewsConLink, A.titoloNewsConLink:visited, A.titoloNewsConLink:hover {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: right;
	color: black;
	font-weight: bold;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	/*height: 15px;*/
	width: 26%;
	float: right;
	text-align: right;
	padding-top: 2px;
	background-color: #FBE599;
}
.FondoTestataData {
	position: relative;
	left: 0px;
	top: 0px;
	padding-right: 5px;
	color:#999EA1;
	text-align: right;
	font-weight: normal;
}

.FondoNews {
	position: relative;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.TestoNewsSenzaFoto {
	position: relative;
	/*
	width: 100%;
	text-align : justify;
	*/
	margin-top: 10px;
}

.clearboth { 
	clear: both;
 }

.TestoNews {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 5px;
	width: 84%;
	text-align : justify;
}

.ImmagineNews{ 
 	position: relative;
	width: 102px;
	text-align: right;
	/*float: right;*/
	left: 0px;
	margin: 0px;
}
 
.TestoNewsDettaglio {
	position: relative;
	left: 0px;
	top: 0px;
	width: 530px;
}

.TestoNewsImmagine {
	background: #CCCCCE;
	position: relative;
	left: 15px;
	top: 15px;
	width: 530px;
	text-align: center;
	padding-top: 36px;
	border-bottom: solid 1px #FFFFFF;
}

.TitoloImmagine {
	position: relative;
	left: 0px;
	top: 5px;
	width: 100%;
	text-align: center;
	height: 36px;
}

.Notizia_Sx { 
	float: left;
	width: 385px;
 }

.Notizia_Dx { 
	float: right;
	width: 117px;
	text-align: right;
 }
 
/*********************************************************************/
/**** 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;
}





