/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO BANDI  *********************/

.FondoBandiIntro {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoBandi {
	background-color: #DBE0D1;
	position: relative;
	left: 0px;
	width: 96%;
	top: 0px;
	height: auto!important;
	min-height: 37px;
	height: 37px;
	border-bottom: solid 1px;
}

.BandiDesc {
	position: absolute;
	left: 5px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.BandiCampo {
	position: absolute;
	left: 95px;
	top:7px;
	width: 323px;
}

.FondoBandiTasto {
	background-color: #DBE0D1;
	position: relative;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoBandiModulo {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoBandiDettaglio {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	width: 90%;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.BandiPiede {
	clear:both;
	float:left;
	height:25px;
	left:0;
	position:relative;
	top:0;
	width:100%;
/*	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	background-color: #EFF0E8; 
	height: 15px;*/
}

.BandiPiedeDett {
	position: absolute;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.BandiPiedePrec {
	position: absolute;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#000000;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: -9px;
	height: 15px;
	width: 95%;
}

.FondoPagina {
	background-color: #EFF0E8;
	position: relative;
	left: 0px;
	top:25px;
	height: 35px;
}

.FondoPaginaIndice {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#000000;
	width: 95%;
	text-align: center;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: absolute;
	left: 25px;
	top: 2px;
	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: absolute;
	left: 290px;
	top: 2px;
	width: 120px;
	text-align: right;
	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;
}



