/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/

.FondoModulistica {
	position: relative;
	top: 0px;
	width: 96%;

}

.FondoModulisticaIntro {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
	background-color: #E1EBF7;
}

.FondoModulisticaGrigio {
	background-color: #E1EBF7;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 37px;
	border-bottom: solid 1px #FFFFFF;
}

.ModulisticaDesc {
	position: relative;
	left: 5px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
	float: left;
}

.ModulisticaCampo {
	position: relative;
	top:7px;
	width: 70%;
	float: right;
}

.FondoModulisticaTasto {
	background-color: #E1EBF7;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	padding-top: 6px;
}

.FondoModulisticaModulo {
	position: relative;
	left: 0px;
	top: 0px;
	border-top: solid 1px #E1EBF7;
	padding-top: 8px;
	padding-bottom: 5px;
}

.FondoModulisticaModuloDett {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoModulisticaDettaglio {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.ModulisticaPiede {
	position: relative;
	left: 0px;
	width: 416px;
	top: 0px;
	height: 15px;
}

.ModulisticaPiedeDett {
	position: relative;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.ModulisticaPiedePrec {
	position: relative;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#000000;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: -9px;
	background: url("../../immagini/moduli/FondoTitolo.gif") no-repeat;
	height: 15px;
	width: 416px;
}

.FondoPagina {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top:25px;
	width: 420px;
	height: 35px;
}

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */


.FondoPaginaInterno_Sx {
	position: relative;
	width: 50%;
	float: left;
}

.FondoPaginaInterno_Dx {
	position: relative;
	width: 50%;
	float: right;
}

.FondoPagina_Sx {
	position: relative;
	width: 66%;
	float: left;
}

.FondoPagina_Dx {
	position: relative;
	width: 33%;
	float: right;
}

.FondoPaginaIndice {
	position: relative;
	left: 0px;
	top: 0px;
	color:#000000;
	text-align: center;
}



.FondoPaginaPrecedente {
	position: relative;
	left: 30px;
	top: 0px;
	color:#000000;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}
.FondoPaginaPrecedente a:active {
   color: #000000; 
}
.FondoPaginaPrecedente a:link {
   color: #000000; 
}
.FondoPaginaPrecedente a:hover {
   color: #000000;
}

.FondoPaginaSuccessiva {
	position: relative;
	right: 30px;
	top: 0px;
	text-align: right;
	color:#000000;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
   color: #000000;
}
