<!--
/*******************************************
STILE BOX CONTENUTI
********************************************/
.Contenuto1 {
	margin:0 5px 5px 10px; 
	float: left;
	width:320px;
}
.Contenuto2 { 
	margin:0 5px 5px 5px; 
	float:left;
	width:260px;
}
.Contenuto3 { 
	margin:0 5px 5px 5px; 
	float:left;
	width:200px; 
}
/***************************************/
/********  CLASSI PER BOX GRAFICI ******/
/***************************************/

/**** DEFINE CLASSE ****/
#CORPO{
	width:100%;
	background-color:#eee;
	margin:0;
	padding:0;
}
#CORPOCNT{
	width:100%;
}

#SPALLA,#TESTA,#MENU, #CODA{ display:none; }

#PANCIA{
	width:100%;
	background-color:#fff;
}
.hover, .Ricerca, .PageBar { display:none; }
.Lista { position:absolute; }
#Content{ margin:0; padding:0; }
HTML {
	height: 100%;
}
BODY {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em; line-height:1.3em;
	margin:0 0 auto;
	padding:0;
	color:#333;
}
a { text-decoration:none; color:#4f8094;}
a:hover { text-decoration:none; color:#000; }
img { border:0;  }

FORM{ margin:0 auto; padding-left:2px; }
FORM label{	font-weight:bold; font-size:1.0em; color:#666666; }
INPUT{padding:2px;border:1px solid #ccc; font-size:1.0em; vertical-align:middle; }
INPUT:hover, SELECT:hover{border-color:#999;}
INPUT:focus{padding:2px; border:1px solid #FDAB3E; background-color:#FFEACE; color:#8A2300;}
SELECT{border:1px solid #ccc; padding:1px; height:18px;font-size:1.0em;vertical-align:middle;}
SELECT:focus{padding:1px;border:1px solid #FDAB3E; background-color:#FFEACE; color:#8A2300;}
INPUT.RadioButton, INPUT.CheckBox{ border:0;}
FIELDSET{margin:0.2em 0px 0.3em; padding:1%; width:97%; float:left; border:1px solid #DADADA;clear:both;}

button, button:hover, a.button, a.button:hover,
a.buttonDisabled, a.buttonDisabled:hover{
	border:0;
	background:none;
	padding:0;
	margin:0 5px;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	min-height:20px;
	height:20px;
	line-height:18px;			
	font-size:1.0em;
	cursor:pointer;
	color:#000;
	}
button span, button em, a.button span, a.button em,
a.buttonDisabled span, a.buttonDisabled em{
	display:block;
	min-height:20px;
	height:20px;
	line-height:18px;			
	}
button span, a.button span, a.buttonDisabled span{
	padding-left:10px;
	background:url('/grafica/img/form/sf_button.gif') no-repeat top left;
	}	
button em, a.button em, a.buttonDisabled em{
	font-style:normal;
	padding-right:10px;
	background:url('/grafica/img/form/sf_button.gif') no-repeat top right;
	}
a.buttonDisabled span{ background:url('/grafica/img/form/sf_buttonDisabled.gif') no-repeat top left; color:#b6b6b6;}
a.buttonDisabled em{ background:url('/grafica/img/form/sf_buttonDisabled.gif') no-repeat top right; color:#b6b6b6;}
button:hover span, a.button:hover span{	background:url('/grafica/img/form/sf_button.gif') no-repeat center left; color:#fff; }	
button:hover em, a.button:hover em{	background:url('/grafica/img/form/sf_button.gif') no-repeat center right; color:#fff; }

a.buttonDisabled:hover span{	background:url('/grafica/img/form/sf_buttonDisabled.gif') no-repeat center left; color:#b6b6b6; }	
a.buttonDisabled:hover em{	background:url('/grafica/img/form/sf_buttonDisabled.gif') no-repeat center right; color:#b6b6b6; }

object{ margin:5px 0 0 0; padding:0;}

.notifica {clear:both;width:98%; border:2px solid #060; background-color:#6F6; line-height:30px;padding:5px;}
--> 
