html,body{margin: 0;padding:0}

body{
	background-color: #006b6e;
	background-image: url(img/bg_all.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	.home {
	padding:8px 3px 0px 30px; 
	background-color: #B01F24; 
	background-image:url(img/indice.gif); 
	background-repeat:no-repeat; 
	height:20px; 
	width:50px;color: #fff; 
	font-weight:bold;
	float:left;
	color:#FFFFFF;
	cursor:hand;}
	
	.esci {
	margin-left:88px;
	padding:8px 3px 0px 35px; 
	background-color: #B01F24; 
	background-image:url(img/esci.gif); 
	background-repeat:no-repeat; 
	height:20px; 
	width:35px;
	color: #fff; 
	font-weight:bold;
	color:#FFFFFF;
	cursor:hand;}		
	
	.chiudi { text-align:right;}	
	/***********************************************/
	/* BOX  UP*/
	/***********************************************/
		div#container{
	 margin-left: 40px;
    }

	div#content{
	 padding-top: 30px;
    }

	div#submit{

	padding-top: 55px;
	padding-bottom: 5px;
    } 
	
#center{
	background-color: White; 
	border: 8px solid #d38c23;
	padding: 10px;
	width: 700px;
	margin: 10px 0px 0px 0px;
	text-align:center;
	}
	#center table{
 margin:0 auto;
	}


#text{
	text-align: left;
	}	
	/*#dx{
		position: absolute;
		margin: 40px 0px 0px 0px;	
	}*/
	hr{
	margin:0px;
	padding:0px;
	}
	#legenda{ 
	width: 640px; 
	margin:3px 5px 5px 5px;  
	text-align: left;
	
	}
	#legenda img,a{
		border: 0px;
		text-decoration: none;
	}
	#legenda div{
	padding-right:400px;
	float:left;
	cursor: hand;
	}
	#graf{
	display: block;
	width: 540px;
	padding-left: 40px;
	}
	#graf br{
	line-height:40px;
	}
	#legenda img{
	margin-top:5px;
	}
	
	/***********************************************/
	/* testo */
	/***********************************************/
	#center h1{
		font-size: 16px; 
		font-weight: bold;
		color: #d36d22;
		}
		
	#center h2{
		font-size: 14px;
		font-weight: bold;
		color: #128485;
		}
		
	#center h2,a{
	text-decoration:none;
		}
		
	#center h3{
		font-size: 12px; 
		font-weight: bold;
		color: #000;
		margin-bottom: 0px;
		margin-top: 3px;
		display:block;
		}
		#center br{margin:0px;}
	/***********************************************/
	/* form  */
	/***********************************************/
	form{margin:0px; padding: 0px;
		}

.fieldset-color{
	border: 2px solid #e7a85a; 
	padding:1px; 
	margin-right:5px; 
	padding-top:3px; 
	height: 75px;
	}
	
	.fieldset-color2{
	border: 2px solid #fff; 
	padding:3px; 
	margin:5px; 
	display:block;
	width:100px;
	}
		
.form-menu select,label{color: #fff;}
.form-menu legend{color: #c7fbfc; font-weight: bold; }
.form-menu select{
	background-color: #B3412D;
}

.opt1{
	background-color: #8b3222;
	font-weight:bold;
	font-style:italic;
}
/***********************************************/
	/* tabelle  */
	/***********************************************/
	table {
	align:center;
	border: none;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	margin: 0px auto;
	}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
	}

table caption {
	background-color: transparent;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
	}

table, td, th {
	margin: 0;
	padding: 0;
	}

tbody td, tbody th {
	background-color: #128485;
	border-bottom: 2px solid #116768;
	border-top: 2px solid #fff;
	padding: 2px;
	
	}

tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
	}

tbody tr:hover td, tbody tr:hover th {
	background-color: #BAE899;
	}

td, th {
	vertical-align: middle;
	}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
	}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
	}	