/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/

#boxRegolamenti {
	background-color: #EFF0E8;
	position: relative;
	left: 5px;
	width: 98%;
	top: 5px;
}

.FondoRegolamentiIntro {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoRegolamenti {
	background-color: #DBE0D1;
	position: relative;
	left: 0px;
	width: 98%;
	top: 0px;
	height: 37px;
	border-bottom: solid 1px #EFF0E8;
}

.RegolamentiDesc {
	position: absolute;
	left: 5px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.RegolamentiCampo {
	position: absolute;
	left: 95px;
	top:7px;
	width: 323px;
}

.FondoRegolamentiTasto {
	background-color: #dfe4d6;
	position: relative;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoRegolamentiModulo {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoRegolamentiDettaglio {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.RegolamentiPiede {
	position: relative;
	left: 0px;
	width: 98%;
	top: 0px;
	background: #EFF0E8 url("../immagini/regolamenti/FondoTitolo.gif") no-repeat;
}

.RegolamentiPiedeDett {
	position: absolute;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.RegolamentiPiedePrec {
	position: absolute;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#000000;
}

.FondoTestata {
	position: relative;
	left: 0px;
	float: left;
	clear: left;
	width: 98%;
}

.FondoPagina {
	position: relative;
	float: left;
	clear: left;
	left: 0px;
	top: 20px;
	height: 15px;
	width: 98%;
	background-color: #EFF0E8;
}

.FondoPaginaIndice {
	position: relative;
	float: left;
	width: 33%;
	left: 0px;
	top: 0px;
	color: #000000;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: relative;
	float: left;
	font-weight: normal;
	left: 25px;
	width: 98%;
	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;
}



