html, body{
	padding: 0px;
	/*background-image: url("/immagini/imgStruttura/sfondoPagina.gif");*/
	background-color:#F5EBCC;
	}

/* ================================================================= */
div#divContenitore{
	width:770px;
	border: solid 1px #333333;
	}
/* ================================================================= */
div#divTestata{
	min-width:770px;
	width:auto !important;
	width:770px;
	height: 303px;

	}

/* ================================================================= */
div#divCorpo{
	clear: both;
	width: 770px;
	
	background-image: url("/immagini/imgStruttura/sfondoCorpo.jpg");	
	}
/* ================================================================= */
div#divAreaSX{
	float: left;
	width: 200px;
	min-height:500px;
	height:auto !important;
	height:500px;	
	}

.clAreaMenu{
	height: 385px;
	background-image: url("/immagini/imgStruttura/sfondoMenu.jpg");/**/
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 35px;
	border: 0px solid #F00;
	text-align:left;
	}
/* ================================================================= */	
div#divAreaDX{
	float: right;
	width: 570px;
	text-align: left;

	min-height:500px;
	height:auto !important;
	height:500px;	
	}

/* ================================================================= */
		
div#divAreaSub{
	clear: both;
	}
	
	
/* ================================================================= */

.clContenuto{

	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;

}

/* ================================================================= */
/*td della foto*/
.clCellaAnteprimaAlbum{
	width: 120px;
	height: 120px;
	
	vertical-align: top;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprimaAlbum.gif");
	}
	
/*div della foto*/	
.clAnteprimaAlbum{
	padding: 20px;
	}
.clCellaAnteprimaFoto{
	width: 120px;
	height: 100px;
	vertical-align: middle;
	border: 0px solid;
	text-align: center;
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprimaFoto.gif");
	}
	
/* ================================================================= */
.clCellaTabella{
	width: 100px;
	height: 30px;
	padding: 2px;
	}

/* ================================================================= */
.clBarraVoto100{
	width: 100px;
	height: 10px;
	border: 1px solid #333;
	background-image:  url("/immagini/imgFeedback/sfondoBarraVoto100.jpg");
	
	}

.clBarraVoto{
	width: 60px;
	height: 10px;
	border: 1px solid #333;
	background-image:  url("/immagini/imgFeedback/sfondoBarraVoto.jpg");

	
	}
.clVotoLaterale{
	float:right;
	text-align:left;
	width: 100%;
	border: 1px solid #F00;
	}
.clIndicatore{
	height: 10px;
	background-color: #489A6F;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.60; 
	opacity: 0.60;
	}
	
.clIndicatoreArancio{
	height: 10px;
	background-color: #CA7848;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.60; 
	opacity: 0.60;
	}
		