/* site styles */
    div#site{
    }
    div.image{ 
    }  
/* in evidenza */
	div#hl{
		background: #fcffdb;
	}
	div.hl_item h3{
        padding-top: 25px;
        padding-left:15px;
        padding-bottom: 20px;
	}
	div#hl div.hl_item div.hl_item_img{
	} 
/* news */
	div#news{
	}
	div#news h3{
		background-color: #e5e5e5;
	}
	div#news div.news_item{
	}
	div#news div.news_item h4{
		color: #D9101E;
	}	
/* calendario eventi */
    div#cal_eve{
			border-left: 1px solid #e5e5e5; 
			border-bottom: 1px solid #e5e5e5; 
    }
    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;
    }
    div#cal_eve table th{
	  font-family: Verdana, Arial, Tahoma, Sans-serif;
      background-color: #f0f0f0;
      border-bottom: 2px solid #d5d5d5;
      color: #D9101E;
    }
    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: #006699;
      color: #fff;
    }

