.clearboth {
	clear: both;
}

.HostingPagina { 
	border: 1px;
	border-color: #CDD6BE;
	border-style: solid;
	padding: 5px;
 }
 
 .HostingSceltaMenu { 
 	background-color: #DFE4D6;
	margin-top: 2px;
	padding: 3px;
  }
  
 .HostingImmagineLeft { 
 	float: left;
  }
 
 .HostingRecordRisultati { 
 	margin-top: 2px;
	border: 0px;
	border-bottom: #CDD6BE;
	border-bottom-width: 1px;
	border-style: solid;
	padding: 3px;
  }
  
 .HostingCampoRisultati { 
 	background-color: #f7f7f7;
	margin-top: 1px;
	padding: 2px;
  }
 
 .HostingRecordForm { 
	margin-top: 1em;
  }
  
 .HostingForm { 
	background-color: #F7F7F7;
  }
  
 .HostingArea { 
 	border: #CDD6BE;
	border-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
  }
  
 
 
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */


.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;
}

.FondoPaginaIndice {
	position: relative;
	left: 0px;
	top: 0px;
	color:#000000;
	text-align: center;
}



.FondoPaginaPrecedente {
	position: relative;
	left: 30px;
	top: 0px;
	color:#000000;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}
.FondoPaginaPrecedente a:active {
   color: #000000; 
}
.FondoPaginaPrecedente a:link {
   color: #000000; 
}
.FondoPaginaPrecedente a:hover {
   color: #000000;
}

.FondoPaginaSuccessiva {
	position: relative;
	right: 30px;
	top: 0px;
	text-align: right;
	color:#000000;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
   color: #000000;
}

