/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  ****************************/
/* ****************************************************************** */

.IntestazioneNotizieConFoto { 
	/* background-image: url("../../immagini/notizie/label_notiziecittadino.gif"); */
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	height: 10px;
	/* border-bottom: #5A71B5; */
	border-bottom-width: 2px;
	background-color: White;
 }
 
 .IntestazioneNotizieSenzaFoto { 
	/* background-image: url("../../immagini/notizie/label_suiservizi.gif"); */
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	height: 10px;
	/* border-bottom: #5A71B5; */
	background-color: White;
 }

.FondoPagina {
	position: relative;
	left: 0px;
	top:25px;
	height: 35px;
}


.Notizia { 
	display: block;
	position: relative;
	text-align: justify;
	font-size: 90%;
}


.TestataNotizia { 
	width: 100%;
	position: relative;
	float: none;
	display: block;
	padding: 1px;
	border-bottom: solid 1px #A9A9A9;
 }
 
.NotiziaTitolo {
	position: relative;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	font-size: 110%;
	text-transform: uppercase;
	padding-top: 3px;
	border-top: dotted 1px #000000;
	text-indent: 2px;
}

.notiziaLink{
	position: relative;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	border-bottom: dotted 1px #000000;
	width:100%;
}

.NotiziaData { 
	font-size: 95%;
	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;
 }

.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: 23%;
	float: right;
	text-align: right;
}
.FondoTestataData {
	position: relative;
	left: 0px;
	top: 0px;
	color:#A9A9A9;
	text-align: right;
	width: 100%;
}

.FondoNews {
	position: relative;
	top: 7px;
	width: 100%;
	margin-bottom: 0px;
}

.FondoNews  strong, .FondoNews b  { 
	font-weight: bold;
 }

.NotiziaStrillo {
	text-align : justify;
}

.TestoNews {
	margin: 0px;
	text-align : justify;
	padding-left: 3px;
	padding-right: 3px;
	/*position: absolute;*/
	margin-left: 105px;
	border-bottom: 10px solid #FFFFFF;
}

.ImmagineNews{
	/*position: absolute;*/
	float: left;
	left: 0px;
	margin: 0px;
	text-align: center;
	width: 100px;
}
 
.TestoNewsDettaglio {
	position: relative;
	left: 0px;
	top: 0px;
}



.TestoNewsImmagine {
	background: #f7f7f7;
	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: #FFFFFF;
 }

/*********************************************************************/
/**** 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: #D0E0F4;
	left: 0px;
	top: 0px;
	text-align: center;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}/*
.FondoPaginaPrecedente a:active {
   color: #000000; 
}*/
.FondoPaginaPrecedente a:link {
   color: #000000; 
}
.FondoPaginaPrecedente a:hover {
   color: #000000;
}

.FondoPaginaSuccessiva {	
	position: absolute;
	top: 0px;
	width: 33%;
	right: 0px;
	text-align : center;
	padding: 0px;
	margin: 0px;
	background-color: #D0E0F4;
	font-size: 90%;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
   color: #000000;
}

