table.data {
  font-size: 11px;
  text-align: left;
}

table.data td {
  text-align: left;
}

select {
  border:1px solid #7F9DB9;
  color:#735518;
  font-family:Verdana;
  font-size:11px;
  font-weight:normal;
}

input[type=text] {
  border:1px solid #7F9DB9; 
  color:#735518;
  font-family:Verdana;
  font-size:11px;
/*  width:100px;*/
}

input[type=submit] {
  width: 80px;
}

.smallButton {
  width: 40px !important;
}

.label {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color:#ffffff;
}

.specials {
  color:#735518;
}

/* results page */
.prop_table {
  background-color: #DFDED7;
}

.property_name {
  font-weight: bold;
  font-size: 14px;
}

.scrolldiv {
  width: 95%;
  height: 180px;
  overflow: auto;
}

.rates_odd {
  background-color: #E5E4DF;
}

.rates_even {
  background-color: #F5F2E9;
}

/* itinerary page */
.itin_header {
  background-color: #E5E4DF;
}

.itin_footer {
  background-color: #F5F2E9;
  font-weight: bold;
}

.itin_rows {
  background-color: #E5E4DF;
}

.terms {
  vertical-align: top;
}