/* was group-24.png */
/* was cal-24.png */
/* homepage */
/* hotel availability */
/* Common LESS mixin classes */
div.bookingSectionInner {
  padding: 10px 10px 20px 10px;
}
p.bookingPrompt {
  margin: 0 0 10px 0;
  font-size: 12px;
}
/* pax grid start */

table.paxGrid th,
table.paxGrid td {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 6px 8px 6px;
  vertical-align: middle;
}
table.paxGrid th {
  background-color: #ccdce9;
  border-style: dotted;
  border-width: 1px 0 1px 0;
  border-color: #3375a9;
}
table.paxGrid td {
  background-color: #e5eef4;
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #3375a9;
}
table.paxGrid th.altCell {
  background-color: #e1f2d4;
  border-color: #87cb53;
}
table.paxGrid td.altCell {
  background-color: #f0f8e9;
  border-color: #87cb53;
}
table.paxGrid td.spacerCell,
table.paxGrid th.spacerCell {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
/* inputs need to be smaller in the pax grid */

table.smallFields select,
table.smallFields input {
  padding: 4px;
  font-size: 12px;
}
table.smallFields td,
table.smallFields th {
  font-size: 12px;
}
table.smallFields .dateField {
  width: 80px;
}
table.smallFields .nameField {
  width: 140px;
}
table.paxGrid .paxTypeCol {
  width: 45px;
}
/* pax grid end */

/* agent script */

div.agentScriptBox {
  color: black;
  font-family: arial;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  border: 2px solid black;
  background-color: #ffff20;
  padding: 10px;
}
div.agentScriptBox ul {
  list-style-type: disc;
  padding: 0;
  margin: 20px;
}
div.agentScriptBox li {
  margin: 0 0 10px 0;
}
table.bookingFieldTable td {
  font-size: 14px;
  font-weight: normal;
  padding: 4px 6px 4px 6px;
  vertical-align: middle;
  line-height: 150%;
}
table.bookingOptionTable td {
  font-size: 12px;
  font-weight: normal;
  padding: 4px;
  vertical-align: top;
  line-height: 150%;
}
.bookingFieldLabel {
  font-size: 14px;
  font-weight: normal;
}
.wideField {
  width: 400px;
}
.nameField {
  width: 300px;
}
.dateField {
  width: 100px;
}
.postCodeField {
  width: 150px;
}
.flightNoField {
  width: 150px;
}
.specialRequestsHolder {
  width: 440px;
  float: left;
  margin: 10px 30px 10px 0;
}
.specialRequestsHolder p {
  margin-bottom: 5px;
}
.mandatory {
  font-size: 14px;
  font-weight: bold;
  color: #69be28;
}
p.bookingInfoText {
  font-size: 13px;
  padding: 0 0 10px 10px;
  margin: 0 0 20px 0;
}
div#PostCodeAlert {
  width: 100px;
  display: inline;
  color: crimson;
}
ul.bookingList {
  list-style-type: disc;
  padding: 0;
  margin: 20px;
}
ul.bookingList li {
  margin: 0 0 5px 0;
}
h2.inputFormSectionHeader {
  clear: both;
  color: #0088ce;
  font-size: 20px;
  margin-bottom: 15px;
  border-top: 1px dotted #dddddd;
  padding: 15px 0 0 0;
}
div.inputFormSeparator {
  clear: both;
  color: #0088ce;
  margin-bottom: 15px;
  border-top: 1px dotted #dddddd;
}
div.inputFormSection {
  padding: 0 10px 20px 10px;
  clear: both;
  font-size: 14px;
}
p.inputFormPrompt {
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
p.inputFormCaption {
  margin: 0 0 10px 0;
  font-size: 14px;
  clear: both;
}
p.largeInputFormCaption {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #0088ce;
  font-weight: bold;
}
p.inputFormLabel {
  margin: 0 0 6px 0;
  font-size: 14px;
}
p.inputFormText {
  line-height: 150%;
  margin: 0 0 10px 0;
  font-size: 12px;
}
p.inputFormTablePrompt {
  margin: 0 0 8px 0;
  font-size: 14px;
}
table.inputFormTable {
  border-bottom: dotted 1px #dddddd;
  background-color: white;
}
table.inputFormTable td,
table.inputFormTable th {
  padding: 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
table.inputFormTable td {
  border-top: dotted 1px #dddddd;
}
table.inputFormTable th {
  border-top: dotted 1px #dddddd;
  background-color: #ccdce9;
}
p.summaryLabelHolder {
  font-size: 14px;
  line-height: 150%;
  float: left;
}
p.summaryLabelHolder span {
  color: #0088ce;
}
.ThreeDSecureIntroPanel {
  height: 400px;
  width: 300px;
  float: left;
  margin-right: 30px;
  padding: 20px 20px 30px 20px;
  background-color: #e5eef4;
  border: dotted 1px #3375a9;
  border-width: 1px 0 1px 0;
  font-size: 14px;
}
.tuvLarge {
  float: right;
  width: 200px;
  text-align: center;
}
.tuvText {
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}
.disabledText {
  color: #999999;
  text-decoration: line-through;
}
.disabledText .leftCell,
.disabledText .rightCell,
.disabledText .depositPrice {
  color: #999999 !important;
}
