/* ############################## */
/* ## HTML tags, excluding <a> ## */
/* ############################## */
body,
dd,
dt,
input,
li,
p,
select,
td,
textarea,
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
* html body,
* html dd,
* html dt,
* html input,
* html li,
* html p,
* html select,
* html td,
* html textarea,
* html th {
	font-size: x-small;
	f\ont-size: small;
}
h3 {
	font-size: 1.1em;
}
input[type="hidden"] {
	display: none;
}
body {
	background: white;
	color: #666;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
dd,
div,
dl,
dt,
form,
p,
select,
input,
table,
td,
th,
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
label {
	margin: 0 !important;
	padding: 0 !important;
}
dd {
	/*border: 1px solid blue;*/
	margin: 0 0 0 6.9em;
}
div, form, img, table, td {
	border: 0;
}
dt {
	/*border: 1px solid green;*/
	float: left;
	width: 6.7em;
}
#customer_info_summary dt,
#customer_info_summary dd {
	margin: 0 0 0.2em 0;
}
#travel_club dt label,
#promotion_code dt label,
#departure_airports dt label,
#destination_airports dt label {
	display: block;
	height: 2.2em;
}
#number_of_travellers dd dd {
	float: left;
	margin: 0 0.7em 0 0.2em;
	width: 3em;
}
#number_of_travellers dd dt {
	float: left;
	width: auto;
}
fieldset {
	border: 0;
	/*border: 1px dotted red;*/
	margin: 0;
	padding: 0;
}
#customer_info_form fieldset,
#customer_info_summary fieldset {
	float: left;
	width: 45%;
}
form {
	margin: 2em auto 0 auto;
	padding: 0;
	text-align: left;
}
#customer_info_form form,
#customer_info_summary form,
#enquiry_info_form .enquiry_block,
#note_info_form form,
#passenger_info_form .enquiry_block {
	background: rgb(241,248,255);
	border: 1px solid rgb(63,72,159);
	margin: 0;
	padding: 2px;
}
* html #customer_info_form form,
* html #customer_info_summary form,
* html #enquiry_info_form .enquiry_block,
* html #note_info_form form,
* html #passenger_info_form  .enquiry_block {
	padding: 2px;
}
table form {
	margin: 0;
}
#big-ces-logo {
	background: #3F439F url(asset/images/kestrel/default/v2/header-background.jpg) no-repeat center top;
	color: #FFF;
	font-size: 200%;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 137px 0 0 0;
	text-align: center;
	width: 100%;
}
* html h1 {
	height: 137px;
	he\ight: 0;
}
h2 {
	color: #3F439F;
	font-size: 135%;
	text-align: left;
}
#customer_info_form h2,
#customer_info_summary h2,
#enquiry_info_form h2,
#note_info_form h2,
#passenger_info_form h2 {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 24px 0 0 0;
}
#customer_info_form h2,
#customer_info_summary h2,
#note_info_form h2 {
	width: 602px;
}
#enquiry_info_form div .heading_right_align, #passenger_info_form div .heading_right_align {
	float: right;
}
#enquiry_info_form div .heading_right_align {
	margin-top: -19px;
}
#enquiry_info_form div .heading_right_align a, #passenger_info_form div .heading_right_align a {
	font-weight: normal;
}
#divTopLeft p,
#divTopLeft a {
	font-size: x-small;
}
#divTopLeft {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 110px;
}
#divTopLeft div, #divTopLeft table {
	margin: 0;
	padding: 0;
}
#divTopLeft div div {
	margin: auto;
}
#divTopLeft form {
	margin: 2px auto 0 auto;
}
#divTopLeft h2 {
	background: url(asset/images/kestrel/default/v2/quick-view.gif) no-repeat center top;
	height: 24px;
	margin: 0;
	padding: 0;
	width: 110px;
}
#divTopLeft input {
	margin-left: 30px;
}
* html #customer_info_form h2,
* html #customer_info_summary h2,
* html #enquiry_info_form h2,
* html #note_info_form h2,
* html #passenger_info_form h2 {
	height: 24px;
	he\ight: 0;
}
#divTopLeft .quick_enquiry strong {
	font-size: 1.1em;
}
#customer_info_form h2 {
	background: url(asset/images/kestrel/default/v2/edit-customer-information-left.gif);
}
#customer_info_summary h2 {
	background: url(asset/images/kestrel/default/v2/customer-information-left.gif);
}
#enquiry_info_form h2 {
	background: url(asset/images/kestrel/default/v2/enquiry-information-left.gif);
}
#passenger_info_form h2 {
	background: url(asset/images/kestrel/default/v2/passenger-information-left.gif);
}
#note_info_form h2 {
	background: url(asset/images/kestrel/default/v2/enquiry-information-left.gif);
}
img.components {
	float: left;
	padding: 2px 10px 2px 2px;
}
input,
select,
textarea {
	margin-bottom: 0;
}
#enquiry_info_form input,
#enquiry_info_form select,
#enquiry_info_form textarea,
#passenger_info_form input,
#passenger_info_form select,
#passenger_info_form textarea {
	margin-bottom: 0px;
}
#customer_info_form input,
#customer_info_form select {
	margin-bottom: 0.3em;
}
#travel_club select,
#promotion_code input,
#departure_airports input,
#destination_airports input {
	margin-bottom: 0.1em;
}
label {
	font-weight: bold;
}
#board_price label,
#date_leeway_nights label,
#board_price input,
#date_leeway_nights input,
#board_price select,
#date_leeway_nights select {
	float: left;
}
#main-menu li {
	display: block;
	margin: 0;
	padding: 8px 0 17px 1em;
	position: relative;
}
#main-menu li ul {
	background: white;
	position: absolute;
	left: 0;
	margin: 0 0 0 -1em;
	padding: 0;
	top: 29px;
}
#main-menu li ul li {
	display: block;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 0;
}
#main-menu span {
	margin-left: 28px;
}
#top_bar p,
#top_bar_manager p {
	font-weight: bold;
	margin: 0 auto;
	padding: 11px 1em 0 0;
	text-align: right;
}
#outstanding_form input,
#outstanding_form select {
	margin-bottom: 0;
}
#reminders_info h2,
#customer_info h2 {
padding-left: 20px;
margin: 0px;
color: #3F439F;
font-size: 1.25em;
height: 24px;
}
#reminders_info h2 {
background: url(asset/images/kestrel/default/v2/reminders.gif) no-repeat top;
}
#customer_info h2 {
background: url(asset/images/kestrel/default/v2/customer-details.gif) no-repeat top;
}
#reminders_info {
	background-color: #FFF;
	width: 375px;
}
#actual_reminders {
	border: 1px solid #3F489F;
	border-bottom: 0;
	border-top: 0;
	margin: 0px;
}
.listing-table-reminders {
	text-align: center;
	width:100%;
}
.listing-table-reminders td {
	border-bottom: 1px solid #3F489F;
	padding: 2px 5px;
	margin: 0px;
}
#additional_info textarea {
	height: 8em;
	width: 60%;
}
.listing-table {
	border: 1px solid #3F439F;
	width: 100%;
}
.listing-table td, .listing-table th{
	background: #D8F0FF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 2px 5px;
}
.listing-table td a {
	color: #666;
	font-weight: normal;
}

.listing-table th a {
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}

.listing-table th {
	background: #3F489F;
	color: #FFF;
	font-weight: bold;
	height: 24px;
	padding: 0 5px;
}

/* ####################################################### */
/* ## HTML tag <a> and classes/IDs used within <a> only ## */
/* ####################################################### */
a {
	color: #3F439F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th a {
	color: white;
	text-decoration: underline;
}
th a:hover {
	text-decoration: none;
}
#main-menu li a {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}
ul#main-menu li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #3F439F;
	border-bottom: 1px solid #2F3F4F;
	border-left: 15px solid #3F439F;
	border-right: 1px solid #2F3F4F;
	border-top: 1px solid white;
	color: white;
	display: block;
	padding: 0.25em;
	text-decoration: none;
	width: 11em;
}
* html ul#main-menu li ul li a {
	font-size: x-small;
	f\ont-size: small;
}
ul#main-menu li ul li a:hover {
	background: #D8F0FF;
	border-bottom: 1px solid #A8C4D8;
	border-left: 15px solid #B8BCE0;
	border-right: 1px solid #A8C4D8;
	border-top: 1px solid white;
	color: #3F439F;
}
#customer_info_form .tab a,
#customer_info_summary .tab a,
#enquiry_info_form .tab a,
#passenger_info_form .tab a {
	background-position: -148px 0;
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 24px 0 0 0;
	width: 148px;
}
#customer_info_form .tab a,
#customer_info_summary .tab a {
	background-image: url(asset/images/kestrel/default/v2/new-customer-hover.gif);
}
#enquiry_info_form .tab a {
	background-image: url(asset/images/kestrel/default/v2/new-enquiry-hover.gif);
}
#passenger_info_form .tab a {
	background-image: url(asset/images/kestrel/default/v2/new-passenger-hover.gif);
}
#customer_info_form .tab a:hover,
#customer_info_summary .tab a:hover,
#enquiry_info_form .tab a:hover,
#passenger_info_form .tab a:hover {
	background-position: 0 0;
}

/* ####################### */
/* ## all other classes ## */
/* ####################### */
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#customer_info_form h2.fullwidth {
	background: url(asset/images/kestrel/default/v2/edit-customer-information.gif) !important;
	width: 750px !important;
}
#customer_info_summary h2.fullwidth {
	background: url(asset/images/kestrel/default/v2/customer-information.gif) !important;
	width: 750px !important;
}
#enquiry_info_form h2.fullwidth {
	background: url(asset/images/kestrel/default/v2/enquiry-information.gif) !important;
	width: 750px !important;
}
#passenger_info_form h2.fullwidth {
	background: url(asset/images/kestrel/default/v2/passenger-information.gif) !important;
	width: 750px !important;
}
#note_info_form h2.fullwidth {
	background: url(asset/images/kestrel/default/v2/enquiry-information.gif) !important;
	width: 750px !important;
}
.hidden {
	position: absolute;
	top: -9999px;
}
dt.leeway {
	margin: 0 0 0 1.5em;
	width: 4.3em;
}
dt.nights {
	margin: 0 0 0 1.5em;
	width: 3.4em;
}
dt.price {
	margin: 0 0 0 2.5em;
	width: 3.2em;
}
.report_menu {
	margin-top: 15px;
}
dt.status {
	margin: 0 0 0 4.8em;
	width: 5.6em;
}
* html dt.status {
	margin: 0 0 0 1.8em;
	width: 4.1em;
}
.submit {
	background: #3F439F;
	border-bottom: 1px solid #2F3F4F;
	border-left: 1px solid #6F9FEF;
	border-right: 1px solid #2F3F4F;
	border-top: 1px solid #6F9FEF;
	color: white;
	cursor: hand; /* IE only */
	font-weight: bold;
	margin: 0 0 0 6.7em;
	padding: 0.1em;
}
.help-images {
	text-align: center;
}
* html .submit {
	margin: 0 0 0 6.9em;
}
#customer_info_form .submit {
	float: right;
	margin: 11em 0 0 0;
}
#customer_info_summary .submit {
	float: right;
	margin: 5em 0 0 0;
}
#enquiry_info_form .submit,
#passenger_info_form .submit {
	float: right;
	margin: -2.6px 0 0 0;
}
#outstanding_form .submit {
	margin: 0;
}
#customer_info_form .tab,
#customer_info_summary .tab,
#enquiry_info_form .tab,
#passenger_info_form .tab {
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	margin: 0;
	padding: 0;
	width: 148px;
}
#customer_info_form .tab,
#customer_info_summary .tab {
	background-image: url(asset/images/kestrel/default/v2/new-customer.gif);
}
#enquiry_info_form .tab {
	background-image: url(asset/images/kestrel/default/v2/new-enquiry.gif);
}
#passenger_info_form .tab {
	background-image: url(asset/images/kestrel/default/v2/new-passenger.gif);
}

/* ######### */
/* ## IDs ## */
/* ######### */
#additional_info,
#status {
	float: left;
}
#content {
	margin: 0 auto;
	/* overflow: hidden; */
	padding: 0;
	text-align: left;
	width: 750px;
}
#customer_info_form,
#customer_info_summary,
#enquiry_info_form,
#passenger_info_form {
	background: #3F439F;
	margin: 0;
	width: 750px;
}
#customer_info_summary {
	margin-top: -5px;
}
#passenger_info_form {
	margin-top: -42px;
}
* html #board_price,
* html #date_leeway_nights {
	padding: 0 0 1em 0;
}
#travel_club,
#promotion_code,
#departure_airports,
#destination_airports {
	float: left;
	width: 49%;
}
#travel_club {
	width: 40%;
}
#promotion_code {
	width: 58%;
}
#main_bar {
	background-color: #3F439F;
	height: 38px;
	text-align: center;
	width: 100%;
}
#main-menu {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 52px;
	z-index: 1;
}
#menu-backing {
	border: 0;
	height: 19em;
	left: -12px;
	position: absolute;
	top: 90px;
	width: 12.7em;
}
* html #menu-backing {
	border: 0;
	height: 19em;
	left: 0;
	position: absolute;
	top: 78px;
	width: 12.7em;
}
#reports_by_date_icon_form {
	display: none;
}
#top_bar,
#top_bar_manager {
	height: 38px;
	text-align: left;
	width: 100%;
}
#top_bar {
	background: url(asset/images/kestrel/default/v2/menu-background.gif) repeat;
}
#top_bar_manager{
	background: url(asset/images/kestrel/default/v2/menu-background-manager.gif) repeat;
}
.lds-listing-row-hilite {
	background-color: #F7DCA7;
}
.form_input td {
	vertical-align: middle;
}
#booking_extras {
	border:solid 0px white;
}
#extras_links a:hover {
	text-decoration: none;
}

/* ############# */
/* ## bar top ## */
/* ############# */
.location-right-manager {
	background-image: url(asset/images/kestrel/default/v2/location-right-manager.gif);
	background-repeat: no-repeat;
	text-align: right;
}
.location-right-user {
	background-image: url(asset/images/kestrel/default/v2/location-right-user.gif);
	background-repeat: no-repeat;
	text-align: right;
}
.location-right-user span, .location-right-manager span {
	color: #666;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-right: 6px;
	position: relative;
	text-decoration: none;
	top: -4px;
}
.location-right span a {
	color: #3F439F;
	text-decoration: none;
}
.location-right span a:hover {
	text-decoration: underline;
}
.nav-background-manager {
	background-image: url(asset/images/kestrel/default/v2/navigation-bg-manager.gif);
	background-repeat: repeat-x;
}
.nav-background-user {
	background-image: url(asset/images/kestrel/default/v2/navigation-bg-user.gif);
	background-repeat: repeat-x;
}
.nav-menu {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
}
.nav-current-location {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	margin-left: 120px;
	margin-top: 4px;
	text-align: left;
	text-decoration: none;
}
.nav-current-location a {
	color: #666;
	font-style: normal;
	text-decoration: none;
}
.nav-current-location a:hover {
	text-decoration: underline;
}
.top-background {
	background-color: #3F4F9F;
}
.top-logo {
	position: absolute;
	right: 0;
	top: 0;
}

/* Copyright (c) 2000-2007 Atolis Ltd */

