html 
{
        height:100%; 
        max-height:100%; 
        padding:0;
        margin:0; 
        border:0; 
        background:#fff; 
        font-size:10px; 
        font-family:sans-serif;
        /* hide overflow:hidden from IE5/Mac */ 
        overflow: hidden;
}

body 
{
        height:100%; 
        max-height:100%; 
        overflow:hidden;
        padding:0;
        margin:0; 
        border:0;
}
/*
 *-------------------------------------------------------------------------------------------------
 * 	DIV CONTENT + OBJECT
 *------------------------------------------------------------------------------------------------- 	
 */

#content 
{
        position:absolute; 
        z-index: 3; 
	overflow:auto;
        top:0; 
        bottom:0; 
        left:215px; 
        right:0; 
	height: 100%;
        background:#fff;
        font-size: 15px;
}

#content p 
{
        padding:10px;
}

/*
 *-------------------------------------------------------------------------------------------------
 * 	DIV SX TOP
 *------------------------------------------------------------------------------------------------- 	
 */  
		
#head 
{
        position:absolute; 
        margin:0; 
        top:0; 
        left:0px; 
        width: 215px;;
        display:block; 
        height:50px; 
        font-size:4em; 
        z-index:0; 
        overflow:hidden; 
        color:#000;
}

#menu
{
	position:absolute; 
        margin:0; 
        top:59px; 
        left:0; 
        width: 215px;;
        display:block; 
        height:20px; 
        font-size:1em; 
        z-index:0; 
        overflow:visible; 
        color:#000;
	padding: 0;
}      

/*
 *-------------------------------------------------------------------------------------------------
 * 	DIV SX TOP
 *------------------------------------------------------------------------------------------------- 	
 */

#base, #elenco_punti, #elenco_mappa, #help, #link
{
        position:absolute; 
        left:0px; 
        top:78px; 
        width:215px; 
	bottom: 0px;
        background: #fff;
        color:#000; 
        font-size:1.2em; 
        z-index:0; 
        overflow:auto; 
        background-repeat:no-repeat;
        padding-top: 0;
        padding-left: 13px;
        padding-bottom:0;
	border-top:2px solid #5FB8FA;
	height: auto;
}
#elenco_punti, #elenco_mappa, #help, #link
{
	visibility: hidden;
}

li #elenco_mappa
{
	margin: 0;
	padding: 0;
	margin-left: 20px; 
	padding-left: 20px; 
	font-size: xx-large;
}

li #elenco_punti
{
	margin: 0;
	padding: 0;
	margin-left: 20px; 
	padding-left: 20px; 
}

#aggiornamento
{
	font-size: 0.8em;
	position: absolute; 
	bottom: 1em
}

/*
 *-------------------------------------------------------------------------------------------------
 * 	COMPONENTI GENERICI
 *------------------------------------------------------------------------------------------------- 	
 */

table 
{
	font-size: 15px; 
}

img 
{ 
	border: 0px; 
	padding: 0px; 
	border-spacing: 0px;
}

.treeMenuDefault a:hover 
{ 
	color: white; 
	text-decoration: none;
}

.tooltip 
{
        background-color:#ffffff;
        border:1px red solid;
	width: 100px;
	text-align: center;
}
.bold 
{
        font-size:1.2em; 
        font-weight:bold;
}

.tabellabordata td
{
	border: 2px solid silver;
}

a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: #0194FF; text-decoration: none; }

/*
 *-------------------------------------------------------------------------------------------------
 * 	GOOGLE & ADSENS
 *------------------------------------------------------------------------------------------------- 	
 */

a:link.google { color: #00C; text-decoration: underline; }
a:visited.google { color: #551A8B; text-decoration: underline; }
a:hover.google { color: #9ce; text-decoration: underline; }

font.google {color: #008000;padding:0;margin:0;}

div.google {text-align: right; margin-right:4px; background:#9ce; border:1px solid #00c;}

a:link.adsens { color: black; text-decoration: none; }
a:visited.adsens  { color: black; text-decoration: none; }
a:hover.adsens  { color: #0194FF; text-decoration: none; }

a:link.zoomr { color: red; border-bottom-style: solid; border-bottom-color: red; border-bottom-width: 1px; text-decoration: none; }
a:visited.zoomr  { color: red; border-bottom-style: solid; border-bottom-color: red; border-bottom-width: 1px; text-decoration: none; }
a:hover.zoomr  { color: red; border-bottom-style: solid; border-bottom-color: red; border-bottom-width: 1px; text-decoration: none; }

a:link.zoomg { color: green; border-bottom-style: solid; border-bottom-color: green; border-bottom-width: 1px; text-decoration: none; }
a:visited.zoomg  { color: green; border-bottom-style: solid; border-bottom-color: green; border-bottom-width: 1px; text-decoration: none; }
a:hover.zoomg  { color: green; border-bottom-style: solid; border-bottom-color: green; border-bottom-width: 1px; text-decoration: none; }
