/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/

#boxModuli {
	background-color: #EFF0E8;
	position: relative;
	left: 10px;
	width: 98%;
	top: 5px;
}

.FondoModulisticaIntro {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	width: 98%;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoModulistica {
	background-color: #DBE0D1;
	position: relative;
	left: 0px;
	width: 98%;
	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: #DBE0D1;
	position: relative;
	left: 0px;
	width: 98%;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoModulisticaModulo {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	width: 98%;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoModulisticaDettaglio {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 98%;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.ModulisticaPiede {
	clear: both;
	position: relative;
	left: 0px;
	width: 98%;
	top: 0px;
	border-top: 1px solid #006633;
}

.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:#000000;
}

.FondoTestata {
	position: relative;
	float: left;
	left: 0px;
	width: 98%;
}

.FondoPagina {
	position: relative;
	left: 0px;
	top:25px;
	width: 98%;
	height: 35px;
	background-color: #EFF0E8;
}

.FondoPaginaIndice {
	position: relative;
	float: left;
	width: 33%;
	left: 0px;
	top: 0px;
	color:#000000;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: relative;
	float: left;
	font-weight: bold;
	left: 25px;
	width: 116px;
	color:#000000;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}
.FondoPaginaPrecedente a:active {
   color: #000000; 
}
.FondoPaginaPrecedente a:link {
   color: #000000; 
}
.FondoPaginaPrecedente a:hover {
	color: Black;
	text-decoration : none;
}

.FondoPaginaSuccessiva {
	position: relative;
	font-weight: bold;
	left: 40px;
	float: left;
	width: 120px;
	color:#000000;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
	color: Black;
	text-decoration : none;
}



