/*TAGs*/
body, html {
	width:100%;
	margin:0;
	padding:0;
	}
body, html, .testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
a img {
	border:0;
	}
h2 {
	margin-top:0;
	font-size:medium;
	}
h3 {
	margin-top:0;
	font-size:small;
	}
select {
	width:163px;
	background:#21737B;
	color:white;
	}

/*IDs*/
div#page {
	position:absolute;
	left:50%;
	width:760px;
	margin: 0 0 0 -380px;
	}

table#struttura {
	border-bottom:1px solid #77999B;
	width:100%;
	}
table#struttura th {
	background:#21737B;
	text-align:left;
	padding:0;
	margin:0;
	}
table#struttura td {
	padding:0;
	margin:0;
	}
table#struttura th.sx {
	width:208px;
	border-right:1px solid white;
	}
table#struttura th.cx {
	width:342px;
	border-right:1px solid white;
	}
table#struttura th.dx {
	width:208px;
	}
table#struttura td.sx {
	border-right:1px solid #77999B;
	}
table#struttura td.cx {
	border-right:1px solid #77999B;
	}

div#navbar {
	border-top:5px solid black;
	}
div#navbar img.logo {
	vertical-align:top;
	}

div#flash {
	border-bottom:1px solid white;
	}	
div#footer {
	border-top:2px solid white;
	background:#21737B;
	padding:16px;
	color:white;
	text-align:center;
	}
div#footer a {
	font-weight:bold;
	color:white;
	text-decoration:none;
	}

/*CLASSes */
div.menu {
	padding:10px 10px 10px 0;
	}

ul.menu {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	}
ul.menu li.level01 {
	border:1px solid #21737B;
	background:#21737B url(/img/freccia.gif) no-repeat;
	margin:0;
	margin-bottom:2px;
	padding:0 0 0 20px;
	/*font-weight:bold;*/
	color:white;
	display:block;
	}
ul.menu li.level01 a {
	color:white;
	text-decoration:none;
	display:block;
	}
ul.menu li.level02 {
	border:1px solid #white;
	margin:0;
	margin-bottom:2px;
	padding:0 0 0 20px;
	height:16px;
	}
ul.menu li.level02 a {
	text-decoration:none;
	color:black;
	}

.testo {
	padding:16px;
	}

.testo img {
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	}

.testo a, .title {
	font-weight:bold;
	color:#21737B;
	}

.pagetitle {
	border-top:1px solid white;
	background:#21737B;
	height:33px;
	}


.imgfloatleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0;
	margin-left:0;
	padding:0;
	}