/* ======================================== Struttura div======================================== */
html,body{
	margin:0;
	padding:0;
	background-color: #08326B ;
	}

div#divContenitore{
	width:950px;
	
	min-height:700px;
	height:auto !important;
	height:700px;
	
	background-color: #FFF;
	}
	
div#divMenu{
	width:199px;
	
	min-height:700px;
	height:auto !important;
	height:700px;
		
	float:left;
	background-color: #EFEFDE;
	border-right: 1px solid #999;
	}

div#divMain{
	width:750px;
	
	min-height:600px;
	height:auto !important;
	height:600px;
		
	float:right;
	background-color: #FFFFFF;
	}

div#divContenuto{
	width:710px;
	margin-top:20px;
	background-color: #FFFFFF;

	}

.clCellaMenu{
	margin:0;
	padding:0;
	
	background-color: #EFEFDE;
	}

.clTextBoxForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #999;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	background-color: #EFEFDE;
	/* text-align: left;*/
}
.clTextBoxFormBlocked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #999;
	color: #999;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	background-color: #EFEFDE;
	/* text-align: left;*/
}
/* ======================================== rappresentazione dati======================================== */
div#divRappresentaRecord{
	width:500px;
	height:500px;
	padding:20px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
/* ================================================================= */
/* ============Rappresentazione del record======================== */
/* ================================================================= */
.clTitoloRecord{
	background-color:#CCC;
	}
.clContenutoRecord{
	background-color:#E9E9E9;
	}
/* ================================================================= */