form {
  margin: 0px;
}
select, input.text, input.password, textarea {
  border: solid 1px #0E2A8E;
  padding: 2px;
  font-size: 10px;
  font-family: Verdana,Tahoma,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  height: 19px;
}
input.button {
  background-color: #0E2A8E;
  color: white;
  font-variant: small-caps;
  font-family: Verdana,Tahoma,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  border: solid 2px #0E2A8E;
  position: relative;
  top: 1px;
  left: 1px;
}
h4 {
  color: #6FBC20;
  margin: 10px 0px 3px 0px;
  font-size: 10pt;
}
.right { text-align: right ! important; }
.center { text-align: center ! important; }
.gray { color: gray; }
.nowrap { white-space: nowrap; }

#booking_container h3 {
  color: #0E2A8E;
  margin-top: 30px;
}
#booking_container,
#booking_container td, #booking_container th,
.login_form,
.login_form td, .login_form th,
#agents_register,
#agents_register td, #agents_register th,
#schedule_container,
#schedule_container td, #schedule_container th,
#passenger_register,
#passenger_register th, #passenger_register td {
  font-size: 10pt;
}
#booking_container th,
.login_form th,
#agents_register th,
#passenger_register th {
  padding-top: 2pt;
  vertical-align: top;
  text-align: left;
}
#booking_container .next,
.left_column_login .next,
#agents_register .next {
  text-align: right;
  margin: 15px 5px 5px 0px;
}
#schedule_container .next {
  text-align: left;
  margin: 15px 5px 5px 0px;
}

#schedule_container {
  width: 576px;
}
.schedule_lines {
}

/* BOOKING ----------------------------------------------------------------- */

#front_right_column {
/* deactivated
    padding-left: 25px;
*/
}

#booking_container #date_one,
#booking_container #date_two {
  width: 80px;
}
#booking_container #people {
  width: 47px;
}
#booking_container select,
#booking_container textarea, 
#booking_container input.text {
  width: 180px;
}
textarea.address {
  height: 55px;
}
textarea.special_request {
  height: 120px;
}
.space {
  width: 30px;
}

.full { color: gray; }

.price_summary th {
  text-align: right;
}

#booking_container .error,
#agents_register .error {
  color: red;
  margin-top: 10px;
  font-weight: bold;
}

.error a {
  font-weight: bold;
}

/* PASSENGERS DATA --------------------------------------------------------- */

#passengers_form_set table {
  border-collapse: collapse;
}
#passengers_form_set td {
  vertical-align: top;
}

#passengers_form_set div.reservation,
.passengers_form th.passenger {
  font-weight: bold;
  font-size: 14pt ! important;
  color: #0E2A8E;
  padding-top: 10px ! important;
}
.passengers_form td, .passengers_form th {
  padding: 2px;
}
.passengers_form th {
  padding-left: 0px;
}

.passengers_form .copy {
  color: gray;
}

.passengers_form .row_i94_citizenship th,
.passengers_form .row_i94_number th,
.passengers_form .row_i94_validity th {
  color: gray;
}
.passengers_form .comment {
  display: block;
  font-style: italic;
  font-size: 9pt;
}
.passengers_form .comment a {
  white-space: nowrap;
}

#passengers_form_set div.reservation {
  margin-bottom: 8px;
}
#passengers_form_set table.reservation {
  width: 574px;
}
#passengers_form_set .line {
  margin-left: 20px;
  margin-bottom: 5px;
  font-size: 10pt;
  color: #0E2A8E;
}
#passengers_form_set .date {
  font-weight: bold;
  display: block;
  margin-left: -20px;
  color: #6FBC20;
}
#passengers_form_set .direction {
  display: block;
}

/* BOOKING - LINES / FEEDERS SELECTION ------------------------------------- */

.lines th {
  color: #6FBC20;
  font-weight: normal;
  text-align: right;
  padding-right: 5px;
}
.lines td.left {
  text-align: left ! important;
}
.lines td {
  text-align: right;
  padding-right: 5px;
}
.line_direction {
  margin-top: 20px;
}
.line_direction .direction {
  color: #0E2A8E;
  font-size: 14pt;
}
.line_direction .date {
  text-align: right;
  font-size: 11pt;
  font-weight: bold;
}
.feeders_available {
  color: #6FBC20;
}


/* BOOKING - PRICE ITEMIZATION --------------------------------------------- */

.price_itemization .hr td {
  border-bottom: solid 1px #DCDCDC;
  font-size: 4px !important;
}
.price_itemization .passenger td {
  padding-top: 5px;
}
.price_itemization .name {
  font-size: 11pt;
  font-weight: bold;
}
.price_itemization .price {
  font-weight: bold;
  text-align: right;
}
.price_itemization .line {
  color: gray;
  padding: 0px 20px;
}
.price_itemization .line .date {
  font-weight: bold;
}

#payment_card {
  margin-bottom: 20px;
}  

/* BOOKING - CVS EXPLAINED ------------------------------------------------- */

#cvs-explained {
  font-family: Verdana,Tahoma,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size: 10pt;
}
#cvs-explained img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: both;
}
#cvs-explained #close {
  clear: both;
  text-align: center;
  margin-top: 20px;
}


/* LOGIN FORM -------------------------------------------------------------- */

.login_form {
  margin-left: 20px;
  width: 350px;
}
.login_form .login_title {
  font-size: 18pt;
  color: #0E2A8E;
  margin-bottom: 10px;
}
.login_form .login_error {
  color: #FFA600;
  margin: 5px 0px 5px 0px;
}
.login_form .login_fieldset {
}
.login_form .login_fieldset legend {
  color: #FFA600;
}
.login_form .login_fieldset label {
  text-align: right;
  width: 75px;
  float: left;
  padding: 0.2em;
  margin: 0em;
  margin-top: 0.3em;
}
.login_form .login_fieldset .text {
  margin: 3px;
  height: 20px;
  width: 170px;
}

/* LEFT COLUMN LOGINS ------------------------------------------------------ */

/*
.left_column_login h4 {
  margin: 0px 5px 0px 0px;
  float: left;
  width: 65px;
}
.left_column_login .text {
  width: 90px;
}
.left_column_login #links {
  float: left;
  padding-top: 2px;
}
.left_column_login #links a {
  display: block;
}
.left_column_login .next {
  margin-top: 5px;
}
*/

.left_column_login .next {
  margin-top: 8px;
}
.left_column_login .text {
  width: 160px;
}
.left_column_login #links {
  padding-top: 5px;
}
.left_column_login #links a {
}

/* AGENT ------------------------------------------------------------------- */

.booking_agent {
  padding: 10px;
  background-color: #C7E899;
  color: #0E2A8E;
  font-weight: bold;
  float: right;
}

/* AGENT REGISTRATION ------------------------------------------------------ */

#agents_register table#two_columns td {
  vertical-align: top;
}
#agents_register #agency,
#agents_register #agent {
  margin: 10px 0px;
}
#agents_register #iata {
  width: 65px;
  margin-top: 5px;
}
#agents_register #phone {
  width: 80px;
  margin-top: 5px;
}

/* CALENDAR SCRIPT --------------------------------------------------------- */

.JETWAYScpYearNavigation,
.JETWAYScpMonthNavigation {
  background-color:#0E2A8E;
  text-align:center;
  vertical-align: middle;
  text-decoration:none;
  color:#FFFFFF ! important;
  font-weight:bold;
}
.JETWAYScpDayColumnHeader,
.JETWAYScpYearNavigation,
.JETWAYScpMonthNavigation,
.JETWAYScpCurrentMonthDate,
.JETWAYScpCurrentMonthDateDisabled,
.JETWAYScpOtherMonthDate,
.JETWAYScpOtherMonthDateDisabled,
.JETWAYScpCurrentDate,
.JETWAYScpCurrentDateDisabled,
.JETWAYScpTodayText,
.JETWAYScpTodayTextDisabled,
.JETWAYScpText {
  font-family:arial;
  font-size:8pt;
  font-weight: bold;
}
TD.JETWAYScpDayColumnHeader {
  text-align:right;
  border:solid thin #0E2A8E;
  border-width:0 0 1 0;
}
.JETWAYScpCurrentMonthDate,
.JETWAYScpOtherMonthDate,
.JETWAYScpCurrentDate {
  text-align:right;
  text-decoration:none;
}
.JETWAYScpCurrentMonthDateDisabled,
.JETWAYScpOtherMonthDateDisabled,
.JETWAYScpCurrentDateDisabled {
  color:#D0D0D0;
  text-align:right;
  text-decoration:line-through;
}
.JETWAYScpCurrentMonthDate {
  color:#0E2A8E;
}
.JETWAYScpCurrentDate {
  color: #FFFFFF ! important;
  font-weight: bold ! important;
}
.JETWAYScpOtherMonthDate {
  color:#808080;
}
TD.JETWAYScpCurrentDate {
  color:#FFFFFF;
  background-color: #0E2A8E;
  border-width:1;
  border:solid thin #000000;
}
TD.JETWAYScpCurrentDateDisabled {
  border-width:1;
  border:solid thin #FFAAAA;
}
TD.JETWAYScpTodayText,
TD.JETWAYScpTodayTextDisabled {
  border:solid thin #0E2A8E;
  border-width:1 0 0 0;
}
A.JETWAYScpTodayText,
SPAN.JETWAYScpTodayTextDisabled {
  height:20px;
}
A.JETWAYScpTodayText {
  color:#0E2A8E;
  font-weight: bold ! important;
}
SPAN.JETWAYScpTodayTextDisabled {
  color:#D0D0D0;
}
.JETWAYScpBorder {
  border:solid thin #0E2A8E;
}

