/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO DELIBERE  *********************/



.FondoCampoDinamicoGrigio {
	background-color: #EAF0E6;
	position: relative;
	left: 0px;
	width: 95%;
	top: 5px;
	height: 45px;
  	text-align: right;
   
	border-top: solid 1px #FFFFFF;

	/*37px*/
}

.CampoDinamicoDesc {
	position: absolute;
	left: 5px;
	width: 148px;
	text-align: right;
	padding-top: 6px;
	top: 6px;
}

.CampoDinamicoCampo {
	position: absolute;
	left: 160px;
	width: 20px;
	text-align: left;
	padding-top: 6px;
	top: 4px;
}

.campoSelezione {
	position: absolute;
	left: 0px;
	width: 148px;
	padding-top: 6px;
	top: 6px;
}

.campoSelezione_elenco {
	width: 230px;
}

.FondoCampoDinamicoGrigioData {
	background-color: #EAF0E6;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 70px; /*60px*/
}

.CampoDinamicoDescData {
	position: absolute;
	left: 5px;
	width: 138px;
	text-align: right;
	top: 6px;
}

.CampoDinamicoDescDal {
	position: absolute;
	left: 144px;
	top: 0px;
	width: 30px;
	text-align: right;
	top: 6px;
}

.CampoDinamicoDescAl {
	position: absolute;
	left: 144px;
	top: 40px;
	width: 30px;
	text-align: right;
}

.CampoDinamicoCampoData {
	position: absolute;
	left: 180px;
	top: -4px;
	width: 140px;
}

.CampoDinamicoDataInput {
	position: relative;
	left: 5px;
	top: 5px;
	width: 136px;
}

.FondoCampoDinamicoTasto {
	background-color: #D2DFCA;
	position: relative;
	left: 0px;
	width: 95%;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.Paginazione { 
	 
	position: relative;
	left: 0px;
	top:50px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: absolute;
	left: 0px;
	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: 270px;
	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;
}



