/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO CERTIFICATI  *********************/

.FondoCertificati {
	position: relative;
	top: 5px;
	width: 99%;
}

.FondoCertificatiIntro {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align:justify;
}

.FondoCertificatiGrigio {
	background-color: #E7e7e7;
	position: relative;
	left: 0px;
	top: 0px;
	/* height: 37px;
	border-bottom: solid 1px #F7DB7B;*/
}

.Recordcertificati { 
	position: relative;
	width: 100%;
	padding: 3px;
	margin-bottom: 3px;
	background-color: #E7E7E7;
	
 }
 
 .CertificatiDesc2 { 
 	position: relative;
 	text-align:center;
	width: 5%; 
	float: left;
  }
  
  .CertificatiCampo2 { 
  	position: relative;
	/*width: 80%; */
    width: 95%; 
	float: right;
	/*top: 0px;*/
   }

 .CertificatiDesc3 { 
 	position: relative;
	width: 20%; 
	float: left;
	padding: 0px;
  }
  
  .CertificatiCampo3 { 
  	position: relative;
	width: 75%;
	padding: 0px;
	/*top: 0px;*/
   }
   
 .CertificatiDesc4 { 
 	position: relative;
	padding: 0px;
	float: left;
  }
  
  .CertificatiCampo4 { 
  	position: relative;
	width: 80%;
	padding: 0px;
	float: right;
	text-align: left;
	/*top: 0px;*/
   }
   
.oggettoCertificati, A.oggettoCertificati,  A.oggettoCertificati:link, A.oggettoCertificati:visited, A.oggettoCertificati:hover { 
	font-weight: normal;
 }

.CertificatiDesc {
	position: absolute;
	left: 5px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.CertificatiCampo {
	position: absolute;
	left: 95px;
	top:7px;
	width: 323px;
}

.FondoCertificatiTasto {
	/* background-color: #DFDFE1;*/
	position: relative;
	left: 0px;
	top: 0px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoCertificatiModulo {
	position: relative;
	left: 0px;
	top: 0px;
	/* border-top: solid 1px #F7DB7B;*/
	padding-top: 12px;
	padding-bottom: 5px;
	width: 98%;
}

.FondoCertificatiDettaglio {
	/*background-color: #FFFFFF;*/
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.CertificatiPiede {
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	background:  url("../immagini/Certificati/FondoTitolo.gif") no-repeat;
	height: 15px;
}

.CertificatiPiedeDett {
	position: absolute;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.CertificatiPiedePrec {
	position: absolute;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#CCE6FF;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: -9px;
	background: url("../../immagini/Certificati/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;
}


