/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  ****************************/
/* ****************************************************************** */


.RigaDettaglio {
	position: relative;
	width: 80%;
	top: 0px;
	height: 82px;
	border-top: solid 2px #FFFFFF;
	/*border-bottom: solid 2px #D9E4FB;*/
	padding-left: 90px;
	
	padding-bottom: 3px;
	margin-bottom: 3px;
}


.RigaDettaglio2 {
   position: relative;
 
   	width: 100%;
	top: 0px;
	border-top: solid 8px #FFFFFF;
	/*border-bottom: solid 2px #D9E4FB;*/
	 
	
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.RigaDettaglioSenzaFoto {
	position: relative;
	width: 100%;
	top: 0px;
	border-top: solid 8px #FFFFFF;
	/*border-bottom: solid 2px #D9E4FB;*/
	 
	
	padding-bottom: 4px;
	margin-bottom: 4px;
}


.RigaDettaglioSenzaFoto2 {
	position: relative;
 
	width: 90%;
	top: 0px;
	border-top: solid 8px #FFFFFF;
	/*border-bottom: solid 2px #D9E4FB;*/
		
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.TabFotoData {
	position: absolute;
	width: 80px;
	height: 82px;
	top: 0px;
	left: 0px;
	color:#666666;
}


.TabFotoData2 {
	position: relative;
	top: 0px;
	left: 0px;
	color:#666666;
	font-weight:bold;
	height: 42px;
}
.TabFotoData3 {
	position: relative;
	top: 0px;
	left: 0px;
	color:#666666;
	font-weight:bold;
	 
}
.TabFotoData img{
	border: solid 5px #D9E4FB;
}

.sfondoNotizia1{
	width: 100%;
	background-color:  #D9E4FB;
	padding-bottom: 10px;
}

 
.TitoloDettaglio {
	font-size: 96%;
	border-bottom: solid 4px #FFFFFF;
}


.titoloNotizieSenzaFoto {
	position: relative;
	padding: 0px;
	font-weight: bold;
 	width: 100%;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: url("../../immagini/label/label_titolo.jpg") no-repeat;
 
}



.NotiziaTitoloDett { 
	float:left;
 }
 
 .NotiziaDataDett { 
 	float: right;
  }

.ImmagineNotiziaDestra {
 float: right;
}
  
.ImmagineNotiziaSinistra {
 float: left;
}
  
.ImmagineNotiziaAltoBasso {
	text-align: center;
}

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */
.FondoPaginaIndice {
	position: absolute;
	top: 0px;
	font-size: 90%;
	width: 33%;
	text-align: center;
	left: 30%;
}

.Paginazione { 
	border-bottom: solid 1px #CCCCCC;
	position: relative;
	 
	left: 0px;
	top:25px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: relative;
	width: 33%;
	clear: both;
	margin: 0px;
	padding: 0px;
	/*background-color: #FAF5E7;*/
	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;
	font-size: 100%;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
   color: #000000;
}





