input.num {
	text-align: right;
	font-family: 'Courier New';
}
input.small {
	width: 150px;
}
input.smallnum {
	width: 60px;
	text-align: right;
	font-family: 'Courier New';
}
input.large {
	width: 300px;
}

table.lista {
	border-collapse: collapse; 
	background-color: #ffffff;
	empty-cells: show;
}

th.col_intesta {
	background-color: #e1f3ff; 
	text-align: center;
	border: 1px solid #999999;
	padding: 2px;
}

td.lista {
	text-align: left;
	border: 1px solid #999999;
	padding: 2px;
}

DIV#container {
	width: 100%;
	height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight - 200 + 'px' : body.clientHeight - 200 + 'px');
	max-height: 500px;
	top: 0px;
	bottom: 25px;
	left: 0px;
	right: 0px;
}
DIV#content {
	border: 1px solid #999999;
	width: 825px;
	height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight - 207 + 'px' : body.clientHeight - 207 + 'px');
	max-height: 493px;
	top: 8px;
	bottom: 0px;
	padding-top: 0px;
	overflow: auto;
}

