BODY {
	background: #EEEEEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#container {
	/*position: absolute;*/
	/*top: 1%;*/
	/*left: 1%;*/
	/*width: 98%;*/
	/*height: 98%;*/
	/*border: 1px solid black;*/
}

#header {
	background-color: #DFE5F3;
	text-align: center;
	font-size: 70%;
	height: 21px;
	border-bottom: 1px solid black;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

DIV#menu {
	position: fixed;
	width: 150px;
	height: 94%;
	background-color: #65BAD3;
	border-right-color: black;
	font-weight: lighter;
	font-size: 14px;
	line-height: 15px;
	top: 21px;
}

DIV#content {
	/*width: 82%;*/
	height: 94%;
	background-color: #EEEEEE;
	font-size: 75%;
	margin-left: 150px;
	/*overflow: auto;*/
	margin-top: 22px;
	padding-top: 7px;
	margin-bottom: 22px;
	padding-bottom: 15px;
}

DIV#footer {
	background-color: #DFE5F3;
	text-align: center;
	font-size: small;
	font-weight: bold;
	height: 21px;
	border-top: 1px solid black;
	position: fixed;
	bottom: 0;
	width: 100%;
}

TABLE.tabella {
	width: 96%;
	border: 1px solid #4EAFCB;
	border-spacing: 0px;
	font-family: Tahoma;
	font-size: small;
}

TABLE.tabella TH {
	padding: 5px;
	font-weight: bold;
}

TABLE.tabella TD {
	padding: 5px;
}

DIV#loading {
	position: absolute;
	width: 25%;
	height: 10%;
	background: white;
	left: 45%;
	top: 45%;
	z-index: 1;
	font: larger Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	padding: 10px;
	border: medium solid black;
	visibility: visible;
}
