
/* CSS for content area  */
.content_zone{
	vertical-align:top;
	background-color:#FFFFff;
	font-size: 12px;
	color:#330099;
	/*line-height: 17px;*/
	width:770px;
	max-width:770px;
	padding:5px 20px 5px 20px;
}
p{ margin-bottom:10px; margin-top:0; }
hr.line{
	width:80%;
	text-align:center;
}
/** Navigation bar on the top of content **/
div.navi_top{
	font-weight: normal;
	font-size: 10px;
	padding-left:0px;
	padding-top:3px;
	padding-bottom:2px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:solid 1px #CCCCCC;
}
div.navi_top a:link, div.navi_top a:visited, div.navi_top a:active{
	padding-left:2px;
	padding-right:2px;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
div.navi_top a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#FF0033;
}
/** Hotline lable **/
.hotline{
	margin-top:5px;
	background-color:#666;
	color:#FFFFFF;
	font-size:10px;
}
.hotline td{
	padding:2px 5px 2px 10px;
}
/* spacer style */
.spacer{ height:10px; line-height:10px; border:0; padding:0; margin:0;	}
.vspacer{ width:20px; border:0; padding:0; margin:0;}
/* Text Style */
h1{
	font-size:16px;
	color:#FFFFFF;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:middle;
}
h2{
	font-size:16px;
	color:#FFFFFF;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:middle;
}
h3{
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
	margin:0;
	margin-bottom:5px;
}
h1.content_h1{
	font-weight: bold;
	font-size: 16px;
	color: #cc0033;
	margin-bottom:5px;
}
.header_blue{
	font-size:18px;
	font-weight:bold;
	color:#330099;
	padding-top:10px;
	padding-bottom:5px;
}
.small_text{
	font-family: Verdana;
	font-size: 9px;
}
.normal_text{font-weight:normal;}
.big_darkblue_bold{
	font-size: 13px;
	color:#330099;
	font-weight:bold;	
}
.big_blue_bold{
	font-size: 13px;
	color:#3300ff;
	font-weight:bold;	
}
.big_red_bold{
	font-size: 13px;
	color: #CC0000;
	font-weight:bold;	
}
.big_yellow_bold{
	font-size: 13px;
	color: #FFFF66;
	font-weight:bold;	
}
.text_blue{ color:#3300ff;}
.text_red{ color: #CC0000; }
.text_darkblue{color:#330099;}
.text_yellow{color:#ffff66;}
.text_white{color:#FFFFFF;}
.green_text{
 	color:#33CC33;
	font-weight:bold;
}
.font_monotype_corsiva{
	color:#330099;
	font-family:Monotype Corsiva;
	font-size:18px;
}
.text_center{text-align:center;}
/* Link Style */
a.link_bold:link, a.link_bold:visited, a.link_bold:active {
	color: #3300ff;
	font-weight:bold;
	text-decoration: underline;
}
a.link_bold:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.link_hotline:link, a.link_hotline:visited, a.link_hotline:active {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}
a.link_hotline:hover {
	color: #ffff66;
	text-decoration: underline;
}
a.link_bold_boat:link, a.link_bold_boat:visited, a.link_bold_boat:active {
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
	font-size:16px;
}
a.link_bold_boat:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.link:link, a.link:visited, a.link:active {
	color: #3300ff;
	text-decoration: underline;
}
a.link:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.link_red:link, a.link_red:visited, a.link_red:active {
	color: #CC0000;
	text-decoration: underline;
}
a.link_red:hover {
	color: #3300ff;
	text-decoration: underline;
}
a.link_local:link, a.link_local:visited, a.link_local:active {
	text-decoration: underline;
	color: #3300ff;
	font-size:10px;
}
a.link_local:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.link_val:link, a.link_val:visited, a.link_val:active {
	text-decoration: underline;
	color: #ffff66;
	font-size:10px;
}
a.link_val:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* case blue */
.caseblue{border: 1px solid #330099;}
.caseblue2{
	border: 1px solid #330099;
	background-color:#ccc}
	
/** new case style **/
table.boxcontent{
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ebebeb;
	color: #000066;
}
table.boxcontent_gallery{/* gallery box*/
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#00339C;
	color: #ffffff;
}
.content_headline{
	background-image:url(images/content_headline_images/t-head1.gif);
	background-position:top;
	background-repeat:repeat-x;
	white-space:nowrap;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	width:10%;
	
}
.content_headline_boat{
	background-image:url(images/content_headline_images/t-head1.gif);
	background-position:top;
	background-repeat:repeat-x;
	white-space:nowrap;
	padding-left:5px;
	text-align:left;
	
}
.content_headline_gray{
	background-color:#ebebeb;
	text-align:left;
	vertical-align:top;
}
.content_headline_darkgray, .content_headline_darkgray td{
	background-color:#e0e0e0;
	text-align:center;
	font-size:13px;
}
.content_headline_spacer{
	height:4px;	line-height:4px; padding:0; margin:0; border:0;
	background-color:#040495;
	background-image:url(images/content_headline_images/t-head1.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.content_body{
	padding:10px 10px 10px 10px;
}
table.content{
	padding:0;
	margin:0;
	text-align:center;
}
.container {
	text-align:justify;
	font-size:12px;
}
img{
	border:0;
	margin:0;
	padding:0;
}
img.showborder{
	border:solid 1px #666666;
}
table.menu_search{
	background-color:#305fc8;
	border-top: 1px solid #4637FF;
	border-right: 1px solid #000;
	background-image:url(images/navigation/back-searchbox.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
ul{ 
	margin-top:0; 
	padding-top:0; 
	margin-bottom:0; 
	padding-bottom:10px; 
}
/* loading box*/
#divLoadCont{position:absolute; z-index:10;}
/* Availability Form */
table.frm_ava{
/*	background-color:#3C64E9;*/
	background-color:#305fc8;
	border-top: 1px solid #4637FF;
	border-right: 1px solid #000;
	background-image:url(images/navigation/back-searchbox.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
table.frm_ava td{
	color:#FFFF66;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border:0;
}
table.frm_ava td input{
	width:100%;
}
table.frm_ava td td{padding:0;}
table.box_case{
	background-color:#789BF3;
}
table.box_incase td{
	background-color:#ebebeb;
}
/* search result*/
.sr_box{
	background-color:#e0e0e0;
	margin-bottom:10px;
}
.sr_time_box td{ 
	background-color:#EBEBEB;
	font-weight:normal;
	color:#666;
	padding-left:5px;
}
.sr_boat_detail td{ 
	background-color:#ebebeb; 
	font-size:11px;
	color:#666;
	padding-left:5px;
}
.sr_trip td{
	background-color:#3E66EA;
	color:#FFFFFF;
}
.sr_price td{
	background-color:#EBEBEB;
	color:#0000CC;/*#cc0033;*/
	font-weight:bold;
}
.sr_info td{
	background-color:#789BF3;
}
/* search result (special price) */
.sr_box_sp{
	background-color:#EEEFD1;
	margin-bottom:10px;
}
.sr_time_box_sp td{ 
	background-color:#F1F1E4;/*#9BDCE1;*/
	font-weight:normal;
	color:#666;
	padding-left:5px;
}
.sr_boat_detail_sp td{ 
	background-color:#F1F1E4; 
	font-size:11px;
	color:#666;
	padding-left:5px;
}
.sr_trip_sp td{
	background-color:#3E66EA;
	color:#FFFFFF;
}
.sr_price_sp td{
	background-color:#F1F1E4;
	color: #cc0033;
	font-weight:bold;
}
tr.normal_price td{
	color:#0000CC;
}
.sr_info_sp td{
	background-color:#789BF3;
}
/*--- end special price css ---*/
.sr_box img, .sr_box_sp img{ margin:5px 0 5px 0;}
.warning_currency td{
	background-color:#fff;
	color:#333;
	font-weight:normal;
	text-align:center;
	font-size:11px;
	line-height:12px;
}
a.link_sr_bold:link, a.link_sr_bold:visited, a.link_sr_bold:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a.link_sr_bold:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text_sr_small{color:#FFFFFF; font-size:11px;}
.sr_vspace{ 
	margin-top:3px;
	margin-bottom:3px;
}
/* Paggin link style */
a.paging:link, a.paging:visited, a.paging:active {
	border:1px solid #996600;
	padding-left:4px;
	padding-right:4px;
	color: #0000CC;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	margin-right:2px;
	height:17px;
	line-height:17px;
}
a.paging:hover {
	background-color:#FF9900;
	color: #ffffff;
	text-decoration: none;
}
a.paging_selected:link, a.paging_selected:visited, 
a.paging_selected:active, a.paging_selected:hover{
	border:1px solid #996600;
	padding-left:4px;
	padding-right:4px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
	margin-right:2px;
	background-color:#FF9900;
	height:17px;
	line-height:17px;
}
.oldprice{
	color:#000000;
	font-weight:normal;
	text-decoration:line-through;
}
.sp_row{
	background-color:#EEE9F8;
}
/* Schedule table style */
.schedule{
	color:#666666;
}
.schedule td, .schedule th{
	background-color:#e0e0e0;
	text-align:center;
}
.schedule th{
	font-weight:bold;
	background-color:#cccccc;
}
th.schedule_head_topic{
	height:37px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000066;/*#3E66EA;*/
}
tr.schedule_sp_row td{
	background-color:#EEE9F8;
}
.schedule_print{
	color:#000000;
	background-color:#000066;
}
.schedule_print_bg{
	background-color:#FFFFFF; 
	color:#000000;
	width:100%;
	height:100%;
	position:absolute;	
}
.schedule_print td, .schedule_print th{
	background-color:#ffffff;
	text-align:center;
}
.schedule_print th{
	font-weight:bold;
	background-color:#ffffff;
}
th.schedule_head_topic_print{
	height:37px;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
}
.schedule_head_line_print{
	text-align:center;
	line-height:40px;
	height:40px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
}
/* currency box */
ul.currency {
	padding:2px 2px 2px 2px; margin:0;
	display:inline;
	text-align:right;
	color:#000;
	font-size:10px;
	font-weight:bold;
	border:solid 1px #000066;
	float:right;
	background-color:#B9DFFF;/*#809DD7;*/
/*	background-color:#ff9900;*/
}      
ul.currency li {
	list-style-type:none;
    display:inline;
}
ul.currency a:link,ul.currency a:visited,ul.currency a:active{
	background-color:#FFFFFF;	
	color:#333333; 
	text-decoration:none;
}
ul.currency a:hover{
	background-color:#FF9900;/*#645FCD;*/
	color:#FFFFFF;
}
li.selected a:link,li.selected a:visited,li.selected a:active,li.selected a:hover{
	/*background-color:#645FCD;*/
	background-color:#FF9900;
	font-weight:bold;
	color:#FFFFFF;
}
li a{padding-right: 3px; padding-left: 3px;}

/* sort search box */
ul.sort_search {
	padding:2px 2px 2px 2px; margin:0;
	display:inline;
	text-align:right;	
	color: #000;
	font-size:12px;
	font-weight:bold;
	border:solid 1px #000066;
	float:right;
	background-color:#B9DFFF;/*#809DD7;*/
/*	background-color:#ff9900;*/
}      
ul.sort_search li {
	list-style-type:none;
    display:inline;
}

/*ul.sort_search li a{padding-right: 3px; padding-left: 3px;}*/

ul.sort_search li a:link,
ul.sort_search li a:visited,
ul.sort_search li a:active{
	text-decoration:none;
	background-image:url(images/sort_up_down.gif);
	background-repeat:no-repeat;
	background-position:right 1px;	
	background-color:#FFFFFF;	
	/*color:#333333;*/
	color: #0000CC;
	padding-right:12px;
	padding-left:3px;
	
	font-weight:bold;
}
ul.sort_search li a:hover{
	background-color:#FF9900;
	color: #ffffff;
	font-weight:bold;	
}
ul.sort_search li a.sort_asc:link,
ul.sort_search li a.sort_asc:visited,
ul.sort_search li a.sort_asc:active,
ul.sort_search li a.sort_asc:hover{
	text-decoration:none;
	background-image:url(images/sort_down.gif);
	background-repeat:no-repeat;
	background-position:right 1px;	
	background-color:#FF9900;
	color: #ffffff;
	font-weight:bold;
	padding-right:12px;
	padding-left:3px;
}
ul.sort_search li a.sort_desc:link,
ul.sort_search li a.sort_desc:visited,
ul.sort_search li a.sort_desc:active,
ul.sort_search li a.sort_desc:hover{
	text-decoration:none;
	background-image:url(images/sort_up.gif);
	background-repeat:no-repeat;
	background-position:right 1px;	
	background-color:#FF9900;
	color: #ffffff;
	font-weight:bold;
	padding-right:12px;
	padding-left:3px;
}

/* gallery */
#box_gallery{
	width:660px;/*508px;*/
	/*height:480px;*/
	padding:10px;
	background-color:#00339C;
	text-align:center;
}
#onetext{
	font-weight:bold;
	width:650px;
	padding:10px 5px 10px 5px;
	color:#FFFFFF;	/*color:#009966;*/
	text-align:justify;
}
#onetext a{
	color:#ffff66;
	font-weight:bold;
	text-decoration:underline;
}
#onetext a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.gallery_image_table{
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
}
.gallery_desc_table{
	background-color:#2E5AB3;
	padding:5px 5px 5px 5px;
}
.gallery_selectbox_table{
	background-color:#0B40AC;
	padding:5px 5px 5px 5px;
}
.gallery_button_box{
	z-index:10; position:absolute;float:left;left:50%;
}
.gallery_control{
	text-align:center;
	padding:10px 5px 5px 5px;
	margin:0;
	/*background-color:#CCCCCC;*/
}
.gallery_control input{
	padding-left:5px;
	padding-right:5px;
}
.gallery_headline {
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
	padding-left:1em;
}
.gallery_backbt{
	padding-left:4em;
}
a.gallery_link_bt{
	color:#FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background-color: #000083;
	padding:1px 5px 1px 5px;
	border-top: 1px solid #4637FF; 
	border-left: 1px solid #0000CC;
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000;
	margin-right:3px;
	line-height:23px;
}
a.gallery_link_bt:hover{
	background-color:#2828FF;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
/*	background-position:0px;*/
}
hr.gallery_line{ border-color: transparent; border:0; border-top:1px solid #fff;}
/* table thumbnail in blue style */
table.thumbnail{ background-color:#3465CB; }
table.thumbnail td{ background-color:#0B40AC; text-align:center; vertical-align:middle; width:156px;}
table.thumbnail img{ border:3px #FFFFFF solid; }
/*  boat style */
td.boat_dark, boat_dark_headline {  
	background-color:#666;
}
img.wh_border{ border:1px solid #FFFFFF;}
td.boat_dark_headline {  
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
	padding-top:7px;
	padding-bottom:5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.boat_light {  
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
	background-color:#999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boat_top_blue {  
	color: #3300FF;
	font-weight: bold;
	font-size: 12px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boat_top_red {  
	color: #cc0033;
	font-weight: bold;
	font-size: 12px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boat_cabine {  
	color: #000066;
	font-weight: normal;
	font-size: 12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.red_small {  
	color: #cc0033;
	font-weight: normal;
	font-size: 9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.blue_small {  
	color: #000066;
	font-weight: normal;
	font-size: 9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.boat_text {  
	color: #000066;
	font-weight: normal;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color:#e0e0e0;/*#E8E8E8;*/
	text-align:justify;
}
.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left:5px;
}
.block_link_bt{
	background-color: #ebebeb;/*#e0e0e0;/*#040495;*/
	padding-top:2px;
	padding-bottom:2px;
}
a.boat_link_bt{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #000083;
	padding:3px 4px 3px 4px;
	border-top: 1px solid #4637FF; 
	border-left: 1px solid #0000CC;
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000;
	margin-right:3px;
	line-height:23px;
}
a.boat_link_bt:hover{
	background-color:#2828FF;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
}
a.boat_link_bt2{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	padding:3px 4px 3px 4px;
	margin:0px;
	line-height:23px;
}
/*--- boat button link ---*/
.boat_btt_bg { /* background of the button*/
	margin-right:3px;
	margin-top:3px;
	background: url(images/navigation/bo2_m.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	float:left;	
	padding:0;
}
.boat_btt_bg:hover{ /* background of the button (mouse over)*/
	background: url(images/navigation/bo2_m.jpg);
	background-repeat:repeat-x;
	background-position:0px -20px;
}
.boat_btt_l {/*the left of button*/
	background: url(images/navigation/bo2_l.jpg) 0 100% no-repeat; 
	background-position:0px 0px;
	padding:0;
}
.boat_btt_l:hover { /*the left of button (mouse over)*/
	background: url(images/navigation/bo2_l.jpg) 0 100% no-repeat; 
	background-position:0px -20px;
}
.boat_btt_r { /*the right of button and text*/
	display:block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:6px;
	padding-right:6px;
	color:#fff; 
	height:18px; 
	/*line-height:20px;*/
	font-weight:bold;
	background: url(images/navigation/bo2_r.jpg) 100% 0 no-repeat;
	text-align:center;
	white-space:nowrap;
	padding-top:2px;
} 
.boat_btt_r:hover{ /*the right of button and text (mouse over)*/
	text-decoration:none;
	background: url(images/navigation/bo2_r.jpg) 100% 100% no-repeat;
}
.boat_btt_r a:hover, .boat_btt_r a:active, .boat_btt_r a:link, .boat_btt_r a:visited{ 
	display:block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}
/*--- active boat button ---*/
.boat_btt_bg_act { /* background of the button*/
	margin-right:3px;
	margin-top:3px;
	background: url(images/navigation/bo2_m.jpg);
	background-repeat:repeat-x;
	background-position:0px -20px;
	float:left;
	padding:0;
}
.boat_btt_l_act {/*the left of button*/
	background: url(images/navigation/bo2_l.jpg) 0 100% no-repeat; 
	background-position:0px -20px;
	padding:0;
}
.boat_btt_r_act { /*the right of button and text*/
	display:block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:6px;
	padding-right:6px;
	color:#fff; 
	height:18px; 
	/*line-height:20px;*/
	font-weight:bold;
	background: url(images/navigation/bo2_r.jpg) 100% -20px no-repeat;
	white-space:nowrap;
	padding-top:2px;
} 
/*--- end of active button ---*/
a.boat_link_bt2:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	border:solid 1px #000;
}
.boat_link_bt_active{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	padding:3px 4px 3px 4px;
	background-color:#2828FF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
	margin-right:3px;
}
.boat_light_gray{ background-color:#e0e0e0;/*#E8E8E8;*/}
/* boat summary table (for boat plans)*/
table.boat_summary,table.boat_summary td,table.boat_summary th{
	background-color:#666;
	color:#FFF;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.boat_summary td{
	border:1px solid #999;
	background-color: #999;
	padding:1px 5px 1px 5px;
}
table.boat_summary th{
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
/* table thumbnail in gray style( for boat page )*/
table.gray_thumbnail{ background-color:#666; }
table.gray_thumbnail td{ background-color:#999; text-align:center; vertical-align:middle; width:156px;}
table.gray_thumbnail img{ border:3px #FFFFFF solid; }
/*  boat style (Blue style)*/
table.boat_boxcontent{
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#e0e0e0;/*#ebebeb;*/
	color: #000066;
}
.boat_content_headline{
	height:19px;
	line-height:19px;
/*	background-color:#040495;*/
	background-image:url(images/content_headline_images/t-head1.gif);
	background-position:top;
	background-repeat:repeat-x;
	white-space:nowrap;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	width:10%;
}
.boat_content_headline_boat{
	background-image:url(images/content_headline_images/t-head1.gif);
	background-position:top;
	background-repeat:repeat-x;
	white-space:nowrap;
	padding-left:5px;
	text-align:left;
	
}
.boat_content_headline_gray{
	background-color:#e0e0e0;/*#ebebeb;*/
	text-align:left;
}
.boat_darkblue_img_right {
	
	width:292px;
	padding:0px;
	margin:0;
	background-color:#040495;/*#090997;*/
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(images/content_headline_images/t-head1.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.boat_cabin_price td{ 
	background-color:#ebebeb; 	
	color: #000066;
	font-weight: normal;
	font-size: 12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
/*-- Newsletter Box --*/
.newsletter_text_p10{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}
.newsletter_text{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* enquiry page style */
#enq_sel{
	width:90px;
	border:0;
	padding:0;
	margin:0;
}

/* tauchsafaris page */
.tauchsafaris_th_l{
	width:180px;
	background-image:url(images/photos/liveaboards/thailand-kohtachai_180.jpg);
	background-repeat:no-repeat;
}
.tauchsafaris_burma_l{
	width:180px;
	background-image:url(images/photos/liveaboards/burma-northrock.jpg);
	background-repeat:no-repeat;
}
.tauchsafaris_indo_l{
	width:180px;
	background-image:url(images/photos/liveaboards/indonesia-sangeang.jpg);
	background-repeat:no-repeat;
}
.tauchsafaris_world_l{
	width:180px;
	background-image:url(images/photos/liveaboards/world-batfish.jpg);
	background-repeat:no-repeat;
}

img.trip_photo_border{
	border:solid 1px #060696;
}  
a.bannerindex{
	background:url(images/liveaboard_special.gif) no-repeat top;
	width:183px;
	height:78px;
	display:block;
	background-position:0px 0px;
	text-indent:-9999px;
	}
a.bannerindex:hover{
	background:url(images/liveaboard_special.gif) no-repeat top;
	width:183px;
	height:78px;
	display:block;
	background-position:0px -78px;
	}
