body {
font-family:Times New Roman, serif;
font-size: 10px;
color: #eee;
background-color: #818181;
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: 0;
text-align: center;
}

a:visited, a:link {
color: orange;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #818181;
background-color: orange;
}

home {
color: black
text-align: left;
}


h1, h2, h3 {
color: orange;
text-align: center;
}

input {
border: 1px solid #ddd;
color: black;
background-color: #999;
}

div#container {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

div#header {
text-align: center;
font-weight: bold;
}

div#main {
width: 800px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 1em;
height: 570px;
font-family:verdana,sans;
font-size: 10px;
text-align: left;
position:relative;
}

div#footer {
text-align: center;
font-size: 12px;
padding: 4px 0 2px 0;
}

.ro {
    color: black;
    font-weight: bold;
    vertical-align: text-top;
    text-align: left;
    font-size: 120%;
}

.ro input {
    border: 1px dotted orange;
    color: black;
    background-color: #aaaaaa;
    font-weight: bold;
    font-size: 120%;
}

.rw {
    color: black;
    font-weight: bold;
    vertical-align: text-top;
    text-align: left;
    font-size: 120%;
}

.etichetta {
       color: #333;
       font-size: 76%;
       font-weight: bold;
}

.section {
	 color: orange;
	 font-weight: bold;
	 font-size: 120%;
}

.subsection td {
	 background-color: transparent;
	 padding-top: 20 px;
}

.subsection {
	 color: black;
	 font-weight: normal;
	 text-align: center;
	 vertical-align: text-top;
	 font-size: 180%;
}

.nav a, .nav a:hover, .nav a:visited { 
     text-decoration:none;
     background-color: transparent;
}

.tooltipcontainer {
}

.tooltip {
border: 1px solid #808080;
background-color: orange;
color: black;
display: none;
float: left;
z-index: 2;
margin-left: 30px;
position:absolute;
padding: 2px;
}

.tooltipcontainer a:hover {
background-color:transparent;
}

.dati {
margin-left: auto;
margin-right: auto;
}

#disegno {
bottom:10px;
overflow:auto;
position:absolute;
left:200px
} 

