
/* ************ General Main SECTION settings ************* */

body {
	text-align: center;
}

.bodypro {
	margin: 0px;
	padding: 0px;
}

input[type="text"] { 
    border: 1px solid #006699;
    height:20px;
    font-size: 11px;
    padding:2px;

}

.button_ok {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #cc0000;
    border: 1px outset #cc0000;
    height:32px;
    margin:0px 0px 5px 0px;
}

.button_save {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: green;
    border: 1px outset green;
    height:32px;
    margin:0px 0px 5px 0px;
}

.button_small {
    color: white;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    background-color: #006699;
    border: 1px outset #006699;
    height:20px;
}

.button_delete {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #cc0000;
    border: 1px outset #cc0000;
    height:32px;
    /*width: 200px;*/
    margin:0px 0px 5px 0px;
}

.button_pager {
    height:25px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:12px;
    background-color: #006699;
    border: 1px outset #006699;
    margin:0;
}

.button_disabled {
    color:gray;
    background-color:#e0e0e0;
    border:1px outset #e0e0e0;
    cursor:default;
}

.mainpage_header_title {
    color:white;
	font-size: 16px;
	font-weight: bold;
    background-color:#99c2d6;
	
}

.mainpage_table {
	font-family: Tahoma;
	font-size: 9px;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #006699;
}

.mainpage_cell_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006699;	
	font-size: 13px;
	color: white;
	padding: 2px;
	text-align:center;
	font-weight: bold;

}

.mainpage_cell_seperator {

}

.mainpage_cell_label {
	font-size: 12px;	
	padding: 5px;
}

.mainpage_cell_spacer1 {
	height:10;
}

.mainpage_cell_textbox {

}

.mainpage_textbox {
	border: 1px solid #003366;

}

.mainpage_button_go {

}

.mainpage_cell_desc1 {
	font: 11px verdana ;
}

.mainpage_cell_warning {
	color: #ff0000;
}

/****** Generic Form *******/
.form_body {
	border: 1px solid #006699;
	background-color:#eee;

}

.form_label {
	font-size: 12px;	
	padding: 3px;
}

.form_label_compulsary {
	font-size: 12px;	
	padding: 3px;
	font-weight: bold;

}

.form_value {
	font-size: 12px;	
	padding: 3px;
    font-weight: bold;
}

.form_textarea {
    border: 1px solid #006699;
    font-size: 11px;
	padding: 2px;
}

.form_comment {
	font-size: 11px;	
	padding: 5px;
	color: #CC0000;

}
.form_warning {
	font-size: 14px;	
	padding: 5px;
	font-weight: bold;
	color: red;

}
.form_description {
	font-size: 11px;	
	padding: 5px;
	color: #003366;

}

.form_seperator {
	background-color:#CADFF6;
    height:5px;
}

.form_spacer {
	height:10;
}

.form_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99c2d6;	
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
    font-weight: bold;
}
	
.form_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99c2d6;	
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;	
}

.form_textbox {
	border: 1px solid #003366;	
}


/*********** Booking Search SECTION *************/

.bookingsearch_link {
    text-align: center;
	text-decoration: underline;
	font-weight: bold;

}

.bookingsearch_row_cancelled {
	color: red;    
}

/*********** Search SECTION *************/

.search_row_odd {
	background-color:#eee;
}

.search_row_even {
}

.search_cart_title {
    font-weight: bold;
	background-color: #eee;
    text-align: right;
    border-bottom: 1px solid #006699;
    
}

.search_button {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #006699;
    border: 1px outset #006699;
    height:32px;
    margin:0px 0px 5px 0px;
    cursor: pointer;
	text-decoration: none;
}

.searchagain_button {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #006699;
    border: 1px outset #006699;
    height:22px;
    margin:0;
    cursor: pointer;
	text-decoration: none;
}

.search_button_small {
     color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #006699;
    border: 1px outset #006699;
    height:22px;
    margin:0px 0px 5px 0px;
    cursor: pointer;
	text-decoration: none;
   
}

.search_table {
	background-color: #cce0eb;	
	border: 1px solid #006699;
    padding: 3px;
}

.search_div {
	background-color: #eee;	
	padding: 3px;

}
/*********** DIALOG SECTION *************/
.dialog_table {
    width: 100%;
    border: 1px solid #000080;
    border-bottom: 4px solid #000080;
    margin: auto;
    padding: 0px;	
}

.dialog_title {
	font-size: 14px;
    font-weight: bold;
	color:  #FFFFFF;
	background-color: #99c2d6;	
	
}

.dialog_description {
	font-size: 11px;
    font-weight: normal;
}

.dialog_label {
	font-size: 11px;
    font-weight: normal;
    text-align: right;
}

.dialog_body {
	background-color: #eee;

}

.dialog_textbox {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	width:300px;
	
}

.dialog_thinline {
	background-color: #99c2d6;
}

.report_list {
	border: 1px solid #cccccc;

}

.report_criteria {
	background-color: #cce0eb;
}	

.report_title {
	font-size: 14px;
	color:  #cc0000;
    font-weight: bold;
	background-color: #99c2d6;

}

.report_textbox {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	width:200px;
	
}

/********** MyCompany Section *******************/


/*********** Direct Consumer Section *************/

#dc_home a:link {
        font-weight: bold;

}

.dc_header {
	font-size: 14px;
    font-weight: bold;
	color:  #FFFFFF;
	text-align: left;

}

.dc_title {
	font-size: 12px;
    font-weight: bold;
	color:  #003366;
}

.dc_description {
	font-size: 11px;
    font-weight: normal;
	color:  #003366;
}

.dc_normalprice {
	font-size: 12px;
    font-weight: bold;
	color:  #003366;
}

.dc_infolink {
	font-size: 14px;
    font-weight: normal;
	color:  #003366;
}

.dc_cartlink {
	font-size: 16px;
    font-weight: bold;
	color:  #003366;
}

.dc_specialprice {
	font-size: 13px;
    font-weight: bold;
	color:  red;
}

.dc_redbold {
    font-weight: bold;
	color:  #cc0000;
}

.dc_table {
	background-color: #eeeeff;
	border: 1px solid #006699;	

}

/*********** HOME SECTION *************/

.home_loadingselection {
	font-size: 13px;
	color:  #cc0000;    
    font-weight: bold;
   
}

#home_menutable a {
	text-decoration: none;
}
.home_loginregister {
	font-size: 18px;
	color:  #cc0000;    
    font-weight: bold;
	text-align: center;
	text-align: center;
	text-decoration: underline;
}
.home_speciallink {
	font-size: 16px;
	color:  #cc0000;    
    font-weight: bold;
	text-align: center;
	text-align: center;
	text-decoration: underline;
}

.home_outertable {
	width: 100%;
}
.home_leftpanel {
	vertical-align: top;
	width: 1%;
}
.home_rightpanel {
	vertical-align: top;
	width: 99%;
}	

.home_menutitle {
	font-size: 16px;
    font-weight: bold;
	color:  #FFFFFF;
	text-align: center;
}

.home_menutitle2 {
	font-size: 16px;
    font-weight: normal;
	color:  #FFFFFF;
	text-align: right;
	border-bottom: 1px solid #006699;	

}

.home_menutitle_image {
	text-align: center;
}

.home_menuheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99c2d6;	
}

.home_menutable {
	width: 180px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #006699;	
}

.home_menutable2 {

	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #006699;	
}

.home_menutoolbar {
	background-color: #cce0eb;
}

.home_menubar_horizontal {
	background-color: #99c2d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
    padding: 5px;

}

.home_statusbar_horizontal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
    padding: 2px;
	color:  #880000;    
}

#toolbar a {
	text-decoration: none;
	color:  #880000;	
}

#toolbar a:hover {
	text-decoration: none;
	color:  #006699;	
}

.home_menubody_image {
	width: 1px;
}

.home_menubody_row {
	background-color: #cce0eb;
}

.home_menubody {
	font-family: Verdana, Arial;
	padding: 2px;
	margin: 0px;
	font-size: 12px;
	background-color: #cce0eb;

}

.home_feature_header {
	font-size: 14px;
    font-weight: bold;
	color:  #FFFFFF;
	text-align: left;

}

.home_feature_title {
	font-size: 12px;
    font-weight: bold;
	color:  #003366;
}

.home_feature_description {
	font-size: 11px;
    font-weight: normal;
	color:  #003366;
}

.home_feature_normalprice {
	font-size: 12px;
    font-weight: bold;
	color:  #003366;
}

.home_feature_specialprice {
	font-size: 13px;
    font-weight: bold;
	color:  red;
}

.home_feature_redbold {
    font-weight: bold;
	color:  #cc0000;
}

.home_feature_table {
	background-color: #eeeeff;
	border: 1px solid #006699;	

}
/*********** ADVANCED CART SECTION *************/
.advcart_heading {
    text-align:left;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-bottom: 4px solid #000080;
    background-color: #99c2d6;
    margin: 2px;
}

.advcart_label {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color: #003366;
	font-weight: normal;
}

.advcart_label_total {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color: #003366;
	font-weight: bold;
	text-align: right;
}

.advcart_subtoolbar {
    color: #006699;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
	vertical-align: middle;
}

.advcart_subtab_middle {
	background-image:	url( "../images/tab_orange_middle.gif" );	
    color: white;
	font: 11px Tahoma;
    font-weight: normal;	
}

.advcart_dialog_middle {
	background-image:	url( "../images/dialog_middle.gif" );	
    color: white;
	font: 11px Tahoma;
    font-weight: normal;	
}

.advcart_dialog_border {
	border: 1px solid #fe8a00;
}

.advcart_dialog {
	display: none; 
	background-color: white;	
	z-index: 1202222;
	position: absolute; 
	top: 150px; 
	left: 50%; 	
	width: 600px; 
	height: 500px;
	margin-left: -300px;	
}

.advcart_textbox {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	width:99%;
	height:19px;
}

.advcart_textbox_total {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #eee;
	width:99%;
	height:19px;
	text-align: right;	
}

.advcart_textbox_currency {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #eee;
	width:99%;
	height:19px;
	text-align: right;	
}

.advcart_textbox_centre {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #eee;
	width:99%;
	height:19px;
	text-align: right;	
}

.advcart_subheader {
    background-color: #006699;
    border: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding: 4px;
}

.advcart_subtitle {
    color: #cc0000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.advcart_product_message {
    color: red;
    font-size: 10px;
    font-weight: normal;
    text-align: left;

}
/*********** VOUCHER/CART SECTION *************/
.voucher {
    width: 100%;
    border: 1px solid #000080;
    border-bottom: 4px solid #000080;
    margin: auto;
    padding: 0px;
}

.voucher_heading {
    text-align:left;
    font-size: 19px;
    font-weight: normal;
    color: white;
    border-bottom: 4px solid #000080;
    background-color: #99c2d6;
    padding: 4px;
}

.voucher_footer {
    border-top: 1px solid #000080;
    background-color: #cce0eb;
    padding: 4px;
}

.voucher_title { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: normal; 
	color: #ffffff;
	background-color: #529cd5;
}

.voucher_operatortitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: normal; 
	color: #003366
}
	
.voucher_total { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: normal; color: #003366}

.voucher_textbox {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	width:99%;
	height:19px;
}

.voucher_textbox_readonly {
	background-color: #eee;
}

.voucher_textbox_freeform {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #ffcc66;
	width:99%;
}

.voucher_textarea {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	width:99%;
}

.voucher_textbox_rightalign {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #ffffff;
	width:50px;
	height:19px;
	text-align:right;
}

.voucher_textbox_rightalign_freeform {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #ffcc66;
	width:50px;
	height:19px;
	text-align:right;
}

.voucher_textbox_rightalign_freeform_readonly {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #ffcc66;
	width:50px;
	height:19px;
	text-align:right;
}

.voucher_textbox_rightalign_readonly {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #eee;
	width:50px;
	height:19px;
	text-align:right;
}
	
.voucher_combo {
	margin: 1px;
	padding: 1px 1px;
	font: 11px Tahoma;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	/*width:99%;
	min-width:110px*/;
}

.voucher_label {
	font-weight: bold;
}

.voucher_options {
	color: #CC0000;
}

.voucher_note {
	font-weight: bold;
	color: #CC0000;

}
.voucher_outline {
	border:1px dashed #000088;
	}

.voucher_card_header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ffffff;background-color: #000088}
.voucher_card_column { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #003366;background-color: #DDDDFF}

.voucher_include {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF0000;
	background-color: #EEEEFF;
	font-style: italic;
}
.voucher_commit { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #003366;
	background-color: #DDDDFF
}

.voucher_seperator{
	background-color: #000088;
	}

.voucher_thinline{
	background-color: #006699;
	}

.voucher_grid {
    background-color: #E0E0FF;
    margin-bottom:2px;
}

.voucher_grid_header {
    background-color: #006699;
    border: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding: 4px;
}

.voucher_grid_dialog {
	width:100%; 
    background-color: #99c2d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

.voucher_grid_dialog_freeform {
	width:100%; 
    background-color: #ffcc66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

.voucher_grid_dialog_toolbar {
	width:100%;
    background-color: #cce0eb;
    border: none;
    color: white;

}

.voucher_grid_row {
    background-color: white;
    font-weight: normal;
}

.voucher_product_row {
    background-color: white;
    font-weight: bold;
}

.voucher_product_freeformrow {
    background-color: #ffffdd;
    font-weight: bold;
}

.voucher_product_firstcell {
    background-color: white;
    font-weight: normal;
}

.voucher_product_comment {
    color: red;
 
}

.voucher_product_freeformtoolbar {
    background-color: #ff9900;
    border: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    
}

.voucher_product_toolbar {
    background-color: #006699;
    border: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    
}

.voucher_product_cell {
	width:100%;
    background-color: white;
    border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 5px solid #006699;

}

.voucher_product_freeformcell {
	width:100%;
    background-color: white;
    border-top: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	border-left: 5px solid #ff9900;

}

.voucher_product_tab {
	width:100%;
    background-color: white;

}
.button_commit {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #00bb00;
    border: 1px outset #00bb00;
    height:32px;
    /*width: 200px;*/
    margin:0px 0px 5px 0px;
    cursor: pointer;
}

.button_continue {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #006699;
    border: 1px outset #006699;
    height:32px;
    /*width: 200px;*/
    margin:0px 0px 5px 0px;
    cursor: pointer;
}

.button_cancel {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #cc0000;
    border: 1px outset #cc0000;
    height:32px;
    /*width: 200px;*/
    margin:0px 0px 5px 0px;
    cursor: pointer;
}

.button_commit_callback {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: #0000A0;
    border: 1px outset #0000A0;
    height:32px;
    width: 200px;
    margin:0px 0px 5px 0px;
}

.payment_table {
    background-color: #E0E0FF;
    width: 100%;
    margin-bottom:2px;
}

.cart_msg {
    color: #cc0000;
    font-weight: bold;
    font-size: 13px;
}
.cart_footer_msg {
    color: #cc0000;
    font-weight: bold;
    font-size: 10px;
    text-align: center;

}	
.cart_process_table {
	border: 1px solid #0000A0;
    background-color: #eee;
}

.cart_process_row {
    background-color: #eee;
    font-family: Tahoma;
}

.cart_process_error {
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.cart_process_large {
    color: #003366;
    font-weight: bold;
    font-size: 12px;
}

.cart_process_up {
    color: green;
    font-weight: normal;
    font-size: 12px;
}

.cart_process_normal {
    color: #003366;
    font-weight: normal;
    font-size: 12px;
}

.cart_process_button_error {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #cc0000;
    border: 1px outset #cc0000;
    height:32px;
    margin:0px 0px 5px 0px;
    cursor: pointer;
	text-decoration: none;

}

.cart_process_button_ok {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #006699;
    border: 1px outset #006699;
    height:32px;
    margin:0px 0px 5px 0px;
    cursor: pointer;
	text-decoration: none;

}

/*********** INFO SECTION *************/
#info_page {
}

#info_div {
	position: absolute; 
	left: 50px; 
	top: 30px;  
	z-index:5;
}

.info_div_outertable {
	width: 700px;
	height: 700px;
	background-color: #eeeeff;

}
.info_table {
	width: 100%;
	border: 1px dashed #003366;
	padding: 3;
}

.info_title {
	font-family: Verdana;
	font-size: 20px;
	color:#003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.info_imagecell_main {
	vertical-align: top;
	width: 1;
}

.info_image_main {
	
}

.info_description {
	vertical-align: top;
	background-color: #eeeeff;	
	padding: 3;

}

.info_includes {
	vertical-align: top;
	padding: 3;
	
}

.info_imagecell_includes {
	vertical-align: top;
	width: 1;
	
}

.info_image_includes {
	
}

.info_pricematrix {
	
}

.info_availability {
	
}

.info_buttons {
	text-align: right;
}

.info_button_email {
	
}

.info_button_booknow {
	
}

/* ---- Info Price matrix table */
#info_price_page {
	
}

.info_price_table {
	width: 100%;
	border: 1px solid #003366;
	background-color: #eeeeff;

}
.info_price_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;

}

.info_price_header_row {
	background-color: #5090D0;
	
}

.info_price_header_label {
	width: 25%;
	color: #ffffff;
	font-weight: bold;

}

.info_price_header_column {
	text-align: center;
	width: 25%;
	color: #ffffff


}

.info_price_data_row {
	
}

.info_price_data_label {
	color: #ffffff;
	background-color: #5090D0;	
}

.info_price_data_cell {
	text-align: center;

}

.info_price_comment {
	color: #cc0000;
}

/* ---- Info availability table */
#info_availability_page {
	
}

.info_availability_table {
	width: 100%;
	border: 1px solid #003366;
	background-color: #eeeeff;

}
.info_availability_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;

}

.info_availability_header_row {
	background-color: #5090D0;
	
}

.info_availability_header_label {
	width: 150px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;

}

.info_availability_header_column {
	text-align: center;
	min-width: 35px;
	color: #ffffff
}

.info_availability_data_row {
	
}

.info_availability_data_label {
	color: #ffffff;
	background-color: #5090D0;	
}

.info_availability_data_cell {
	text-align: center;
	background-color: #90F0B0;
	text-decoration: underline;
}

.info_availability_data_cell_near {
	text-align: center;
	background-color: #F0F090;
	text-decoration: underline;
}

.info_availability_data_cell_last {
	text-align: center;
	background-color: #F0C090;
	text-decoration: underline;
}

.info_availability_data_cell_full {
	text-align: center;
	background-color: #F09090;
	text-decoration: underline;
}

.info_availability_comment {
	color: #cc0000;
}

.info_loading {
	background-color: #eeeeff;
	font-weight: bold;
	width: 100%;
	border: 1px solid #003366;
	
}


/*********** OPERATOR LIST *************/
#operatorlist a {
	color: #660000;
	text-decoration: none;
}

.operatorlist_table {
	width: 100%;
}

.operatorlist_inner_row_even {
	background-color: #eeefff;
}
.operatorlist_inner_row_odd {
	

}

.operatorlist_warning {
	color: red;
}

.operatorlist_search_table {
	width: 100%;
	
}

.operatorlist_search_text {
	font-weight: bold;
}

.operatorlist_seperator {
	width: 100%;
	background-color: #006699;
}

.operatorlist_cell_link {
	width: 1;
	
}

.operatorlist_product_table {
	text-align: center;
	background-color: #cce0eb;
	width:100%;
	border: 1px solid #006699;	
	
}

/*********** PRODUCT LIST *************/
.productlist a {
	color: #004488;
	text-decoration: none;
}

#favouritelist a {
	color: #004488;
	text-decoration: none;
}

#lastbookedlist a {
	color: #004488;
	text-decoration: none;
}

#topbookedlist a {
	color: #004488;
	text-decoration: none;
}

#searchlist a {
	color: #004488;
	text-decoration: none;
}

.productlist_table {
	border: 0px solid #5090D0 ;
	background-color: #cce0eb;	
	width: 100%;
	padding: 1px;
}

.productlist_grouprow {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
	/* background-color: #5090D0; */
}

.productlist_inner_table {
	width: 100%;
	/* background-color:#eeeeff; */
}

.productlist_inner_row_header {
	font-weight: bold;
	background-color: #cce0eb;
	padding: 0px;
}

.productlist_inner_row_even {
	background-color:#ffffff;
	padding: 0px;
}

.productlist_inner_row_odd{	
	background-color:#eeefff;
	padding: 0px;

}

.productlist_cell_first {
	font-weight: bold;
	width: 70%;	
}

.productlist_cell_normal {
	width: 20%;
	}

.productlist_cell_link {
	width: 5%;
	color: #CC0000;
	font-weight: bold;
}

.productlist_availability_data_cell {
	text-align: center;
	background-color: #90F0B0;
	text-decoration: underline;
}

.productlist_availability_data_cell_near {
	text-align: center;
	background-color: #F0F090;
    text-decoration: underline;
}

.productlist_availability_data_cell_last {
	text-align: center;
	background-color: #F0C090;
	text-decoration: underline;
}

.productlist_availability_data_cell_full {
	text-align: center;
	background-color: #F09090;
	text-decoration: none;
}

.productlist_featured_table {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003366;	
}
.productlist_featured_title {
	font-size: 12px;
	font-weight: bold;
}

.productlist_featured_description {
	
}
.productlist_featured_rate {
	text-align: right;
	font-weight: bold;
	color: #cc0000
	
}
.productlist_featured_links {
	text-align: right;

}

.productlist_special {
	color: red;	
}

