 #container {
        min-height:380px;
	height: auto !important;
	}

.riquadro_sx, .riquadro_dx {
	text-align:center;
	width:284px;
	height: 130px;
	padding: 6px;
	border: 1px solid #999;
	background: #fff;
	margin-bottom: 30px;
	}

.riquadro_sx {
	clear: left;
	float: left;
	}
	
.riquadro_dx {
	clear: right;
	float: right;
	}
	
 .intestazione {
	background-color:#C02304;
	height:28px;
	font-size: 1.3em;
	color:#fff;
	text-align:center;
	line-height:1.8em;
	margin-bottom: 30px;
	}
    
 .avviso {
	background-color:#c01c02;
	font-size: 1.3em;
	color:#fff;
	text-align:center;
	line-height:1.8em;
	margin-bottom: 30px;
	}
	    
 .avviso a {
	color:#eeeeee;
	}
	 
 .avviso a:hover {
	color:#ffffff;
	}
     	
.content_sx {
	float:left;
	}

.content_ce {
	margin:0 auto;
	padding:0px 20px 0px 10px;
	}

.content_dx {
	float:right;
	}
	
table {

	}

tr {
	color: #000000;
	border: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

	
td, th {
	border-right: 0px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 2px 6px 6px 12px;
	color: #333;
	font-size: 0.8em;
}

th {
	color: #f00000;
}

/* FORM */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 200px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 12px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form select {
	margin:10px 0 2px 10px /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.button, .button:visited{background:#222;display:inline-block;padding:5px 10px 5px;color:#fff;text-decoration:none;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.6);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.6);text-shadow:0 -1px 1px rgba(0,0,0,0.25);border:0px;border-bottom:1px solid rgba(0,0,0,0.25);position:relative;cursor:pointer}
.button:hover{background-color:#111;color:#fff;}
.button:active{top:1px;}
.small.button, .small.button:visited{font-size:12px; letter-spacing: 0.1em;}
.button, .button:visited, .medium.button, .medium.button:visited{font-size:13px;font-weight:bold;line-height:1;text-shadow:0 -1px 1px rgba(0,0,0,0.25);}
.large.button, .large.button:visited{font-family: 'Molengo', sans-serif; font-size:14px;letter-spacing:0.12em;padding:12px 14px 9px;}
.medium.button, .medium.button:visited{width:120px; font-family: 'Molengo', sans-serif; font-size:14px;letter-spacing:0.12em;padding:12px 14px 9px;}
.super.button, .super.button:visited{font-size:34px;padding:8px 14px 9px;}
.green.button, .green.button:visited{background-color:#91bd09;}
.green.button:hover{background-color:#749a02;}
.red.button, .red.button:visited{background-color:#800000;}
.red.button:hover{background-color:#a00000;}
.blue.button, .blue.button:visited{background-color:#2981e4;}
.blue.button:hover{background-color:#2575cf;}


/* ************* */

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #0E4B78;
	}

.img_left {
	display: block;
	margin-right: 20px;
	}
        
li {
        font-size: 1.1em;
        line-height:1.3em;
        margin-top: 10px;
}        

ul#topnav li {        
        font-size: 1em;
}   


/* JQuery Carousel */
#viewport{
        width: 240px;
        overflow:hidden;
}
#viewport ul{
        position: relative;
        padding: 0;
}
#viewport li{
        width: 100px;
        height: 50px;
        float: left;
        list-style: none;
}