body {
	background: #F7F0DD repeat-x;
	text-align: center; /*commento: questo serve per allineare il layout con ie*/
	font-family:  verdana, "century gothic", arial, sans-serif;	
	font-size: 10px;
	font-weight: normal;
	color: #1F3989;	
}
table {border:0px;

}
table caption{font-size:12px; font-weight:bold; text-align:left;
}
table th{text-align:center;background: #DCDCDC;

}

h1 {font-size:14px; font-weight:bold; text-align:center;

}
h2 {font-size:12px; font-weight:bold; text-align:center;

}
h3 {font-size:12px; font-weight:bold; text-align:left;
}
h4 {font-size:10px; font-weight:bold; text-align:center;
}

.post-it0{margin:12px;
background: #FF1F10;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it1{margin:12px;
background: #E1E1E1;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it2{margin:12px;
background: #0062E1;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it3{margin:12px;
background: #FFBF18;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it4{margin:12px;
background: #FFAAFF;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it5{margin:12px;
background: #00C200;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it6{margin:12px;
background: #CCFFCC;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it7{margin:12px;
background: #CC99FF;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it8{margin:12px;
background: #5291EF;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it9{margin:12px;
background: #00FFFF;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it10{margin:12px;
background: #FFFFAA;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it11{margin:12px;
background: #7FFFD4;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it12{margin:12px;
background: #FFD4FF;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}
.post-it13{margin:12px;
background: #55FF55;
padding-top:10px;
float: left;
width: 155px;
height: 130px;
}

.menu ul {
position:relative;
padding:0;
margin:0;
list-style-type:none;
width:120px;
}

.menu li {padding: 4px 0 6px 14px;line-height: 1.2em;
    background: url(images/freccia1_blu.gif) no-repeat 0 0.6em;
    margin: -6px 0 0;
/* for IE7 */
}

.menu li.sub {background: #F7F0DD url(images/freccia1_blu.gif) no-repeat 0 0.6em;} 
.menu li.sub:hover {background:transparent url(images/bg1_blu.png);
	}

/* get rid of the table */
.menu table {position:absolute; z-index:500;
border-collapse:collapse; top:0; left:0; }

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
width:120px;
border-bottom: 1px dotted #0062E1 ;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:120px; w\idth:119px;}
/* style the link hover */
* html .menu a:hover {font-weight:bold; position:relative;border-bottom:1px solid #0062E1 ;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {font-weight:bold;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {font-weight:bold;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
z-index:500;
top:0px;
/* set up the overlap (minus the overrun) */
left:119px;
/* set up the overrun area */
padding:2px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(bg1.png);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

ul.right,ul.right li{width:120px; list-style: none;margin: 0;padding: 0}
ul.left li{    background: url('images/freccia_blu.gif') no-repeat 0 0.6em;
    }
ul.right li{padding: 6px 0 10px 20px;line-height: 1.2em;
    background: url('images/busta_blu.gif') no-repeat 0 0.6em;
    margin: 8px 0 0;
    }
ul.right li a,ul.right li a:visited, ul.affianca li a,ul.affianca li a:visited{ display:block; 
border-bottom:1px dotted #0062E1 ;       
    }
ul.right li a:hover,ul.affianca li a:hover{
border-bottom:1px solid #0062E1 ;       
    }
ul.no_list{list-style:none;
}
a,a:hover,a:active,a:visited { text-decoration: none;
	color: #1F3989;
	border-bottom:1px solid #0062E1 ;

}
a.no_border,a.no_border:hover,a.no_border:active,a.no_border:visited{ text-decoration: none; border: 0px; }

.meta
{width:50%;
}
.tab {width: 90%;

margin-left: auto;
margin-right: auto;
empty-cells: hide;
border: 1px solid ;
border-collapse: separate;
border-spacing: 5px;
caption-side : top;
}
.tab .chiaro
{background: #DCDCDC;
}

.parco {
empty-cells: hide;
border: 0px ;


border-collapse: collapse;
caption-side : top;
}

.centrato th{width:30%;text-align: center; 
}
td {text-align: center; border: 1px solid ; 
}

td.sx {width:30%;text-align: left;  
}
td.snx {width:60%;text-align: left;  
}
.logo{width: 80px; height: 28px; border:0px;
}

.centr {text-align: center;  
}
form {
width:80%;
padding:5px;
margin:0 auto;
}
fieldset.riquadro,fieldset.submit,fieldset#submit {
padding: 1em;
border:2px groove;
}
fieldset#submit,fieldset.submit{
text-align: center;
}
fieldset.riquadro {
text-align: left;
}
fieldset {
text-align: center;
border:0px;
}
legend {
font-weight:bold;
font-style:normal;
padding:5px;
}
label {
display:block;
float:left;
width:100px;
text-align:right;
font-weight:bold;
padding-right:0;
}
textarea{
font-weight:bold;
width:300px; 
border:#73848C 1px solid;
background:rgb(229,229,229);
padding:0px 0px 0px 2px;
margin-left:10px;
}
input#invia,input.invia {
background-color:rgb(228,228,228);
font-weight: bold;
font-size:11px ;
color:#1F3989;
width:200px;
/*margin-left:5px;*/
}

input#annulla {
background-color:rgb(228,228,228);
font-weight: bold;
font-size:11px ;
color:#1F3989;
width:200px;
}	
#bordo_1 {
	background-image: url('../images/bordo_1.jpg');
	width: 130px;
   	height: 3px;
	float: left;
	background-repeat: no-repeat;
}#bordo_2 {
	background-image: url('../images/bordo_2.jpg');
	width: 130px;
   	height: 3px;
	float: left;
	background-repeat: no-repeat;
}#bordo_3 {
	background-image: url('../images/bordo_3.jpg');
	width: 130px;
   	height: 3px;
	float: left;
	background-repeat: no-repeat;
}#bordo_4 {
	background-image: url('../images/bordo_4.jpg');
	width: 130px;
   	height: 3px;
	float: left;
	background-repeat: no-repeat;
}#bordo_5 {
	background-image: url('../images/bordo_5.jpg');
	width: 130px;
   	height: 3px;
	float: left;
	background-repeat: no-repeat;
}#bordo_6 {
	background-image: url('../images/bordo_6.jpg');
	width: 130px;
   	height: 3px;
	float: left;
	background-repeat: no-repeat;
} 
ul {
	margin-left: 15px;
	padding:0;}
ul.moduli { list-style:inside; }
	
a img { border: 0px; }
#esterno {
	margin: 0 auto;
	position: relative;
	width: 900px;
	color: #1F3989;
	text-align: center;
	background: #F7F0DD ;
	top: 10px;
	font-family:  verdana, "century gothic", arial, sans-serif;	
	font-size: 10px;
	font-weight: normal;
	color: #1F3989;
}

#header {
   height: 150px;
   width: 900px;
   }

#masthead {
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	
}
#data {
	height: 20px;
	width: 200px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-align:right;
}

.nav {
	width: 85px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-right-style: groove;
}
.affianca li{
	list-style-type: none; clear: both; margin:  0px 0px 0px -20px;
	}
#top_nav {
	float: left;
	width: 700px;
	height: 20px;	
}

#top_nav ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#top_nav li {
	float: left;
	
}
#top_nav a {	
	text-decoration: none;
	padding: 5px;
}
#top_nav a:hover {
	color: #0000FF;
	text-decoration: none;
}

#top_pulsanti {
	border-style: none;
	height: 49px;
	margin-bottom: 0px;
}
#top_pulsanti li {
	float: left;
}
#top_pulsanti ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#container {
	position: relative;
	text-align: left;
}
#left_col {
 	position:relative;
 	float: left;
	width: 18%;
	z-index: 100;
	font-weight: normal;
	}
	
.spazio {width:100%;
	height: 10px;
}

#aggiornamento {text-align: center;line-height: 10px;
}
#aggiornamento h3{padding-bottom: 0px	;
line-height: 0px;
}

img.right{
	padding: 4px;
	float: right;
}

img.left{
	float: left;
	padding: 4px;
}

img.centrale{
	text-align: center;
	padding: 4px;	
}

#page_content {position:relative;
 	background-position: top;	
	width: 64%;
	float: left;
	background-image: url('images/bordo_blu.jpg');
	background-repeat: repeat-x;
}
#right_col {
 
	width: 16%;
	font-weight: normal;
	float: right;
	text-align: justify;
	padding-left: 5px;
}

#main {
	text-align: justify;
	padding-bottom: 10px;
	margin-top: 8px;
	vertical-align: middle;
}
.main {
	text-align: justify;
	padding-bottom: 10px;
	margin-top: 8px;
	padding-top: 8px;
	vertical-align: middle;	
	clear: both;
}

#sinistra {
	width: 48%;
	float: left;
	margin-top: 8px;
	padding-right: 10px;
	border-right:1px dashed #0062E1;
	border-top:1px dashed #0062E1;
}

#destra {
	width: 48%;
	float: right;
	margin-top: 8px;
	padding-left: 10px;
	border-left:1px dashed #0062E1;
	border-top:1px dashed #0062E1;	
}
.sinistra {
	width: 48%;
	float: left;	
	padding-right: 10px;

}

.destra {
	width: 48%;
	float: right;	
	padding-left: 10px;
}

.img {
	width: 50%;
	float: left;
	text-align: center;
}
.dx {
	text-align: right;
}
#footer {

 	background-image: url('../images/filetti.jpg');
	height: 70px;
	background-position: top;
	background-repeat: no-repeat;
	font-size:10px;
	text-align: center;
	clear: both;
	
}
