/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  ****************************/
/* ****************************************************************** */

.IntestazioneNotizieConFoto { 
	background-image: url("../../immagini/notizie/label_notizieinprimopiano.gif");
	position: relative;
	width: 100%;
	/* background-repeat: no-repeat; */
	height: 40px;
/*	border-bottom: #5A71B5; */
	border-width: 0px;
	border-bottom-width: 2px;
	/* border-style: solid;*/
	/* background-color: White;*/
 }
 
 .IntestazioneNotizieSenzaFoto { 
	background-image: url("../../immagini/notizie/label_altrenotizieinbreve.gif");
	position: relative;
	width: 100%;
	/* background-repeat: no-repeat;*/
	height: 40px;
	/*border-bottom: #5A71B5; */
	border-width: 0px;
	border-bottom-width: 2px;
	/* border-style: solid;*/
	/* background-color: White;*/
 }

.FondoPagina {
	position: relative;
	left: 0px;
	top:25px;
	height: 35px;
}


.Notizia { 
	display: block;
	position: relative;
 	width: 100%;
}

.TestataNotizia { 
	width: 100%;
	position: relative;
	float: none;
	display: block;
	padding: 1px;
	border-bottom: solid 1px #A9A9A9;
 }
 
.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;
 }

.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;
	clear: both;
	 
 }


.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: 100%;
	text-align: center;
}
.FondoTestataData {
	position: relative;
	left: 0px;
	top: 0px;
	color:#A9A9A9;
	text-align: right;
	width: 100%;
}

.FondoNews {
	position: relative;
	top: 7px;
	width: 100%;
	margin-bottom: 0px;
}

.NotiziaStrillo {
	text-align : justify;
}

.NotiziaStrillo2 {
	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;
}

.sfondoNotizie { 
	/* background-color: #FAEFCF;*/ 
 }

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */
.FondoPaginaIndice {
	top: 0px;
	font-size: 90%;
	width: 33%;
	text-align: center;
	margin-left: 40%;
}

.Paginazione { 
	border-bottom: solid 1px #CCCCCC;
	position: relative;
	left: 0px;
	top:25px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: absolute;
	width: 33%;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #FAF5E7;
	left: 0px;
	top: 0px;
	text-align: center;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
	font-weight: bold;
}/*
.FondoPaginaPrecedente a:active {
	color: #000000;
		font-weight: bold;
}*/
.FondoPaginaPrecedente a:link {
	color: #000000; 
		font-weight: bold;
}
.FondoPaginaPrecedente a:hover {
	color: #000000;
		font-weight: bold;
}

.FondoPaginaSuccessiva {	
	position: absolute;
	top: 0px;
	width: 33%;
	right: 0px;
	text-align : center;
	padding: 0px;
	margin: 0px;
	font-size: 95%;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
		font-weight: bold;
}
.FondoPaginaSuccessiva a:active {
 	color: #000000;
		font-weight: bold;
}
.FondoPaginaSuccessiva a:link {
 	color: #000000;
		font-weight: bold;
}
.FondoPaginaSuccessiva a:hover {
 	color: #000000;
		font-weight: bold;
}






