
html, body {margin:0px; padding:0px; background:#eee; font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px;}
/* The header and footer */
.head {display:block; height:230px; background:#EEEEEE; color:#fff; text-align:left; padding:5px;}
.foot {display:block; height:10px; background:#EEEEEE; color:#fff; text-align:center; padding:5px;font-size:10px;}
/* This bit does all the work */
#container {display:block; background:#EEEEEE; border-left:160px solid #EEEEEE; border-right:0px solid #EEEEEE;}
#inner {
	display:block;
	margin-left:-160px;
	margin-right:0px;
	padding:5px;
}
#left {
	float:left;
	position:absolute;
	width:150px;
	left:5px;
	margin-right:5px
}
#right {
	float:right;
	position:absolute;
	width:120px;
	right:0px;
	top:220px;
	margin-right:10px;
}
#center {
	margin-left:160px;
	margin-right:135px;
	/*position:absolute;*/
	display:block;
	height:1%;
}
.clear {clear:both;}

/* Just to extend each column */
/*#inner a:visited, a {color:#000; text-decoration:none; cursor:default;}*/
#inner a span {display:none;}
#inner a:active, #inner a:focus {color:#006699; text-decoration:none; background:transparent; cursor:default;}
#inner a:active span, #inner a:focus span {display:block;}

/*a:visited, a {text-decoration:underline; cursor:pointer;}
a:hover {text-decoration:none; cursor:pointer;}

em {font-weight:bold;}*/

#tabella {
	border: 1px solid #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#tabella th{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	text-align: left;
}
#tabella td{
	/*font-size: 10px;*/
	color: #006699;
	border: 4px solid #EEEEEE;
	}
#tabella td a{
	text-decoration:none;
}
#tabella .separazione {
	border-bottom-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0px;
}