/* rooms and rates */

/* rates table */
TABLE.rates {
  width: 100% ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #ff0000 ;
}
TABLE.rates TD {
  padding: 5px 10px 5px 0px ;
  text-align: left ;
  vertical-align: top ;
  color: #000000 ;
}
TABLE.rates TD.desc {
  width: 1% ;
  text-align: right ;
  font-weight: bold ;
  white-space: nowrap ;
}
TABLE.rates TD.dates {
  font-size: 90% ;
}
TABLE.rates TD.rate {
  font-weight: bold ;
  white-space: nowrap ;
}
TABLE.rates TD.notes-intro {
}
TABLE.rates TD.notes {
}
TABLE.rates TD.lounge {
  padding-right: 0 ;
  vertical-align: middle ;
}
/* subscription table header cell */
TABLE.rates TD.heading {
  padding-top: 3px ;
  padding-bottom: 3px ;
  color: #000000 ;
  text-align: center ;
  font-size: 120% ;
  font-weight: bold ;
  background: #eeeeee ;
}
/* subscription table form cell */
TABLE.rates TD.form {
  padding-top: 2px ;
  padding-bottom: 2px ;
}
/* subscription table note cell */
TABLE.rates TD.note {
  padding-top: 0px ;
  font-size: 90% ;
  text-align: justify ;
  color: #555555 ;
  white-space: normal ;
}
/* subscription form input (email) box */
TABLE.rates INPUT.email {
  width: 175px ;
  background: #eeeeee ;
  border-style: solid ;
  border-width: 1px ;
  border-color: #666666 #dddddd #dddddd #666666 ;
}
/* subscription form submit button */
TABLE.rates INPUT.go {
  margin-top: 2px ;
  padding: 1px ;
  border-style: solid ;
  border-width: 1px ;
  border-color: #ffffff #333333 #333333 #ffffff ;
  font-family: "Arial", "Helv", "Helvetica", sans-serif ;
  background: #ffdddd ;
}
