@charset "utf-8";
@import url("forms.css");
@import url("menu.css");
@import url("tabella.css");
/* elementi base per tutto il sito */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	/*background-image: url(../img/stripe.png);*/
	background-color: #0AABEB;
}
img, img a{
	border: none;
}
#container {
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 4px solid #070086;
	border-right: 4px solid #070086;*/
}
#header{
	
}
	#login{
		height: 30px;
		background-color: #070086;
	}
	#login{font-size: 10px; color: #FFF;}
	#login span{
		float: right;
		margin-top: 10px;
		font-weight: bold;
		margin-right: 10px;
		}
	#login #location{
		float: left;
		margin-left: 20px;
	}
		#login #location a{
			text-decoration: none;
			color: #FFF;
		}
		#login #location a:hover{
			text-decoration: underline;
			color: #FFF;
		}
	#top{
		clear: both;
		height: 201px;
		background-image: url(../img/header.png);
		background-repeat: no-repeat;
		background-color: #00F7F7;
	}
	#top #logo{
		position: relative;
		left: 30px;
		top: 10px;
	}
	#top #logo #logotag, #top #logo #logotag span{
		position: relative;
		left: 27px;
		font-size: 18px;
		text-align: center;
		width: 110px;
	}
	#top #tagline{
		width: 700px;
		position: relative;
		left: 220px;
		bottom: 160px;
		font-size: 4em;
		color: #003;
		font-weight: bold;
		text-align: right;
		letter-spacing: .4em;
		line-height: .9em;
		opacity: .1;
		filter:Alpha(opacity=10);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	}
#navigation{
	height: 50px;
	background-image: url(../img/menubkg.png);
	background-repeat: repeat-x;
	margin-top: -10px;
}
#content{
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
	#leftcol{
		float: left;
		width: 20%;
		margin-left: 10px;
		background-color: #0F0;
		padding: 10px;
	}
	#leftcol ul{
			list-style-position: outside;
			list-style-image: url(../img/info.png);
			font-size: 12px;
			background-color: #0F0;
			margin-left: 20px;
		}
		#leftcol ul li{
			margin-bottom: 10px;
		}
		#leftcol ul li a{
			text-decoration: none;
			color: #070086;
			font-weight: bold;
		}
	#centercol{
		float: left;
		width: 53%;
		margin-left: 10px;
		background-color: #F0F0F0;
		color: #666;
		padding: 20px;
	}
	#centercol p{
		text-indent: 20px;
		margin-bottom: 5px;
		text-align: justify;
	}
	#centercol h1{
		margin-top: 20px;
	}
	#rightcol{
		float: left;
		width: 15%;
		margin-left: 8px;
		background-color: #F60;
		padding: 10px;
	}
		#rightcol ul{
			list-style-position: outside;
			list-style-image: url(../img/info.png);
			font-size: 12px;
			margin-left: 20px;
		}
		#rightcol ul li{
			height: 20px;
			width: auto;
		}
		#rightcol ul li a{
			text-decoration: none;
			color: #070086;
			font-weight: bold;
		}
	h1{
		background-color: #070086;
		font-size: 12px;
		text-align: center;
		line-height: 20px;
		height: 20px;
		color: #FFF;
		width: 100%;
		margin-bottom: 10px;
	}
	#halfcol{
		float: left;
		width: 71%;
		margin-left: 10px;
		background-color: #F0F0F0;
		color: #666;
		padding: 20px;
	}
#footer{
	clear: both;
	background-color: #FFF;
	min-height: 30px;
	text-align: center;
	padding: 20px;
}
.clear{
	clear: both;
}
.tagcenter{
	margin-left: auto;
	margin-right: auto;
}
.spacer{
	clear: both;
	height: 10px;
}
.topspace{
	margin-top: 20px;
}
.avviso{
	text-align: center!important;
	font-size: 16px;
	color: #00C;
	font-weight: bold;
}
.ciao {
	font-size: 130%;
	text-align: center;
	color: #333;
}
.popcontent{
	position: absolute;
	top: 300px;
	left: 400px;
	visibility: hidden;
	background-color: #006;
	color: #FFF;
	border: 3px solid #900;
	height: 400px;
	width: 400px;
}
#loadingmsg {
	width: 100%;
	height: 100%;
	background: url(../img/1px.png) repeat;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	size: 110%;
	color: #00F;
	position: absolute;
	left: 0;
	top: 0;
}
