/*********************************************************************
* PAGE STRUCTURE
*********************************************************************/

body {
	/*margin: 0em;
	padding: 0.25em 0.5em;*/
	font-size: 10px;	/* medium; */
	/*color: #404040;*/
	/*color: #1D2D5F;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #4B2618;
}

a {
	color: blue;
}

#page-container {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 110px;
}

#header img {
	float: left;
}

/*.content
{
	padding: 0em;
	margin: 0.25em 0em 0em 0em;
	background-color: #ffffff;
}*/
#content, #loadtab {
	background: #fff;
	margin: 5px 0;
	padding: 10px;
	font-size: 1.1em;
	float: left;
}

#content fieldset {
	width: 620px;
	margin: 15px 0;
}

legend {
	font-weight: bold;
	color: #000;
}

#bookingdetails
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10pt;*/
	margin: 0em 0em 0em 0em;
	padding: 0.25em 0em;
	/*border-bottom: 1px solid #e0dbc7;*/
	clear: left;
}

#trip-detail {
	font-family: Arial;
	font-size: 1.2em; /* 13px; */
	color: #9B5339;
	margin: 10px 0;
	width: 652px;
}

#trip-detail span {
	font-weight: bold;
}

#right-column {
  float: right;
  border: 1px solid #666;
  background: #efefef;
  padding: 10px;
  width: 200px;
}

#help_box {
	background-color: #B8B8D8;
	border: solid black 1px;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
}
h1
{
	/*margin: 0em;*/
	margin-top:-8px;
	font-size: 2.4em;	/* 14pt; */
	/*color:#0877B7;*/
	color:#FFFFFF;
	padding:25px 0pt;
}

img {
	border: 0;
}

.errorlist
{
	color: #ff0000;
}

.navigation
{
	margin-top: 1em;
	border-top: 1px solid #e0dbc7;
	padding-top: 0.25em;
	text-align:right;
	
}

.continue-button {
	text-align: right;
	font-size: 1.2em;
	width: 598px;
}

.consent {
	margin-left: 50px;
}

.close {
	text-align: center;
}

.close_link {
	text-align: right;
}

.emph {
	text-weight: bold;
}

/*********************************************************************
* WIZARD/PROGRESS BAR
*********************************************************************/

#wizardprogress {
	clear: both;
}

#wizardprogress ul {
	display: block;
	clear: both;
	margin: 0;
}

#wizardprogress ul li {
  display: inline;
  background: #9B5339;
  margin: 0 5px;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  }
  
#wizardprogress li.current {
	color: #9B5339;
	background: #fff;
}
  
#wizardprogress li.previous {
	color: #666;
	background: #ccc;
}

/*********************************************************************
* FORM HEADINGS
*********************************************************************/

h2
{
	/*margin: 1em 0em 0.25em 0em;
	padding: 0em;
	color:#0877B7;*/
	font-size: 1.5em; /* 110%; */
}

h2.title, h3.title, h3.reference, h4.title, p.title {
	width: 652px;
}

/*h3
{
	font-size: 120%;
		color:#0877B7;
}

h4
{
	font-size: 120%;
		color:#0877B7;
}*/

.section, .bookingform th.section
{
	font-weight: bold;
	border-bottom: 1px solid #e0dbc7;
	color:#4E5DA3;
}

.colBoNo, .colDep {
	width: 25%;
	text-align: center;
}

.colLead {
	width: 35%;
	text-align: center;
}

.colStatus {
	width: 15%;
	text-align: center;
}


/*********************************************************************
* GROUPS OF FORM CONTROLS
*********************************************************************/

.bookingform
{
	font-size: 90%;
	margin-bottom: 1em;
}

.bookingform table.subsection
{
	width: 100%!important;
}

.bookingform table.subsection td, .bookingform table.subsection th
{
	/*width: 50%;*/
}


.bookingform th
{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.othercontacts
{
	width: 46%;
	float: left;
	border-left: 1px dashed #e0dbc7;
	margin-left: 1em;
	padding-left: .5em;	
}

.subsection
{
	margin-bottom: 1em;
	width: 652px;
}

.primarycontact .prompt {
	width: 15%;
}

.emph {
	font-weight: bold;
}

table.price-breakdown {
	width: 630px;
}

table.price-breakdown tr td, table.payment tr td {
	vertical-align: top;
}

table.price-breakdown .description {
	text-align: left;
	width: 45%;
}

table.price-breakdown .quantity {
	text-align: left;
	width: 80px;
}

table.price-breakdown .cost {
	text-align: right;
	width: 100px;
}

.price, table.price-breakdown .print {
	text-align: right;
}

table.price-breakdown .prompt {
	text-align: left;
}

table.traveller-summary {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #efefef;
	width: 630px;
}

table.traveller-summary .name {
	text-align: left;
}

table.traveller-summary .dob {
	width: 35%;
}

table.payment .total_price {
	text-align: left;
}

.table_insurance {
	width: 90%;
}

.table_traveller {
	width: 100%;
}

#visitor_source {
	width: 148px;
}

#flt_query_box_y .prompt {
	width: 100px;
}

#own_flt_box .outbound_prompt {
	width: 120px;
}

#own_flt_box .outbound_flno {
	width: 140px;
}

#own_flt_box .outbound_date {
	width: 100px;
}

.login_email {
	width: 40%;
}

/*********************************************************************
* FORM CONTROLS
*********************************************************************/

input[type=text], input[type=password]
{
	font-size: 1em;
	margin: 0px;
	/*padding: 0.1em 0em 0em 0.1em;*/
}

select, input.postcode-lookup
{
	font-size: 1em;
	margin: 0px;
	/*padding: 0.1em 0em 0em 0em;*/
}
textarea
{
	font-size: 1em;
}

#next
{
	/*float: right;*/
}

#last
{
}


#prices
{
	width: 25em;
}

input.postcode-lookup {
	margin-left: 15px;
}

/*********************************************************************
* TYPES OF FORM ELEMENT
*********************************************************************/

.label
{
	color: #000000;
}

/*.mandatory, th.mandatory, .mandatory th
{
	font-weight: bold!important;
}

.optional, .optional th
{
	font-weight: normal !important;
}*/

.errorfield
{
	color: #ff0000;
}

.hidden
{
	display: none;
}

.hint
{
	/*float: right;*/
	margin-top: -1em;
	font-style: italic;
}

.note
{
	font-size: 9pt;
	color: #808080;
}

.bookingform .note
{
	font-size: 9pt;
}

ul.supplementprice
{
	display: block;
	list-style: none;
	margin: 0.25em 0em 0.5em 2em;
	padding: 0em;
}

ul.supplementprice li
{
	display: inline;
	margin: 0em 0.25em;
	padding: 0em 0.5em 0em 0em;
	border-right: 1px solid #e0dbc7;
}

.cleared
{
	clear: both;
}

.learnmore
{
	font-weight: bold;
	vertical-align: center;
}

.warning{
	color:#990000;
	font-size:9pt;
}

.travellerrow {
	line-height: 22px;
}

.travellerrow .prompt {
	width: 22%;
}

.travellerrow .info {
	width: 30%;
}

.insurancerow {
	line-height: 24px;
}

#cccarge_sp {
	color: red;
}

#pay_now, #txtDonation {
	text-align: right;
}

.insurance {
	width: 80px;
	margin: 5px 0;
	text-align: center;	
}

#cardlogos {
	text-align: center;
}

#spnCanxUpdTraveller {
	margin-right: 430px;
}

#spnCanxPay {
	margin-right: 160px;
}

/*********************************************************************
* LIGHTWINDOW
*********************************************************************/

.lwbutton {
	font-size: 9px;
}
#pass_content table {
	width: 100%;
	padding-left: 5px;
	background-color: #ffffff;
	color: black;
}
#pass_content .email {
	width: 40%;
}
#pass_content .password {
	width: 50%;
}
#pass_content .status {
	text-align: center;
}
#change_stat {
	font-weight: bold;
}
.profile_prompt {
	width: 40%;
}
.success {
	color: #008000;
}
.failed {
	color: #FF0000;
}

/*********************************************************************
* FOOTER
*********************************************************************/

.footer {
	/*font-size: 10px;*/
	color: #ffffff;
	text-align: center;
	line-height: 1.8em;
	margin: 10px 0;
	padding: 5px;
}

.footer a {
	color: #ffffff;
}

/*********************************************************************
* LIVEPERSON CHAT
*********************************************************************/
#chatbox_holder tr td {
	text-align: center;
}

.LPform {
	width: 140px;
	height: 79px;
	padding-left: 3px;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

#tdChatMsg {
	background-image: url(https://server.iad.liveperson.net/hcp/Gallery/ChatBox-Gallery/English/General/1d/textbox-background.gif);
	padding-left: 4px;
	height: 84px;
	vertical-align: top;
}

#tdChatFooter {
	background-image: url(live-person-footer.gif);
	background-repeat: no-repeat;
	padding-left: 3px; 
	width: 160px;
	height: 29px;
	vertical-align: top;
}
 
#LPsubmit {
	width: 75px;
	height: 22px;
	float: left;
	margin-top: 3px;
}
 
#chatbox {
	background: #4F4E4F;
	width: 160px;
	height: 225px;
}

#imgPerson {
	width: 160px;
	height: 112px;
}