/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/
.SpostaSU {
	position: relative;
	top: 0px;
	left: 25px;
	width: 95%;
}

.LinkNero, LinkNero a, LinkNero a:link, LinkNero a:visited, LinkNero a:hover{
	color: #000000;
}

.AllineaSinistra {
	float: left;
}

.AllineaDestra {
	float: right;
	margin-top: 22px;
}

.FondoModulistica {
	background-color: #FFFFFF;
	position: relative;

	width: 100%;
	top: 5px;
}

.FondoModulisticaIntro {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoModulisticaGrigio {
	background-color: #DEDEE0; /*#CCCCCE;*/
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 37px;
	border-bottom: solid 1px #FFFFFF;
}

.ModulisticaDesc {
	position: absolute;
	left: -10px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.ModulisticaCampo {
	position: absolute;
	left: 80px;
	top:7px;
	width: 323px;
}

.FondoModulisticaTasto {
	background-color: #E8E8EA; /*#DFDFE1;*/
	position: relative;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoModulisticaModulo A:link, .FondoModulisticaModulo A:visited { 
/*   color: #3E7824; #000000;
   font-weight: bold;*/
}

.FondoModulisticaModulo {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 95%;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	/*padding-top: 12px;
	padding-bottom: 5px;*/
}

.FondoModulisticaDettaglio {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.ModulisticaPiede {
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	background: #FFFFFF url("../immagini/moduli/FondoTitolo.gif") no-repeat;
	height: 35px;
}

.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;
	left: 0px;
	top: -9px;
	/*background: url("../../immagini/moduli/FondoTitolo.gif") no-repeat;*/
	height: 15px;
	width: 100%;
}

.FondoPagina {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top:25px;
	width: 100%;
	height: 35px;
}

.FondoPaginaIndice {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#000000;
	width: 100%;
	text-align: center;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.Paginazione { 
	border-bottom: solid 1px #CCCCCC;
	position: relative;
	 
	left: 0px;
	top:25px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 116px;
	color:#000000;
}
.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: 270px;
	top: 2px;
	width: 120px;
	text-align: right;
	color:#000000;
}
.FondoPaginaSuccessiva a:visited {
	color: #999EA1;
}
.FondoPaginaSuccessiva a:active {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:link {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:hover {
	color: Black;
	text-decoration : none;
}


