body, html {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 10px;
}

area, img {
  border-width: 0px;
}

h1 {
  padding: 5px;
  FONT-WEIGHT: 200;
  font-size: 24px;
  COLOR: #696969;
}
small {
  font-size: 9px;
}
form {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}

.anchor {
  cursor: pointer;
}

.topmenu {
  FONT-WEIGHT: bold;
  font-size: 11px;
  COLOR: white;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  TEXT-DECORATION: none;
}

.lnkbottom {
  font-size: 12px;
  COLOR: #990000;
  font-family: Verdana;
  TEXT-DECORATION: none;
}

.menuhotel {
  font-family: Verdana;
  text-decoration: none;
  color: #666;
}
.menuhotel:hover {
  color: maroon;
}

.details {
  font-family: Verdana;
  text-decoration: none;
  color: #000;
}
.details:hover {
  color: maroon;
}

/* tabella */
.maintable {
  border: 1px solid #000;
}

.testo_grigio, .testo_grigio a {
  color: #666;
}
.titoli_bianchi {
  color: #fff;
}
a.titoli_bianchi {
  text-decoration:none;
}
a.titoli_bianchi:hover {
  text-decoration:underline;
}
a.titoli_neri {
  color: #000;
  /*text-decoration:none;*/
}
a.titoli_neri:hover {
  text-decoration:underline;
}
.testo_invio {
  background-color: #F4F6E1;
  color: #666;
  padding: 1px;
  border: 1px solid #80817B;
}

.txt {
  margin-top: 0px;
  font-size: 11px;
  line-height: 150%;
}
.txthotel {
  font-size: 12px;
  LINE-HEIGHT: 150%;
  text-align: justify;
}
.avanzata img {
  vertical-align: middle;
}
.form {
  border: 1px solid #333;
  /*background-color: #ccc;*/
  background-color: #f4f6e1;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

/* RISULTATI RICERCA */
/*.tratteggiato {
  border: 1px dashed #933;
  background-color: #efefef;
}
.tratteggiato td.result0 {
  background-color: #fafad2;
}
.tratteggiato td.result1 {
  background-color: #eee8aa;
}*/
.resultTable {
  border: 1px solid #ccc;
}
.result0 {
  background-color: #fff;
}
.result1 {
  background-color: #ecf3f9;
}
.resultTable a {
  font-size: 11px;
  font-weight: bold;
  color: #900;
  text-decoration: none;
}
.resultTable a:hover {
  text-decoration: underline;
}
.prezzo {
  font-size: 11px;
  color: #8b4513;
}
.orange {
  color: #ff8000;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
}

.header {
  background-color: #b00203;
  color: white;
  font-weight: bold;
}

.titolo {
  font-size: 14px;
  font-weight: bold;
  color: gray;
  font-family: Verdana;
}

.img {
  padding-right: 5px;
  padding-bottom: 5px;
  float:left
}

.alert {
  display:none;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
}

.detail_titolo {
  background-color: #3a7cc8;
  /*border: 2px solid #B00203;*/
  border: 0;
  color: #fff;
  font-weight: bold;
  height: 20px;
}

/* For calendar */
#calendar {
    display: none;
    position: absolute;
    background-image: url(../img/calendar/shadow3.png);
    padding: 0 4px 4px 0;
    z-index: 100;
}

.caltable {
    border: 1px solid #003580;
    background-color: #fff;
}
.caltable a:link, .caltable a:visited {
    color: #0896ff !important;
}
.caltable a:hover {
    color: #feba02 !important;
    border-color: #feba02 !important;
}
.caltable a:active {
    color: #b30000 !important;
    border-color: #b30000 !important;
}
.caltable td {
    text-align: center;
}
.caltable td a {
    display: block;
    text-decoration: none;
}
.caltable td.calheader a {
    display: inline;
    vertical-align: -.4em;
}
.caltable td.calheader img.calNoPrevMonth {
    background: white url(../img/calendar/butPrevMonth.png) 0 -72px no-repeat;
    vertical-align: -.4em;
}
.caltable td.calheader img.calNoNextMonth {
    background: white url(../img/calendar/butNextMonth.png) 0 -72px no-repeat;
    vertical-align: -.4em;
}
.caltable td.calheader .calNextMonth img {
    background: white url(../img/calendar/butNextMonth2.png) 0 0 no-repeat;
}
.caltable td.calheader .calPrevMonth img {
    background: white url(../img/calendar/butPrevMonth2.png) 0 0 no-repeat;
}
.caltable td.calheader .calNextMonth:hover img, .caltable td.calheader .calPrevMonth:hover img {
    background-position: 0 -24px;
}
.caltable td.calheader .calNextMonth:active img, .caltable td.calheader .calPrevMonth:active img {
    background-position: 0 -48px;
}
.calheader {
    padding: .4em;
    white-space: nowrap;
}
.calheader select {
    margin: 0 .6em;
}
.monthYear {
    background-color: #ffffff;
    color: white;
}
.dayNames td {
    border-bottom: 1px solid #003580;
    background-color: #e6edf6;
}
.days td {
    color: #779bca;
    background-color: #e6edf6;
    padding: .2em;
    border: 2px solid #e6edf6;
}
.days td.weekend {
    background-color: #c5d4e9;
    border-color: #c5d4e9;
}
.days td.past {
    text-decoration: line-through;
}
.days td.today, .days td.future {
    border: none;
    padding: 0;
}
.days td a {
    padding: .2em;
    border: 2px solid #e6edf6;
}
.days td.weekend a {
    border-color: #c5d4e9;
}
.days td.today a {
    background-color: #fff;
}
.days td.selected {
    font-weight: bold;
}
.days td.selected a {
    border-color: #0896ff;
}
.hotelchars.blockdisplay {
    display: block;
}
.blockdisplay {
    display: none;
}

#right .specialsblock td {border:none}
#right .specialsblock table {padding-bottom: 1.2em}

.new_hotel {
    margin: .3em .6em .6em 1.2em;
    padding: 0 .3em;
    float:right;
    background-color: #feba02;
    color: white;
    font-weight: bold;
    border:1px solid #e6edf6
}

.borderTable td, .borderTable th {
  border: 1px solid #999;
}
