Body {
	overflow: hidden;
}

Html {
	overflow: hidden;
}

#Header {
	background: #4279DE;
	background-image: url(../images/SfondoHeader.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	height: 90px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	visibility: visible;
	width: 100%;
}
	
#LayerGroup {
	bottom: 0px;
	height: expression(document.documentElement.clientHeight - 90);
	left: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 90px;
	visibility: visible;
	width: 100%;
}

#Menu {
	background-image: url(../images/SfondoMenu.gif);
	background-repeat: repeat-x;
	height: 30px;
	left: 0px;
	position: float;
	text-align: left;
	top: 90px;
	width: 100%;
}

#Contents {
	background-attachment: fixed;
	background-image: url(../images/Sfondo.jpg);
	bottom: 0px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
        height: expression(document.documentElement.clientHeight - 120);
	left: 0px;
	overflow: auto;
	position: absolute;
	right: 0px;
	scrollbar-base-color: #DFE6F6;
	top: 30px;
	visibility: visible;
	width: 100%;
}

// Product Directives
table {
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
}

input {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

select {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a.menuitem {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.menuitem: active {
	color: #ffffff;
}

a.menuitem: hover {
	text-decoration: underline;
	color: #ffffff;
}

a.menuitem: link {
	color: #ffffff;
}

a.menuitem: visited {
	color: #ffffff;
}

a.widget: link {
	color: #000000;
}

a.widget: visited {
	color: #000000;
}

.control {
	background-color: #eeeeee;
}

.control form table {
	border-collapse: collapse;
}

.header {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #6A9FF0;
	text-align: left;
	padding: 0 0 3px 3px;
}

.item th {
	padding: 3px;
	background: #D6DFF7;
	border: 1px solid #ffffff;
}

.item th a {
	text-decoration: none;
}

.item th.item img {
	display: none;
}

.light {
	color: #000000;
}

.light b {
	font-weight: normal;
}

.menu .header {
	color: #ffffff;
}

.menu {
	height: 50px;
	background: #7384BD;
	color: #ffffff;
	border-bottom: 0px solid #6A9FF0;
}

.menu td {
	vertical-align: middle;
}

.selected {
	background-color: #F2F7FD;
}

.text {
	color: black;
	background-color: #ffffff;
}

.text td {
	border-bottom: 1px solid #dddddd;
	padding: 3px;
}