body, html{
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
a:LINK, a:VISITED, a:ACTIVE{
color:#693712;
font-weight:bold;
}
a:HOVER{
color:#0A0704;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#232743;
}
.darkBg{
background-color:#006A6B;
color:#ffffff;
padding-left:5px;
}
p, div, span{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
table{
width:100%;
}
td.label{
width:250px;
background-color:#006A6B;
color:#FFFFFF;
text-align:right;
padding-right:5px;
}
th{
background-color:#006A6B;
color:#FFFFFF;
text-align:right;
padding-right:5px;
font-weight:bold;
}
td.field{
background-color:#ffffff;
width:545px;
text-align:left;
padding-left:5px;
}
.inputz{
width:400px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height:14px;
background-color:#CCCCCC;
border:1px solid #006A6B;
}
textarea.inputz{
height:180px;

}
.buttonz{
width:402px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
height:18px;
background-color:#CCCCCC;
border:1px solid #006A6B;
}
.buttonRow{
background-color:#ffffff;
padding-left:5px;
}
#container{
background-color:#F0F0F0;
	text-align: center;
	position: absolute;
	top: 10px;
	width: 787px;
	left: 50%;
	margin-left: -389px;
	height: auto;
	overflow: visible;
	visibility: visible;
	display: block;
}
#banner{
position:absolute;
/*background-image:url(../images/bgblu.jpg);*/
background-color:#FFDA21;
width:779px;
height:103px;
left:0px;
top:0px;
margin-top:0px;
margin-left:0px;
padding:0px 0px;
text-align:left;
border:4px solid #006A6B;
}
.newNews{
background-color:#FFFFFF;
color:#FF0000;
text-align:center;
font-weight:bold;
}

#footer{
background-color:#006A6B;
width:100%;
height:5px;
}
#content{
margin-top:144px;
text-align:left;
padding:5px 10px 10px 10px;
}
.messaggi{
border:1px solid #626789;
}
.text{}

div.tooltip {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
		border-top:2px solid #9AFA33;
		border-left:2px solid #9AFA33;
		border-bottom:2px solid #9AFA33;
		border-right:2px solid #9AFA33;
		padding:2px;
		width:200px;
		height:auto;
		background-color:#FFFFFF;
    }

div.tooltip td    { text-align: left; color: black; } 
