/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/

.FondoBandi {
	position: relative;
	top: 5px;
}

.FondoBandi A:link, .FondoBandi A:visited{
  color: #1A53A9;
	font-weight: bold;
}


.FondoBandi A:hover{
 
    text-decoration:underline;
  	font-weight: bold;
}

.FondoBandiIntro {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}



.FondoBandiGrigio {
	background-color: #EEEEEE;
	position: relative;
	left: 0px;
	top: 0px;
	height: 37px;
	/*border-bottom: solid 1px #F7DB7B;*/
}

.FondoBandiGrigio A:link, .FondoBandiGrigio A:visited{
  color: #000000;
}


.FondoBandiGrigio A:hover{
  text-decoration:underline;

}





.RecordBando { 
	position: relative;
	width: 100%;
	padding: 2px;
	margin-bottom: 2px;
	background-color: #EEEEEE;

 }
 
 .BandiDesc2 { 
 	position: absolute;
	width: 20%; 
  }
  
  .BandiCampo2 { 
  	position: absolute;
	/*width: 80%; */
	left: 120px;
	/*top: 0px;*/
   }

 .BandiDesc3 { 
 	position: relative;
	width: 20%; 
	float: left;
	padding: 0px;
  }
  
  .BandiCampo3 { 
  	position: relative;
	width: 75%;
	padding: 0px;
	/*top: 0px;*/
   }
   
 .BandiDesc4 { 
 	position: relative;
	padding: 0px;
	float: left;
  }
  
  .BandiCampo4 { 
  	position: relative;
	width: 80%;
	padding: 0px;
	float: right;
	text-align: left;
	/*top: 0px;*/
   }
   
.oggettoBandi, A.oggettoBandi,  A.oggettoBandi:link, A.oggettoBandi:visited, A.oggettoBandi:hover { 
	font-weight: normal;
 }

.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: #DFDFE1;*/
	position: relative;
	left: 0px;
	top: 0px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoBandiModulo {
	position: relative;
	left: 0px;
	top: 0px;
	/* border-top: solid 1px #F7DB7B;*/
	padding-top: 12px;
	padding-bottom: 5px;
	width: 98%;
}

.FondoBandiDettaglio {
	/*background-color: #FFFFFF;*/
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.BandiPiede {
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	background:  url("../immagini/bandi/FondoTitolo.gif") no-repeat;
	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:#CCE6FF;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: -9px;
	background: url("../../immagini/bandi/FondoTitolo.gif") no-repeat;
	height: 15px;
	width: 420px;
}


.FondoPaginaInterno_Sx {
	position: relative;
	width: 50%;
	float: left;
}

.FondoPaginaInterno_Dx {
	position: relative;
	width: 50%;
	float: right;
}

.FondoPagina_Sx {
	position: relative;
	width: 66%;
	float: left;
}

.FondoPagina_Dx {
	position: relative;
	width: 33%;
	float: right;
}

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */
.FondoPaginaIndice {
	top: 0px;
	font-size: 90%;
	width: 33%;
	text-align: center;
	margin-left: 40%;
}

.Paginazione { 
	/* border-bottom: solid 1px #3A6BB6;*/
	position: relative;
	left: 0px;
	top:25px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: absolute;
	width: 33%;
	clear: both;
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFFFF;*/
	left: 0px;
	top: 0px;
	text-align: center;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}/*
.FondoPaginaPrecedente a:active {
   color: #000000; 
}*/
.FondoPaginaPrecedente a:link {
   color: #000000; 
}
.FondoPaginaPrecedente a:hover {
   color: #000000;
}

.FondoPaginaSuccessiva {	
	position: absolute;
	top: 0px;
	width: 33%;
	right: 0px;
	text-align : center;
	padding: 0px;
	margin: 0px;
	/*background-color: #FFFFFF;*/
	font-size: 90%;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
   color: #000000;
}

