/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/

.FondoModulistica {
	background-color: #FFFFFF;
	position: relative;
	left: 15px;
	width: 548px;
	top: 0px;
}

.FondoModulisticaIntro {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 548px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoModulisticaGrigio {
	background-color: #CCCCCE;
	position: relative;
	left: 0px;
	width: 548px;
	top: 0px;
	height: 37px;
	border-bottom: solid 1px #FFFFFF;
}

.ModulisticaDesc {
	position: absolute;
	left: 5px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.ModulisticaCampo {
	position: absolute;
	left: 95px;
	top:7px;
	width: 323px;
}

.FondoModulisticaTasto {
	background-color: #DFDFE1;
	position: relative;
	left: 0px;
	width: 548px;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoModulisticaModulo {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 548px;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoModulisticaDettaglio {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 548px;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.ModulisticaPiede {
	position: relative;
	left: 0px;
	width: 546px;
	top: 0px;
	background: #FFFFFF url("../immagini/moduli/FondoTitolo.gif") no-repeat;
	height: 15px;
}

.ModulisticaPiedeDett {
	position: absolute;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.ModulisticaPiedePrec {
	position: absolute;
	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: 546px;
}

.FondoPagina {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top:25px;
	width: 550px;
	height: 35px;
}

.FondoPaginaIndice {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#999EA1;
	width: 550px;
	text-align: center;
}

.BoxRicerche {
	FONT-SIZE: 98%;
}

/*********************************************************************/
/**** 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: 350px;
	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;
}


