body {
background-color:#C0C0C0;

}
.bordoInf{
  border-bottom-width:1px;
	border-bottom-color:#AAAAAA;
	border-bottom-style:solid;
}
.bordiPag{
	font: 11px tahoma;
	border: 2px double #CCCCCC;
	padding:8px;
	height:355px;
	margin:0px;
	width:97%;
}
.piePagina{
	font: 11px tahoma;
	color:EEEEEE;
	background-color:#999999;
	padding:8px;
	margin:0px;
	position:absolute;
	bottom:10px;
	width:96%;
	height:50px;
}
.piePaginaProg{
	font: 11px tahoma;
	color:EEEEEE;
	background-color:#999999;
	padding:8px;
	margin:0px;
	width:96%;
	height:50px;
}
.scheda {
	font: 12px tahoma;
	border-right:1px solid #999999;
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-bottom:2px double #C0C0C0;
	padding:5px;
	width:200px;
	font-weight:600;
	margin:0px;
	margin-left:4px;
}
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #c0c0c0;
    font: 12px arial;
    color: #000000;
   
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-right:1px solid #999999;
	border-left:1px solid #EEEEEE;

}
.ddmx .item2 {
    background: #C0C0C0;

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #DDDDDD;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	width:190px;
	border-bottom: 1px solid #b8b4ae;
}
a {
  color:#990000;
text-decoration:underline;
}
a:hover {

text-decoration:none;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */