img {
	behavior:url(pngbehavior.htc);
}


html {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}


body {
		cursor: default;
		font-family: calibri, arial, sans-serif;
		font-size: 13px;
		margin: 0;
		padding: 5px;
		text-align: center;
		background-color: #000000;
		color: #FFFFFF;
	}
	
table th {
		vertical-align: top;
	}

input {
		text-align: center;
		font-family: calibri, arial, sans-serif;
		font-size: 13px;
		background-color: white;
		border: 1px solid;
		border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
		padding: 2px;
	}
input:focus, input:hover  {
		border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
	}

.pickerImg {
		position: absolute;
		margin-left: -16px;
		margin-top: 5px;
		cursor: pointer;
	}
.infoBox {
		background-color: #fefdec;
		border: 1px solid #edebcd;
		padding: 6px;
		margin-bottom: 20px;
	}




#principale {
	height: auto;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../immagini/headers/back.png);
	background-repeat: repeat-y;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #000000;
	background-image: url(../immagini/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#testo {
	padding:50px;
	text-align: justify;
	margin-left: 200px;
}


#testo_amm {
	text-align: justify;
}

#contenuto {
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#flash {
	float: right;
	margin-left: 20px;
}

#menulat {
	height: 382px;
	width: 146px;
	position: absolute;
	left: 30px;
	top: 248px;
	text-align: left;
	border-right-color: #641413;
	border-right-width: thin;
	border-right-style: solid;
}
.elenco a {
color:#FFFFFF;
list-style-image:url(../immagini/stella2.jpg);
text-align:left;
padding-left:10px;
text-decoration:none;

	}
a {
	color: #FFFFFF;
}
a:hover {
	color: #F6AC27;
}
a:visited {
	color: #FFFFFF;
}


#lingue {
	position:absolute;
	width: 51;
	height: 109;
	float:left;
	left: 30px;
	top: 234px;
	
}
.imageindent {
	display: inline;
	margin-right: 5px;
}
#testo_pag {
	padding:70px;
	text-align: justify;
	margin-left: 150px;
}

#contenuto_lungo {
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.form {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}




#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: #FFCC33;
margin: 3px 8px;
}
