body {
	background-color: #f9b850;
  font: 84% Arial, Helvetica, sans-serif;
	color: #033280;
	
}
table {
 font-size: 100%;
}

h1 {
  margin: 0 0 5px 0;
  font-size: 110%;
  color: #af2322;
}
h2 {
  font-size: 100%;
	margin: 20px 0 15px 0;
}

img {
  border: none;
}

ol.numerico {
  list-style-type: decimal;
}
ol.lettere_maiuscole {
  list-style-type:lower-latin;
}
ul.nessuno_stile {
  list-style-type: none;
}

a:link, a:visited {
  font-weight: bold;
	color: #f64902;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.elenco:link, a.elenco:visited {
  margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}
a.elenco:hover {
  margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}

.no_bordo {
  border: none;
}

.invisibile {
  display: none;
}

.img-float-left {
  float: left;
	margin: 0 10px 10px 0;
}
.clear-left {
  clear: left;
}

.center {
  text-align: center;
}
.justify {
  text-align: justify;
}

#contenitore {
  position: relative;
	left: 50%;
  width: 786px;
	margin-left: -384px;
	background: url(../immagini/sfondo.gif) repeat-y;
}
#cambia_dimensione_font {
  position: absolute;
	top: 180px;
	left: 645px;
}
#cambia_dimensione_font img {
  border: none;
}
#sito_accessibile {
  position: absolute;
	top: 215px;
	left: 620px;
}

#struttura {
  margin: 0 14px 5px 5px;
}

#registrazioneok table tr
{
    color:WindowText;
    font-weight:bold;
}
#registrazioneok 
{
    padding:10px;
    font-family:Verdana;
    font-size:12px;
    text-align:center;
}

#colonna_sinistra {
  width: 165px;
	padding: 0 7px 0 5px;
	vertical-align: top;
}
ul#menu_verticale {
  margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
ul#menu_verticale li {
  margin: 0 0 0 0;
  min-height: 17px;
	height: auto !important;
	height: 17px;
  font-size: 90%;
  font-weight: bold;
}
ul#menu_verticale a:link, ul#menu_verticale a:visited {
  display: block;
  padding-left: 20px;
  background: url(../immagini/list-icon.gif) no-repeat left center;
  color: #af2022;
  text-decoration: none;
}
ul#menu_verticale a:hover {
	padding-left: 20px;
	background: url(../immagini/iconcina.jpg) no-repeat left center;
  color: #f64902;
	text-decoration: none;
	
}
#iscriviti_alla_newsletter {
  position: relative;
	top: 0px;
	left: 0px;
  width: 151px;
	height: 265px;
	background: url(../immagini/sfondo_form.jpg) no-repeat;	
}

.nome, .cognome, .email {
  position: absolute;
	left: 20px;
  width: 112px;
	height: 14px;
	line-height: 10px;
	padding: 0;
  border: 0;
	background: transparent;
	font-size: 80%;
  color: #000;
}
.nome {
  top: 63px;
}
.cognome {
  top: 129px;
}
.email {
  top: 195px;
}
.asterisco_nome, .asterisco_cognome, .asterisco_email {
  position: absolute;
	visibility: hidden;
	left: 133px;
	color: #f00;
}
.asterisco_nome {
  top: 60px
}
.asterisco_cognome {
  top: 126px;
}
.asterisco_email {
  top: 192px;
}
.invia {
  position: absolute;
	left: 92px;
	top: 226px;
  width: 39px;
	height: 13px;
	border: none;
	background: none;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#centrale_full
{
    width: 550px;
	vertical-align: top;
}
#centrale {
  width: 406px;
	vertical-align: top;
}
.riquadro {
  position: relative;
	margin-bottom: 15px;
}
.riquadro .bordo_riquadro {
  padding: 14px 11px 17px 11px;
  border: 1px solid #faa10f;
}
.riquadro .arrotondamento_riquadro_top_left {
  position: absolute;
	left: 0px;
	top: 0px;
}
.riquadro .arrotondamento_riquadro_top_right {
  position: absolute;
	top: 0px;
	right: 0px;
}
.riquadro .arrotondamento_riquadro_bottom_left {
  position: absolute;
	left: 0px;
	bottom: 0px;
}
.riquadro .arrotondamento_riquadro_bottom_right {
  position: absolute;
	right: 0px;
	bottom: 0px;
}
.riquadro p {
  margin-top: 15px;
}


#colonna_destra {
  width: 208px;
	vertical-align: top;
}



#arrotondamento_bottom_left {
  position: absolute;
	left: 0px;
	bottom: 0px;
}
#bordo_bottom {
  height: 22px;
	margin: 151px 0 0 0;
	padding: 0;
	background: url(../immagini/bordo_bottom.gif) repeat-x;
}
#disegno_bottom_right {
  position: absolute;
	right: 0px;
	bottom: 0px;
}

table#fileItem tr th 
{
	background-color:#0000CC;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	
	
    
}
table#fileItem tr td a:link, table#fileItem tr td a:visited
{
    color:black;
	background-color:transparent;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
	font-weight:bold;
	padding:10px;
	
}

table#fileItem tr td a:hover
{
    color:black;
    text-decoration:underline;
	background-color:#DEF0FE;
    font-family:Arial;
    font-size:12px;
	font-weight:bold;
	padding:10px;
	
}
    


div#login{
	background-image:url(../immagini/lavagna_small.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:11px;
	width:236px;
	height:191px;
	text-align:center;
	padding-top:25%;
	margin:0px;
	
	vertical-align:top
}


.materiale_informativo {
  margin-top: 20px;
}
.data {
  margin: 0 0 8px 0;
  font-style: italic;
  font-weight: bold;
}


p#intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	background-color:#FFFFE1;
	width:100%;
	border:1px solid #000000;
    }
	
p#welcame{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #000000;
	padding:10px;
}


div#news{
	background-image:url(../immagini/sfondo_news.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	margin-left: 13px;
	width:188px;
	height:301px;
	font-size: 12px;
}

div#news div, div#agenda div {
  padding: 10px;
}

div#news span, div#agenda span {
  color: #af2022;
}

div#news a:link, div#agenda a:link, div#news a:visited, div#agenda a:visited {
  background-color: transparent;
}
div#news a:hover, div#agenda a:hover {
  background-color: #f9b850
}

div#news th, div#agenda th {
  height: 25px;
}

div#news td, div#agenda td {
  padding-top: 5px;
}

div#agenda{
	background-image:url(../immagini/sfondo_agenda.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	margin-left: 13px;
	width:182px;
	height:294px;
	font-size:12px;
	
}

tr, td, th {
  border-style: hidden;
}

div#dettaglio_news
{
 border:1px solid #faa10f;
 padding:5px;  
}
    

div#lv_news
{
    padding:5px;
    border-bottom:dashed 1px #E0E0E0;
}

div#header_news{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	border:1px solid #CCCCCE;
}

div#heder_news_title{
	background-color:#DFDFDF;
	border-bottom:1px solid #FF0000;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}

p#item_news_testo{
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #CCCCCC;
}

p#header_file{
	background-color:#DFDFDF;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p#item_file{
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom:1px dashed #CCCCCC;
}

p#item_file a img {
	border:0px;
}

div#news_insert{
	padding:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}



table#iscrizione {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:20px;
}

table#iscrizione tr td{
	padding:5px;
	text-align:left;
}

table#iscrizione input {
	background-color:#E0E0E0;
	color:#000000;
	font-weight:bold;
	width:220px;
}

#footer {
  text-align: center;
}
#footer a:link, #footer a:visited {
  color: #af2022;
}
#footer a:hover {
}

.opere
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#0254A0;
}

.titolo_opere
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#AF2322;
    
}


#ele_home_ricerca tr td
{
    font-size:12px;
    color:#0254A0;
    font-weight:bold;
    text-align:left;
    width:80px;
}

#tab_ricerca_home
{
    width:180px;
}