HTML{
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
}

BODY{
	background-color : white;
	margin: 0px;
	border: 0px;
	height: 100%;
	width:100%;
	font-family: 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

A{
	text-decoration: none;
	color: #ff6600;
	font-weight: bold;
}

A:hover{
	color: #02b8df;
}

H3{
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Georgia,'Times New Roman',serif;
	color: #A2C1DC;
}

H4{
	color: #A2C1DC;
	font-size: 14px;
	padding-bottom: 5px;
}

HR{
	color: #EEF3FB;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#DIVprincipale{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	overflow: -moz-scrollbars-vertical;
	left: 0px;
	z-index: 10;
}

#DIVsfondo{
	background-image: url(../img/backline.jpg);
	background-repeat: no-repeat;	
	width: 100%;
	height: 100px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

#controls{
	position: relative;
	z-index: 1;
	overflow: visible;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
}

#primopiano{
	z-index: 99;
	position: relative;
}

#contheaderDIV{
	position: relative;
	top: 0px;
	left: 0px;
	overflow: visible;
	z-index: 10;
	height: 18px;
}

#headerDIV {
	width: 934px;
	height: 44px;
	background-image: url(../img/headertabline.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#navi, #footer, .footer{
	background-color: #b2cdf9;
	text-align: left;
	color: #234682;
}

#navibordo, #footerbordo{
	background-color: #afcce2;
}

.bordo{
	background-image: url(../img/bordolinea.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #78a5f8;
	text-align: left;
}

.bordoDX{
	background-image: url(../img/bordoDX.png);
	background-repeat: repeat-y;
	background-position: right;
}

.pngfix{
	behavior: url(../iepngfix.php);
}

#spallaSX{
	padding-top: 20px;
	width: 189px;
}

#spallaSX UL{
	margin-left: 15px;
}

#spallaDX{
	width: 189px;
	vertical-align: top;
	color: #234682;
}

#spallaDX UL{
	padding-left: 15px;
	color: #dacdb6;
}

#pagina P.anchor{
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.piccolino{
	font-size: 11px;
}

INPUT{
	font-weight: bold;
	font-family: 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
}

#calendario{
	background-color: red;
}

TABLE.amministrazione{
	font-size: 12px;
	color: #2f5b7e;
}

TABLE.amministrazione UL{
	list-style: none;
	padding-left: 10px;
}

TABLE.amministrazione .piccolino{
	color: #A2C1DC;
	font-size: 10px;
}