body {
	font: normal 11px auto Arial,Verdana,Helvetica;
	text-decoration: none;
	left:0;
	top:0;
	background-color:#C0C0C0
}

a:link {
	color: #000000;
}

a:visited {
	color: #000066;
}

h1 {
	margin-top: -5px;
	font-size: 18pt;
	text-align: center;
	color: #000000;
}

h2 {	
	margin-bottom:60px;
	font-size: 18pt;
	text-align: center;
	color: #1966BE;
}

h3 {	
	font-size: 12px;

	text-align: center;
	color: #1966BE;
	margin: 0px 0px 0px 0px;
}

h4 {	
	margin-top: 10px;
	line-height: 10px;
	font-size: 20pt;
	text-align: left;
	color: #1966BE;
}

h5 {	
	margin-top: 80px;
	line-height: 5px;
	font-size: 20pt;
	text-align: left;
	color: #1966BE;
}

.table {
	width: 640px;
	height: 10%;
	border: none;
	top: auto;
	vertical-align: top;
}

.tablelight {
	width: 640px;
	height: 10%;
	border: none;
	top: auto;
	vertical-align: top;
}

.tablepage {
	border: 1px solid black;
	margin-top: 1px;
}

th {
	font-size: 12px;
}

td {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}

div.leftmenu
{
	margin-top: 45px;
	float: left;
	width: 10px;
	padding: 1em;
	z-index:5
}

div.left
{
	margin-top: 45px;
	float: left;
	width: auto;
	padding: 1em;
	z-index:5
}

div.content
{
	margin-left: 255px;
	padding: 1em;
}

div {
	width: 700px;
	font-family: Arial, "Comic Sans MS", Verdana;
	padding: 0.5em;
	margin: 1px;
}

.img {
	width: 12px;
	height: 12px;
	border: none;
}

/* inizio */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
	width: 220px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

/* fine */

a.button:hover {

    color: #0000FF;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

div.floating-menu {
width:28%;
height:100%;
float:left;
position:fixed;
overflow:auto;
z-index:5
}

div.floating-menu a, div.floating-menu h3 {
	display:block;
	margin:0 0.5em;
}



