
a.hotelname:link {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  font-weight:bold;
}

a.hotelname:visited {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  font-weight:bold;
}


a.hotelname:hover {
  text-decoration: none;
  font-size: 11px;
  color: #efefef;
  font-weight:bold;
}

table.stat {
  border-collapse:collapse;
}
table.stat td {
  border:1px solid #cccccc;
}

table.mainForm {
  border:1px solid #cccccc;
  border-collapse:collapse;
  margin:10px;
}

td.heading {
  padding:10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  background-color: #bc5e1e;
  color:#fff;
  font-weight:bold;
}

table.mainForm td {
        line-height:16px;
        padding-left:5px;
        padding-right:5px;
        white-space:nowrap;
}

td.blueHeader {
 background-color:#bc5e1e;
 color: #fff;
 font-weight:bold;
}

table td.blueHeader {
  background-color:#bc5e1e;
}
table td span.text_header {
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.searchButton {
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #333333;
  border-right-color: #333333;
  border-bottom-color: #333333;
  border-left-color: #333333;
  background-color:#FF9933;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
}

select {
  border:1px solid #cccccc;
  background-color: #ffffff;
  padding:1px;
}
input {
  color:#333333;
  padding:3px;
}

table.hotel td {
  border:1px solid #ffffff;
  background-color:#ffffff;
  vertical-align: top;
  padding: 2px 5px;
  color:#000000;
  line-height:normal;
  font-size:11px;
}

table.hotel td.blueHeader {
 background-color:#bc5e1e;
 color: #fff;
 font-weight:bold;
}

table.hotel td img {
  border:0px solid #cccccc;
  padding-right:1px;
}

table.hotel {
  width:600px;
  border:1px solid #cccccc;
  margin-left:0px;
}

table.hotelDetail {
  width:450px;
  border:0px solid #cccccc;
}

table.hotelDetail td {
  border:1px solid #ffffff;
  background-color:#ffffff;
  vertical-align: top;
  padding:5px;
  color:#000000;
}

table.hotelDetail td.blueHeader {
  background-color:#bc5e1e;
  color:#fff;
  font-weight:bold;
}

