
/*
 * Tavolozza colori:
 *
 * #fe0000   rosso link, titoli, etc.
 * #1a3b82   menu di sinistra
 * #243f7e   testo interno pagina
 * #edebed   grigio chiaro, sfondo pagina default
 * #c2c2c2   grigio scuro, colore cornici
 *
 */

@import url(stylesheet.css);

body {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #243f7e;
}

a {
  color: #fe0000;
}
a:hover {
  color: #ffaa00;
}

.printonly {
  display: none;
}
form {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
  form input.text {
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #fbfbfb;
    background: #ffffff url(images/input_text.png) no-repeat top left;
    color: #243f7e;
    font-family: Arial;
    font-size: 8pt;
    height: 18px;
    margin-bottom: 4px;
    padding-left: 4px;
    padding-top: 2px;
  }

.center {
  text-align: center;
}

#extframe {
  border: 1px solid #8a939a;
  padding: 2px;
  width: 947px;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  background: url(images/headertopbg.png) no-repeat top left;
  border-bottom: 1px solid #000000;
  margin-top: 2px;
  padding-right: 10px;
  height: 27px;
  font-family: Verdana;
  font-size: 8pt;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

#headertop {
  background: url(images/headertopbg.png) no-repeat top left;
  border-bottom: 1px solid #000000;
  /* padding-bottom: 1px; -- ma a che serviva? */
  margin-bottom: 2px;
  height: 27px;
}
  #headertop ul {
    float: right;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    list-style-type: none;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
  }
    #headertop ul li {
      float: left;
      display: block;
      margin: 0px 5px 0px 15px;
      padding: 0px;
    }
      #headertop ul li a {
        color: #ffffff;
      }
      #headertop ul li a:hover {
        color: #ffd955;
        text-decoration: none;
      }

#headermain {
  position: relative;
  background: #006692 url(images/headermainbg.jpg) no-repeat top left;
  border-bottom: 1px solid #000000;
  margin-bottom: 2px;
  height: 120px;
}
  #headermain #headerlogo {
    position: absolute;
    top: 12px;
    left: 14px;
    border: 0px;
  }
  #headermain #headerbanner {
    position: absolute;
    top: 16px;
    left: 205px;
    border: 0px;
  }

/* Barre laterali - formattazioni comuni */

.columns_filler {
  background: url(images/column_filler_bg.png) repeat-y top left;
  border-bottom: 1px solid #dedede;
}
.columns_filler_last {
  margin-top: 6px;
  text-align: left;
}

#leftbar h3,#rightbar h3 {
  width: 179px;
  height: 23px;
  border-bottom: 1px solid #000000;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial;
  line-height: 22px;
  font-size: 10pt;
  color: #ffffff;
  cursor: default;
}
  #leftbar .box,#rightbar .box {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding-top: 1px;
    padding-left: 1px;
    margin-bottom: 2px;
  }
    #leftbar .box .ibox,#rightbar .box .ibox {
      background-color: #edebed;
      padding: 4px;
    }


/* Barre laterali - barra di sinistra */

#leftbar {
  /* float: left; */
  width: 179px;
  background: #ffffff url(images/column_filler_node.png) no-repeat bottom left;
  padding-bottom: 2px;
  font-family: Arial;
  font-size: 8pt;
  color: #243f7e;
}
  #leftbar h3 {
    background: #01699b url(images/h3leftbg.png) no-repeat top center;
  }

/* Barre laterali - barra di destra */

#rightbar {
  /* float: right; */
  width: 179px;
  background: #ffffff url(images/column_filler_node.png) no-repeat bottom left;
  padding-bottom: 2px;
  font-family: Arial;
  font-size: 8pt;
  color: #243f7e;
}
  #rightbar h3 {
    background: #01699b url(images/h3rightbg.png) no-repeat top center;
  }
  #rightbar .box .ibox.ricercaveloce {
    background: #edebed url(images/searchbg.png) no-repeat bottom right;
  }

.therm_menu {
  position: relative;
  background: #e7e7e7 url(images/therm_bg.png) no-repeat bottom left;
  padding-top: 1px;
  margin-bottom: 2px;
}
  .therm_menu img.therm_top {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* classe legacy: soppressa per fix IE6 thermometer bug */
  .therm_menu img.therm_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .therm_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 8pt;
  }
    .therm_menu ul li {
      /* impongo la dimensione sull'li per facilitare l'utilizzo del padding nel a */
      width: 179px;
    }
    /* classi first/last - fix IE6 thermometer bug */
    .therm_menu ul li a.item {
      display: block;
      background: url(images/therm_red_item.png) no-repeat bottom left;
      padding-left: 36px;
      height: 18px;
      color: #1a3b82;
    }
    .therm_menu ul li a.last {
      display: block;
      background: url(images/therm_red_last.png) no-repeat bottom left;
      padding-left: 36px;
      height: 18px;
      color: #1a3b82;
    }
      .therm_menu ul li a.item:hover {
        color: #fe0000;
      }
      .therm_menu ul li a.last:hover {
        color: #fe0000;
      }
      .therm_menu ul li.hover a.item {
        background-position: top left;
      }
      .therm_menu ul li.hover a.last {
        background-position: top left;
      }

#main {
  /* margin-left: 182px; */
  /* margin-right: 182px; */
  width: 583px;
}

.body_filler {
  border: 1px solid #c2c2c2;
  background-color: #edebed;
}

.mainbox_real {
  border: 1px solid #c2c2c2;
  background-color: #edebed;
}

.box_news {
  margin-top: 10px;
  margin-bottom: 10px;
}
  .box_news span {
    color: #fe0000;
  }
  .box_news a {
    display: block;
    margin-bottom: 5px;
    color: #1a3b82;
    text-decoration: none;
  }
  .box_news a:hover {
    color: #1a3b82;
  }

