BODY{
  padding: 0;
  margin: 0;
  color: black;
  font-family: Verdana, Arial, sans-serif;
}


#mainTable{
  margin: 0;
  padding: 0;
}

#mainTable TD{
  position: relative;
  margin: 0;
  padding: 0;
}

#menu{
  background: url(../img/verticale.jpg) no-repeat top;
  width: 255px;
  height: 800px;
  position: relative;
}

#menu_pagine{
  position: relative;
  top: 100px;
  left: 20px;
  width: 225px;
  /*background-image: url(../img/sfondo.jpg); */
  border-top: 2px solid #82858b;
  border-left: 2px solid #82858b;
  border-right: 2px solid #82858b;
  border-bottom: 2px solid #82858b;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu_div{
  background-color: #9c2c2a;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}


.menu_div :hover{
  background-color: #c9cfd9;
  color: #35383e;
}

A.active{
  border-left: 3px solid white;
}


.menu_div A{
  

  color:  black;
  padding: 2px;
  font-family: serif;
  font-size: 14pt;
  line-height: 30px;
  padding-left: 5px;
  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

#intestazione{
  position: relative;
  height: 100px;
}

#titolo{
  position: relative;
  top: 8px;
}


div.intestazione_right{
  background: url('../img/top_right.jpg') top right no-repeat;
  padding-right: 10px;
  height: 100px;
}

div.intestazione_center{
  background: url('../img/top_bottom.jpg') bottom left repeat-x;
  height: 100px;
  z-index: 100;
  background-color: #60646d;
}

div.intestazione_left{
  background: url('../img/top_left.jpg') top left no-repeat;
  padding-left: 10px;
  height: 100px;
}


#contenuto{
  
  /*background-image: url(../img/sfondo.jpg);
  background-position: top left;
  background-repeat: repeat;
  /*background-attachment: fixed; */
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}

.notizia{
  margin-top: 8px;
}

.notizia .data{
  font-size: small;
  font-weight: normal;
}

.notizia_titolo{
  background-color: #d8d8da;
  margin-bottom: 5px;
  padding-left: 3px;
  font-weight: bold;
  color: #35383e;
}

.notizia_testo{
  margin-left: 10px;
  margin-right: 10px;
}

.titolo{
    background-color: #d8d8da;
  margin-bottom: 5px;
  padding-left: 3px;
  font-weight: bold;
  color: #35383e;
}

TABLE.galleria IMG{
  margin: 15px;
}

#immagini{
  /*float: left;*/
}

.calendario{
  font-size: small;
  border: 2px solid #50545d;
  background-color: #50545d;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  text-align: center;
  border-collapse: collapse;
  filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}

.calendario_table{
  width: 200px;
  font-size: small;
    background-color: white;
  filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;  
}

.calendario_table TD{
  width: 14%;
  filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}

.calendario_intestazione{
  text-align: cente;r
}

.calendario_frecce{
  color: #50545d;
  font-weight: bold;
  font-size: smaller;
  padding: 3px;
  text-decoration: none;
}

.calendario_link{
  background-color: #9c2c2a;
  color: white;
  width: 100%;
  display: block;
}

#eventi{
  padding: 5px;
}

.evento{
  border-bottom: 1px dotted black;
}





.calendario_table TD{
  border: 1px solid #BFBFBF;
  border-collapse: collapse;
  empty-cells: show;
  margin: 0px;
}

.tooltip{
  background-color: #FFFFFF;
  border: 2px solid #AEAEAE;
  padding: 5px;
  font-size: small;
}

.titolo_evento{
  font-weight: bold;
}
  
