/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

.corpoPagina{
	position: relative;
	left: 12px;
	top: 3px;
	width: 418px;
}

.lineaEventiDellaVita1{
	position: relative;
	left: 0px;
	top: 3px;
	width: 418px;
	margin-bottom: 2px;
	height: 76px;
	background: url("../../immagini/eventidellavita/fondo_ricerca_01.jpg") no-repeat;
}
.lineaEventiDellaVita2{
	position: relative;
	left: 0px;
	top: 3px;
	width: 418px;
	margin-bottom: 2px;
	height: 76px;
	background: url("../../immagini/eventidellavita/fondo_ricerca_02.jpg") no-repeat;
}
.lineaEventiDellaVita3{
	position: relative;
	left: 0px;
	top: 3px;
	width: 418px;
	margin-bottom: 2px;
	height: 76px;
	background: url("../../immagini/eventidellavita/fondo_ricerca_03.jpg") no-repeat;
}
.lineaEventiDellaVita4{
	position: relative;
	left: 0px;
	top: 3px;
	width: 418px;
	margin-bottom: 2px;
	height: 76px;
	background: url("../../immagini/eventidellavita/fondo_ricerca_04.jpg") no-repeat;
}

.FondoEventiDellaVita {
	background-color: #FFFFFF;
	position: relative;
	left: 12px;
	width: 90%;
	top: 5px;
}

.FondoEventiDellaVitaIntro {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoEventiDellaVitaGrigio {
	background-color: #CCCCCE;
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	height: 37px;
	border-bottom: solid 1px #FFFFFF;
}

.DescRicerca{
	position: relative;
	left: 223px;
	top: 26px;
	width: 190px;
}

.TitoloRicerca{
	position: absolute;
	left: 90px;
	top: 30px;
	width: 129px;
	text-align: right;
	font-weight: bold;
}

.EventiDellaVitaCampo {
	position: absolute;
	left: 95px;
	top:7px;
	width: 323px;
}

.FondoEventiDellaVitaTasto {
	background-color: #DFDFE1;
	position: relative;
	left: 0px;
	width: 418px;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoEventiDellaVitaModulo {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 6px;
	padding-bottom: 5px;
}

.FondoEventiDellaVitaDettaglio {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.EventiDellaVitaPiede {
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	background: #FFFFFF url("../immagini/moduli/FondoTitolo.gif") no-repeat;
	height: 15px;
}

.EventiDellaVitaPiedeDett {
	position: absolute;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.EventiDellaVitaPiedePrec {
	position: absolute;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#999EA1;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: 12px;
	/*background: url("../../immagini/moduli/FondoTitolo.gif") no-repeat;*/
	height: 27px;
	width: 420px;
}

.FondoPagina {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top:25px;
	width: 420px;
	height: 35px;
}

.FondoPaginaIndice {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#999EA1;
	width: 420px;
	text-align: left;
}

.campoSelezione{
	width: 186px;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: absolute;
	left: 25px;
	top: 2px;
	width: 116px;
	color:#999EA1;
}
.FondoPaginaPrecedente a:visited {
	color: #999EA1;
}
.FondoPaginaPrecedente a:active {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:link {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:hover {
	color: Black;
	text-decoration : none;
}

.FondoPaginaSuccessiva {
	position: absolute;
	left: 290px;
	top: 2px;
	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: Black;
	text-decoration : none;
}


