/* site styles */
    div#site{
    }
    
    div.image{ 
    }
    
/* calendario eventi */
    div#cal_eve{
      border-color: black;
      border-style: solid;
      border-width: 0px 1px 1px 1px;
      background-color: FFECBF; 
    }
    div#cal_eve a,div#cal_eve a:visited,div#cal_eve a:active{
    }
    div#cal_eve table tr#cal_links a,div#cal_eve table tr#cal_links a:active,div#cal_eve table tr#cal_links a:visited{
      background: url('');
      border: 0;
      color: #600000;
    }
    div#cal_eve table th{
      border-bottom: 1px solid #ffb555;
      color: #006699;
    }
    div#cal_eve table tr td a.event_link,div#cal_eve table tr td a.event_link:active,div#cal_eve table tr td a.event_link:visited{
      background-color: #FFB555;
      color: #fff;
    }
    
    h3.notizie {
      border-bottom: 2px solid #FFD97F;
    }
    
    h4.notizie{
      background: #FFECBF;
    }

    div.notizia{
      /*ff 2.0.0.11 fix*/
      background: #fff6df url(img/bg_notizie.gif) bottom left repeat-x;
    }	

