body, html {
  background-color: #F3F3FF;
  font-family: Arial, Tahoma, Sans-serif;
  font-size: 0.95em;
}
div#container {
  width: 990px;
  background: white url('img/bg_content.png') repeat-y top left scroll;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#header {
  background: #0066CC url(img/portomaggiore.jpg) right center no-repeat;
  color: white;
}
#header table td, #header table tbody td {
  padding:0px;
}

#topbar {
  background-color:#FFFF00;
  border-top: 1px solid white;
}

#topbar a, #topbar a:active, #topbar a:visited, #bottomlinks a, #bottomlinks a:active, #bottomlinks a:visited {
  color: #6363ff;
}

#topbar a:hover {
  color: blue;
}

#breadcrumb, #breadcrumb_intera {
  font-size: 90%;
  background: #EEE;
  border: none;
}
#breadcrumb_intera{
    padding: 5px;
border:10px solid white

}
#news {
padding-left: 25px;
height: 20px;
background: transparent url('img/news.png') top left no-repeat;
  float: right;
  margin-top: 2px;
  padding-top: 3px;
}

div#leftcolumn {
  background: #ffffcc none repeat scroll 0 0;
  margin-left:0px;
  padding-left: 5px;
  border-top:1px solid #F7F700;
}

div#rightcolumn {
  background: #e0effd none repeat scroll 0 0;
  margin-right:0px;
  padding-left: 5px;
  border-top:1px solid #cce5fc;
  width: 180px;
}

#leftcolumn.column.menu h3 {
  background: #ffffcc url(img/menu_left.png) no-repeat scroll left top;
  color: #CC0000;
}

#rightcolumn.column.menu h3 {
  background: #e0effd url(img/menu_right.png) no-repeat scroll left top;
  color: #CC0000;
}

.menu .menucnt {
  background: transparent;
  border: none;
  font-size:0.9em;
}

.menu .menucnt a, .menu .menucnt a:visited, .menu .menucnt a:active {
  border-top:none;
}
.menu .menucnt a:hover, .menu .menucnt a.selected {
  background: white url(img/menulnk_on_right.gif) no-repeat scroll 5% 50%;
}


#bottomlinks ul li.leftCorner {
background: white;
}

.intera {
    padding: 15px;
    background: white;    
    padding-bottom: 50px;
}

div#footer {
  border-top: 8px solid white;
  border-bottom: none;
  background: #0066cc;
  color:white;
  font-size:90%;
}
#footer img {
    margin: 4px;
}
/* reset calendario */
div#cal_eve {
  border:none
}

/* lista anno archivio notizie */
#listacategorie {
	text-align: center;
	border-bottom: 15px solid #f5f5f5;
}

#listacategorie ul {
margin:10px 0 5px 0;
}

#listacategorie ul li{
	font-weight: bold;
	line-height: 25px;
display: inline;
	 margin-right: 4px;
	 -moz-border-radius-topleft: 4px;
	 -moz-border-radius-topright: 4px;
	 -webkit-border-top-left-radius: 4px;
	 -webkit-border-top-right-radius: 4px;
padding: 10px;
	 border-top: 2px solid #F5f5f5;
	 border-right: 2px solid #f5f5f5;
	 border-left: 2px solid #f5f5f5;
}

#listacategorie ul li a{
color: #800009;
       text-decoration: none;
}

#listacategorie ul li:hover {
	background-color: #f5f5f5;
}
.selected {
background: #f5f5f5;
}
#comunicazioni {
  float: right;
  padding: 4px;
}

/* ricerca */
#search {
  font-size: 85%;
  margin-bottom: 15px;
}

/* ultimo aggiornamento */
#moddate {
  font-size: 80%;
  color: #999;
}

/* impaginazione notizie */
.icon {
    float: left;
    padding: 0px 15px 0 0 ;
}
.leggi {
    float: right;
    font-size: 80%;
    margin-top: 5px;
}
.leggi a{
    text-decoration: none;
    color: #555
}
.leggi a:hover {
    color: black;
    border-right: 5px solid transparent;
}

h3.notizie {
  border-bottom: 3px solid #D5D5D5;
  padding: 0px 0px 3px 5px;
  color: #006699;
}

h4.notizie {
  padding: 2px 0px 2px 15px;
  background: #EFEFEF;
}

div.notizia {
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 90%;
  border-bottom: 1px dotted #8EAFCF;
}
