html,body{margin: 0;padding:0}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color:000;
	}
h1{	font-size: 16px;}
h2{	font-size: 14px;}
h3{	font-size: 12px;}
.home {display : none;}	
.esci {display : none;}	
.chiudi {display : none;}	
#center{
	background-color: White; 
	text-align: left;
	margin: 10px 0px 0px 20px;	
	}
	#legenda{ 
	display : none;
	}
	#ricerca{ 
	display : none;
	}
	#legenda img{ display : none;
		}
	
	#popup{
	float: left;
	border-top: 1px solid  #B8B8B8;
	border-right: 2px solid  #737373;
	border-bottom: 2px solid #737373;
	border-left: 1px solid #B8B8B8;
	padding:5px;
	margin:10px;  
	text-align: left;
	}	

	#popup img,a{
		border: 0px;
		text-decoration: none;
	}
	
	/***********************************************/
	/* tabelle  */
	/***********************************************/
	table {
	border: none;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight:bold;
}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #000;
	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: #daf17e;
	border-bottom: 2px solid #000;
	border-top: 2px solid #FFFFFF;
	padding: 2px;
	
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #fff;
	border-bottom: 2px solid #000;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #fff;
}

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;
}