html, body, #mainDiv {
    width: 100%; height: 100%;
    border: 0; padding: 0; margin: 0;
 }
body{
	background-color: White;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(/img/fds2009.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
th{
	text-align: center;
	font-weight: bold;
}
A,A:visited,A:link{
	text-decoration: none;
	color: #A90520;
}
A:hover,A:hover:visited{
	text-decoration: none;
	color: red;
}
.menubox{margin-bottom: 10px;}
.formtable{vertical-align: top;}
.formtable td{vertical-align: top;}
.RichTextEditable{border: 1px solid #8BA1BD;}
A.helptip,A.helptip:visited{cursor: help; color: black; font-weight: bold; text-decoration: underline;}
A.helptip:hover,A.helptip:visited:hover{cursor: help; color: black; font-weight: bold; text-decoration: underline;}
div#form{background-image: url(/img/fds2009.jpg);
	background-position: center;
	background-repeat: no-repeat;}
.caption{
	display: block;
	width: 160px;
	float: left;
	font-style: italic;
	font-weight: normal;
}
.etichetta{
	font-weight: bold;
}
.dijitReadOnly
{
        background-color: silver !important;
}