/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  ****************************/
/* ****************************************************************** */

.FondoPagina {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	top:25px;
	width: 90%;
	height: 25px;
}

.FondoPaginaIndice {
	position: relative;
	left: 0px;
	top: 0px;
	color:#000000 ;
	width: 95%;
	text-align: center;
}

.titoloNotizia {
	position: relative;
	color: #000000;
	font-weight: bold;
	left: 0px;
	top: 7px;
	padding-bottom: 12px;
}

.titoloNotizia a  {
	color: #000000;
	text-decoration: underline;
}

.titoloNotizia a:hover  {
	background-color: #FFFFCC;
}

.separatoreNotizia {
	position: relative;
	left: 5px;
	top: -6px;
	background: url("../../immagini/notizie/FondoTitolo.gif") no-repeat;
	height: 15px;
}
.testataData {
	position: relative;
	top: 0px;
	left: 0px;
	color: #006666;
	width: 300px;
	text-align: left;
	font-size: 98%;
}

#fotoNotizia {
	float:left;
	width: 80px;
	left: 5px;
	top: 5px;	
	margin-bottom: 0px;
}

#testoNotizia {
	position: relative;
	text-align : justify;
	font-size: 99%;
	margin-top: 2px;
}

.TestoNewsDettaglio {
	position: relative;
	left: 0px;
	top: 6px;
	width: 100%;
	text-align: justify;
}

.TestoNewsImmagine {
	background: #dfe4d6 ;
	position: relative;
	left: 0px;
	top: 15px;
	width: 100%;
	text-align: center;
	padding-top: 16px;
	border-bottom: solid 1px #FFFFFF;
}

.TitoloImmagine {
	position: relative;
	left: 0px;
	top: 5px;
	width: 100%;
	text-align: center;
	height: 36px;
}

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: relative;
	left: 30px;
	top: 0px;
	width: 120px;
	color:#000000;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}
.FondoPaginaPrecedente a:active {
   color: #000000; 
}
.FondoPaginaPrecedente a:link {
   color: #000000; 
}
.FondoPaginaPrecedente a:hover {
   color: #000000;
}

.FondoPaginaSuccessiva {
	position: relative;
	left: 300px;
	top: 0px;
	width: 120px;
	text-align: right;
	color:#000000;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
   color: #000000;
}




.NotiziaStrillo {
	text-align : justify;
}

.TestoNews {
	margin: 0px;
	text-align : justify;
	padding-left: 3px;
	padding-right: 3px;
	/*position: absolute;*/
	margin-left: 105px;
}

.ImmagineNews{
	/*position: absolute;*/
	float: left;
	left: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
 
.TestoNewsDettaglio {
	position: relative;
	left: 0px;
	top: 0px;
}

.TestoNewsImmagine {
	/* background: #FAEFCF;*/
	position: relative;
	top: 40px;
	text-align: center;
	padding-top: 36px;
	border-bottom: solid 1px #FFFFFF;
}

.TitoloImmagine {
	position: relative;
	left: 0px;
	top: 5px;
	text-align: center;
	height: 36px;
}

.NotiziaTitolo {
    color:#000000;
	position: relative;
	font-weight: bold;
/*	background-color: #FFFFFF; */
	padding-bottom: 3px;
	padding-top: 3px;
/*	border-top: solid 1px #000000; */
/*	border-bottom: solid 1px #000000; */
	text-indent: 2px;
}

.NotiziaData { 
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
 }


