/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO RICERCA  *********************/
.SpostaPICF {
	position: relative;
	right: 24px;
}

.FondoRicerca {
	background-color: #FFFFFF;
	position: relative;
	left: 5px;
	width: 100%; /*418px;*/
	top: 5px;
}

.FondoRicercaIntro {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoRicercaGrigio {
	background-color: #EEF3F5;
	position: relative;
	left: 0px;
	width: 80% /* 408px;*/
	top: 0px;
	height: 38px;
	padding-top:10px;
	padding-left:10px;
	border-bottom: solid 1px #FFFFFF;
	text-align:center;
}

.RicercaDesc {
	position: relative;
	left: 5px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.RicercaCampo {
	position: relative;
	left: 0px;
	top:7px;
	width: 300px;

}

.FondoRicercaTasto {
	background-color: #EEF3F5;
	position: relative;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoRicercaModulo {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoRicercaDettaglio {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.RicercaPiede {
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	background: #FFFFFF url("../immagini/moduli/FondoTitolo.gif") no-repeat;
	height: 15px;
}

.RicercaPiedeDett {
	position: relative;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.RicercaPiedePrec {
	position: relative;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#999EA1;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: -9px;
	/*background: url("../../immagini/moduli/FondoTitolo.gif") no-repeat;*/
	height: 15px;
	width: 100%; /*420px;*/
}

.FondoPagina {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top:25px;
	width:  100%;/*420px;*/
	height: 35px;
}

.FondoPaginaIndice {
	position: relative;
	left: 0px;
	top: 0px;
	color:#999EA1;
	width: 100%; /*width: 420px;*/
	text-align: center;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: relative;
	left: 25px;
	top: -15px; /*2px*/
	width: 120px;
	color:#999EA1;
	text-align: left;
}
.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: relative;
	left: 290px;
	top: 2px;
	width: 40%;
	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;
}


