﻿html
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    height: 100%;
}
body
{    
    font-size: 10px; 
    font-family: Tahoma, Arial;
    background-color: #f0f0f0;
    color: #6685a1;
    text-align:center;        
}
a
{
    font-weight:bold;
    color: #6685a1;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;	
}
li
{
    margin-bottom: 7px;
}
div.header
{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:770px;	
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	
}

div.main
{
	width:770px;		
	margin-top:0px;
	padding-top:0px;	
	background-color: #ffffff;	
	position:relative;
	top:-22px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
div.container
{
	padding-top:20px;
	overflow:hidden;

}

div.footer
{		
	position:relative;
	top:-22px;
	width:770px;
	height:27px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-image:url(../../images/footer.jpg);
	text-align:center;
	font-size:8px;
	font-weight:bold;
	padding-top:10px;				
}

.imagelogo
{
	border:0px 0px 0px 0px;
	float:left;
}
.titolo_sezione
{
	border:0px 0px 0px 0px;	
}
table.maintable
{	
	position:relative;
	top:-35px;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;	
	width:460px;
	float:left;
		
}
table.maintable_full
{
	position:relative;
	top:-35px;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;	
	width:100%;
	float:left;

}
td.elemento_grafico
{
	width:18px;
	vertical-align:top;
	margin-top:5px;
	background-image:url(../../images/grafico_sx.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	text-align:left;
	height:32px;
}
td.titolo
{
	width:18px;
	vertical-align:top;	
	text-align:left;
	padding-left:8px;			
}
td.testo
{	
	vertical-align:top;
	padding:0px 0px 0px 0px;
	text-align:left;
	height:32px;
}
td.titolo_principale
{
	text-align:left;
	padding-left:0px;
	padding-top:0px
}
.box
{
	position:relative;
	top:-35px;			
	background-repeat:no-repeat;
	width:269px;
	height:237px;
	float:right;
}
.HoverMenuItem
{
	cursor:text;
}

.MenuItem
{
	cursor:hand;
}
