﻿/* Layout (Editor): Common Classes for floating left or right for inline element */
#bt .left { 
  float: left; 
  margin: 0 18px 18px 0; 
}
#bt .right { 
  float: right; 
  margin: 0 0 18px 18px; 
}

/* Layout: Common */
body {
	/* behavior: url("../css/csshover3.htc"); */
	height: 100%;
	background: #1a1a1a url(../images/bg_tile.gif) repeat-x left top;
	font: 11px/18px Arial;
	color: #D6D3D3;
}
a,a:visited,a:active {
	color: #D6D3D3;
	text-decoration:underline;
}
a:focus, a:hover {
	color: #ffffff;
	text-decoration:underline;
} 

/* Layout: Common: Header */
#bt {
	min-height: 550px;
}
#bt #top {
	margin: 10px 0;
}
#bt #header {
	position: relative;
	height: 118px;
	background:url(../images/top_background_header.jpg) no-repeat left top;
	z-index: 99;
}
#bt #header-logo {
	margin-top: 17px;
}

/* Layout: Common: Header: Navigation: Associate Links: Dropdown: Level 1 (one item only) 
IE6 Bug: Do not set "ul" with "position:relative". The dropdown menu will not work. Set with "position:absolute" instead. */
#bt #header-nav-assoc {
	position: relative;
	margin-top: 15px;
	z-index: 99;
}
#bt #header-nav-assoc ul {
	position: absolute;
	list-style: none;
	margin: 0;
}
#bt #header-nav-assoc ul li {
	font-weight: bold;
	/* float: left; This style trigger IE6 display bug that dropdown menu don't work */
}
#bt #header-nav-assoc ul a:hover {
	color: #ffffff;
}
#bt #header-nav-assoc ul a:active {
	color: #ffffff;
}
#bt #header-nav-assoc ul li a {
	display: block;
	width: 200px; /* Fixed width: 240px */
	padding: 5px 20px 10px 20px;
	color: #D6D3D3;
	text-decoration:none;
	background: transparent url(../images/assocbg.gif) no-repeat left top;
}

/* Layout: Common: Header: Navigation: Associate Links: Dropdown: Level 2 last */
#bt #header-nav-assoc ul ul {
	position: absolute;
	visibility: hidden;
	width: 240px;
	top: 32px;
	left: 0;
	background: #000000;
}
#bt #header-nav-assoc ul li:hover ul {
	visibility: visible;
}
#bt #header-nav-assoc ul ul li {
	font-weight: normal;
	color: #000; 
	float: none;
	background: transparent url(../images/menubg-dot.gif) repeat-x left bottom;
	margin: 0 20px;
	
}
#bt #header-nav-assoc ul ul li:first-child {
	margin-top: 10px;
}
#bt #header-nav-assoc ul ul li:last-child {
	margin-bottom: 15px;
}
#bt #header-nav-assoc ul ul li:hover {
	background-color: #3e3e3e;
}
#bt #header-nav-assoc ul ul li a {
	padding: 5px 0 5px 10px;
	background: none;
	width: 190px;
	display: inline-block;
}

/* Layout: Common: Header: Navigation: Language: Dropdown: Level 1 (one item only) 
IE6 Bug: Do not set "ul" with "position:relative". The dropdown menu will not work. Set with "position:absolute" instead. */
#bt #header-nav-lang {
	/*position: absolute;*/
	margin-top: 15px;
	/*z-index: 99;*/
	width: 220px;
	float: right;
	/*padding-right: 150px;*/
}
#bt #header-nav-lang ul {
	position: absolute;
	list-style: none;
	margin: 0;
}
#bt #header-nav-lang ul li {
	font-weight: normal;
}
#bt #header-nav-lang ul a:hover {
	color: #FFFFFF;
}
#bt #header-nav-lang ul a:active {
	color: #FFFFFF;
}
#bt #header-nav-lang ul li a {
	display: block;
	width: 55px; /* Fixed width: 95px */
	padding: 5px 20px 10px 20px;
	color: #D6D3D3;
	text-decoration:none;
	background: transparent url(../images/langbg.gif) no-repeat left top;
}

/* Layout: Common: Header: Navigation: Language: Dropdown: Level 2 last */
#bt #header-nav-lang ul ul {
	position: absolute;
	visibility: hidden;
	width: 95px;
	top: 32px;
	left: 0;
	background: #000000;
}
#bt #header-nav-lang ul li:hover ul {
	visibility: visible;
}
#bt #header-nav-lang ul ul li {
	font-weight: normal;
	color: #000; 
	float: none;
	background: transparent url(../images/menubg-dot.gif) repeat-x left bottom;
	margin: 0 10px;
	
}
#bt #header-nav-lang ul ul li:first-child {
	margin-top: 10px;
}
#bt #header-nav-lang ul ul li:last-child {
	margin-bottom: 15px;
}
#bt #header-nav-lang ul ul li:hover {
	background-color: #1c1c1c;
}
#bt #header-nav-lang ul ul li a {
	padding: 5px 0 5px 10px;
	background: none;
	width: 65px;
	display: inline-block;
}

/* Layout: Common: Header: Searchbox: */
#bt #header-search-box {
	margin-top: 38px;
}
#bt #header-search-but {
	margin-top: 41px;
}
#bt #header-search-box input.search-box {
	height: 11px;
	width: 95px;
	padding: 2px 2px;
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #9c9a9a;
}
#bt #header-search-but .search-but {
	margin-left: 5px;
}

/* Layout: Common: Header: Navigation: Main: Dropdown: Level 1 (Max. 3 levels) */
#bt #header-nav-main {
	position: relative;
	margin-top: 24px;
	z-index: 89;
}
#bt #header-nav-main ul {
	position: absolute;
	list-style: none;
	margin: 0;
}
#bt #header-nav-main ul li {
	border-left: 1px solid #7D7D7D;
	font-weight: bold;
	float: left;
}
#bt #header-nav-main ul li:hover, #bt #header-nav-main ul li.hover {
	position: relative;
}
#bt #header-nav-main ul a:hover {
	color: #ffffff;
}
#bt #header-nav-main ul a:active {
	color: #ffffff;
}
#bt #header-nav-main ul li a {
	display: block;
	padding: 2px 23px;
	padding-top: 0;
	color: #E6E6E6;
	text-decoration:none;
}

/* Layout: Common: Header: Navigation: Main: Dropdown: Level 2 */
#bt #header-nav-main ul ul {
	position: absolute;
	visibility: hidden;
	width: 180px;
	top: 100%;
	left: 0;
	background: #000000;
}
#bt #header-nav-main ul li:hover ul {
	visibility: visible;
}
#bt #header-nav-main ul ul li {
	border-left: none;
	font-weight: normal;
	color: #000; 
	float: none;
	background: transparent url(../images/menubg-dot.gif) repeat-x left bottom;
	margin: 0 20px;
	
}
#bt #header-nav-main ul ul li:first-child {
	margin-top: 10px;
}
#bt #header-nav-main ul ul li:last-child {
	margin-bottom: 15px;
}
#bt #header-nav-main ul ul li:hover, #bt #header-nav-main ul ul li.hover {
	position: relative;
	background-color: #1c1c1c;
}
#bt #header-nav-main ul ul li a {
	position: relative;
	padding: 5px 0 5px 10px;
	background: none;
	width: 130px;
	display: inline-block;
}
#bt #header-nav-main ul ul li a span {
	position: absolute;
	top: 5px;
	right: 10px;
}

/* Layout: Common: Header: Navigation: Main: Dropdown: Level 3 last */
/*
#bt #header-nav-main ul li:hover ul li > ul, #bt #header-nav-main ul li.hover ul li > ul {
	visibility: hidden;
	left: 100%;
	top: 0;
}
#bt #header-nav-main ul li:hover ul li:hover > ul, #bt #header-nav-main ul li.hover ul li.hover > ul {
	visibility: visible;
}
*/
#bt #header-nav-main ul li:hover ul li > ul, #bt #header-nav-main ul li.hover ul li > ul {
	visibility: hidden;
	left: 100%;
	top: 0;
}
#bt #header-nav-main ul li ul li:hover > ul, #bt #header-nav-main ul li ul li.hover > ul {
	visibility: visible;
}


/* Layout: Main */
#bt #main {
	margin-top: 15px;
	margin-bottom: 50px;
}
#bt div.main-round {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #6d6d6d;
}
#footer-wrapper {
	background-color:#000000;
	min-height: 70px;
	padding-top: 20px;
}
#footer {
	position: relative;
	font: normal 10px/16px Arial;
	text-align: left;
	width: 940px;
	margin: 0 auto;
}
#footer-nav-main {
	width: 700px;
}
#footer-ext-addthis {
	position: absolute;
	top: 10px;
	right: 85px;
}
#footer-ext-mediahub {
	position: absolute;
	top: 9px;
	right: 0;
}

/* Layout: Home */
#bt #banner-main, #bt #banner-home {
	min-height: 398px;
	overflow: hidden;
}
#bt #main div.portlet-home, #bt #main div.portlet-home p {
	font: normal 10px/14px Arial;
	text-align: left;
	color: #D6D3D3;
}
#bt #main div.portlet-home h1 {
	font: bold 12px/16px Arial;
	color: #D6D3D3;
	margin-bottom: 10px;
}
#bt #main div.portlet-home { 
  padding-top: 18px;
  min-height: 100px;
  background: transparent url(../images/index_pod.gif) no-repeat left top;
}
#bt #main div.portlet-home .left { 
  margin: 0; 
}
#bt #main div.portlet-home .right { 
  margin: 0; 
}

/* Layout: Subpage: Navigation: Side: Level 1 (Max. 3) */
#bt #main-nav-side {
	position: relative;
	min-height: 340px;
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent url(../images/sub_menu_pod_bot.gif) no-repeat left top;
}
#bt #main-nav-side-o {
	position: relative;
	min-height: 340px;
	width: 190px;
	background: none;
}
#bt #main-nav-side h4 {
	padding-left: 10px;
	padding-right: 10px;
}
#bt #main-nav-side-o h4 {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#bt #main-nav-side ul,#bt #main-nav-side-o ul {
	position: relative;
	list-style: none;
	margin: 0 5px;
	width: 160px;
	background: transparent url(../images/snav_hdot.gif) repeat-x left top;
	line-height: 18px;
}
#bt #main-nav-side ul li,#bt #main-nav-side-o ul li {
	font-weight: normal;
	color: #3e3e3e; 
	float: none;
	background: transparent url(../images/snav_hdot.gif) repeat-x left bottom;
	
}
#bt #main-nav-side ul li a:hover,#bt #main-nav-side-o ul li a:hover {
	background-color: #3e3e3e;
}
#bt #main-nav-side ul li a,#bt #main-nav-side-o ul li a {
	padding: 5px 5px 5px 5px;
	background: none;
	width: 150px;
	display: inline-block;
	text-decoration:none;
}

/* Layout: Subpage: Navigation: Side: Level 2 (Max. 3) */
#bt #main-nav-side ul li.nav-path-selected,#bt #main-nav-side-o ul li.nav-path-selected {
	font-weight: bold; 
	background: none;
	background-color: #9c9a9a;
	
}
#bt #main-nav-side ul ul,#bt #main-nav-side-o ul ul {
	position: relative;
	list-style: none;
	margin: 0;
	width: 160px;
	background-image: none;
	background-color: #707070;
	line-height: 16px;
}
#bt #main-nav-side ul ul li,#bt #main-nav-side-o ul ul li {
	font-weight: normal;
	color: #3e3e3e; 
	float: none;
	background: none;
	/* background: transparent url(../images/snav_hdot.gif) repeat-x left bottom; */
	
}
#bt #main-nav-side ul ul li a:hover,#bt #main-nav-side-o ul ul li a:hover {
	background-color: #7c7a7a;
}
#bt #main-nav-side ul ul li a,#bt #main-nav-side-o ul ul li a {
	padding: 3px 5px 3px 15px;
	background: none;
	width: 140px;
	display: inline-block;
	text-decoration:none;
}


/* Layout: Subpage: Navigation: Side: Level 3 last */
#bt #main-nav-side ul ul li.nav-path-selected,#bt #main-nav-side-o ul ul li.nav-path-selected {
	font-weight: bold; 
	background: none;
	background-color: #7c7a7a;
	
}
#bt #main-nav-side ul ul ul li.nav-path-selected,#bt #main-nav-side-o ul ul ul li.nav-path-selected {
	font-weight: bold; 
	background: none;
	background-color: #4D4D4D;
	
}
#bt #main-nav-side ul ul ul,#bt #main-nav-side-o ul ul ul {
	position: relative;
	list-style: none;
	margin: 0;
	width: 160px;
	background-image: none;
	background-color: #5D5D5D;
	line-height: 14px;
}
#bt #main-nav-side ul ul ul li,#bt #main-nav-side-o ul ul ul li {
	font-weight: normal;
	color: #3e3e3e; 
	float: none;
	background: none;
	/* background: transparent url(../images/snav_hdot.gif) repeat-x left bottom; */
	
}
#bt #main-nav-side ul ul ul li a:hover,#bt #main-nav-side-o ul ul ul li a:hover {
	background-color: #4D4D4D;
}
#bt #main-nav-side ul ul ul li a,#bt #main-nav-side-o ul ul ul li a {
	padding: 3px 5px 3px 25px;
	background: none;
	width: 130px;
	display: inline-block;
	text-decoration:none;
}

/* Layout: Subpage: Navigation: Side: Links */
#bt #link-email-icon {
	position: absolute;
	top: 5px;
	left: 0px;
}
#bt #link-email {
	position: absolute;
	top: 0px;
	left: 17px;
}
#bt #link-newsletter-icon {
	position: absolute;
	top: 3px;
	left: 0px;
}
#bt #link-newsletter {
	position: absolute;
	top: 0px;
	left: 17px;
}
#bt div.main-nav-side-link {
	/* margin-top: 20px; */
	/* margin-bottom: 10px; */
	position: relative;
	margin-left: 10px;
	height: 20px;
}
#bt div.main-nav-side-link a {
	cursor: pointer;
	text-decoration:none;
	
}

/* Layout: Subpage: Navigation: Side: Searchbox: */
#bt #main-nav-side-search-box {
	margin-left: 10px;
	margin-top: 0px;
}
#bt #main-nav-side-search-but {
	/* clear: right; */
}
#bt #main-nav-side-search-box input.search-box {
	height: 11px;
	width: 120px;
	padding: 2px 2px;
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #9c9a9a;
}
#bt #main-nav-side-search-but .search-but {
	margin-top: 3px;
	margin-left: 0px;
}



/* Layout: Subpage */
#bt #banner-sub {
	overflow: hidden;
	/* min-height: 400px; */
	/* border: 1px solid #7D7D7D; */
}
#bt #main h1, #bt #main h2, #bt #main h3, #bt #main h4, #bt #main h5, #bt #main h6 {
	color: #D6D3D3;
	font-weight: bold;
}
#bt #main h1 {
	font-size: 18px;
	margin-bottom: 30px;
}
#bt #main h2 {
	font-size: 14px;
}
#bt #main h3 {
	font-size: 13px;
}
#bt #main h4 {
	font-size: 12px;
}
#bt #main h5 {
	font-size: 11px;
}
#bt #main h6 {
	font-size: 10px;
}
#bt #main p {
	/* text-align: justify; */
}
#bt a.main-but {
	padding: 3px 15px;
	margin-right: 10px;
	background-color: #6d6d6d;
	text-align: center;
	display: inline-block;
	text-decoration:none;
}
#bt div.main-link-top {
	/* padding-left: 10px; */
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent url(../images/snav_hdot.gif) repeat-x left center;
}
#bt div.main-link-top a {
	float: right;
	padding: 3px 0 3px 10px;
	background-color: #1a1a1a;
	text-align: right;
	display: inline-block;
	text-decoration:none;
}
#bt div.main-link-pagination {
	text-align: center;
}

/* Layout: Review Listing */
#bt div.main-review-portlet {
	padding-top: 20px;
	overflow: hidden;
	background-color: #6d6d6d;
	height: 110px;
}
#bt div.main-review-portlet:hover {
	background-color: #727272;
	cursor: pointer;
}
#bt div.main-review-portlet h5 {
	line-height: 16px;
	margin-bottom: 0;
}
#bt div.main-review-portlet p {
	line-height: 16px;
	margin-bottom: 10px;
}
#bt div.main-review-portlet a {
	text-decoration:none;
}
#bt div.main-review-portlet a:hover {
	color: #D6D3D3;
}

/* Layout: Occasions Listing */
#bt div.main-occasions {
	padding-top: 30px;
	background-color: #333333;
}
#bt #main div.main-occasions h1 {
	line-height: 16px;
	margin-bottom: 10px;
	color: #FFF;
}
#bt div.main-occasions .quoting {
	background-color:#333333;
	border-top:1px dotted #A5A5A5;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:6px 10px;
}
#bt div.main-occasions .quotingarrow {
	background-image:url(../images/quotingarrow.gif);
	background-repeat:no-repeat;
	height:6px;
	margin-left:20px;
	width:12px;
}
#bt div.main-occasions .main-occasions-body {
	margin-bottom: 30px;
}
#bt #main div.main-occasions h2 {
	border-bottom:1px dotted #A5A5A5;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	padding-bottom:10px;
}
#bt div.main-occasions h5 {
	line-height: 16px;
	margin-bottom: 0;
}
#bt div.main-occasions p {
	line-height: 16px;
	margin-bottom: 10px;
}
#bt div.main-occasions-portlet {
	margin-bottom: 30px;
	background-color: #2b2b2b;
}
#easyTooltip2{
	border:1px solid #000000;
	color:#d0d0d0;
	width:250px;
	background-color: #2c2c2c;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	z-index: 5;
}
#easyTooltip2 h4 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 5px;
}	
#easyTooltip2 p {
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 16px;
}	
#easyTooltip2 span {
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 16px;
	color: #A9EF7E;
	font-size: 11px;
	font-style: italic;
}

/* Layout: Promotions Listing */
#bt div.main-promo {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #6d6d6d;
}
#bt div.main-promo h1 a, #bt div.main-promo h1 a:hover {
	color: #D6D3D3;
	text-decoration: none;
}
#bt div.main-promo h5 {
	line-height: 16px;
	margin-bottom: 0;
}
#bt div.main-promo p {
	line-height: 16px;
	margin-bottom: 10px;
}
#bt div.main-promo-portlet {
	margin-bottom: 30px;
}

/* Layout: Career Listing */
#bt div.main-career {
	padding-bottom: 10px;
}
#bt div.main-career table {
	border-collapse: collapse;
}
#bt div.main-career .career-header {
	background-color:#666666;
	border:1px solid #666666;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	padding:6px 10px;
	vertical-align:top;
}
#bt div.main-career .career-results {
	border:1px solid #666666;
	color:#B7B7B7;
	font-size:11px;
	line-height:14px;
	padding:6px 10px;
	vertical-align:top;
}

/* Layout: Press Release Listing */
#bt div.main-press {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #6d6d6d;
}
#bt div.main-press h5, #bt div.main-press h5 a {
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: underline;
}
#bt div.main-press p {
	line-height: 16px;
	margin-bottom: 10px;
}
#bt div.main-press-portlet {
	margin-bottom: 20px;
}
#bt div.pagination {
	position: relative;
	text-align: center;
}
#bt div.pagination span.pageLeft {
	position: absolute;
	left: 0;
}
#bt div.pagination span.pageRight {
	position: absolute;
	right: 0;
}

/* Layout: Gallery */

#bt div.slideImgWrap div.img-info {
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 29;
	padding-left: 7px;
	padding-top: 7px;
	background:url(../images/slideshow_bg.png) no-repeat left top;

}
#bt div.slideImgWrap div.img-info, #bt div.slideImgWrap div.img-info a, #bt div.slideImgWrap div.img-info a:hover, #bt div.slideImgWrap div.img-info a:active, #bt div.slideImgWrap div.img-info a:focus, #bt div.slideImgWrap div.img-info a:visited {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#bt div.slideImgWrap div.img-info-title, #bt div.slideImgWrap div.img-info-title a, #bt div.slideImgWrap div.img-info-title a:hover {
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
}
#bt #main-nav-gallery {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
}
#bt #main-nav-gallery ul {
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
}
#bt #main-nav-gallery ul li {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#bt #main-nav-gallery ul li a:hover, #bt #main-nav-gallery ul li.nav-path-selected a {
	color: #ffffff;
	/* background-color: #909090; */
}
#bt #main-nav-gallery ul a:active {
	color: #ffffff;
}
/*
#bt #main-nav-gallery ul li a {
	display: block;
	width: 150px;
	padding: 3px 15px;
	background-color: #6d6d6d;
	text-align: center;
	text-decoration:none;
}
*/

#bt #main-nav-gallery ul li {
	display: block;
	width: 180px;
	background-color: #6d6d6d;
}

#bt #main-nav-gallery ul li:hover {
	background-color: #909090;
	cursor: pointer;
}

#bt #main-nav-gallery ul li.nav-path-selected {
	background-color: #909090;
	cursor: pointer;
}

#bt #main-nav-gallery ul li a {
	display: block;
	width: 150px;
	padding: 3px 15px;
	text-align: center;
	text-decoration:none;
}

/* Layout: Destinations: OWS Booking: Detail */
#bt #time_weather {
	text-align: right;
}
#bt #booking-banner {
	overflow: hidden;
	width: 696px;
	height: 248px;
	border: 1px solid #7D7D7D;
}
	
#bt  #booking-banner-video {
	overflow: hidden;
	width: 696px;
	height: 248px;
	border: 0px solid #7D7D7D;
}

#bt  #booking-banner-map {
	overflow: hidden;
	width: 680px;
	height: 600px;
	border: 0px solid #7D7D7D;
}

#bt #booking-panel {
	font: normal 12px/18px Arial;
	color: #d6d3d3;
	position: relative;
	height: 250px;
	background: transparent url(../images/bg-panel.gif) no-repeat right top;
	margin-bottom: 0;
	z-index: 19;
	width: 230px;
}
#bt #booking-panel .required-field {
	color: #ff8c8c;
}
#bt #booking-panel label {
	font: normal 12px/14px Arial;
	color: #d6d3d3;
}
#bt #panel-title {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 23px;
}
#bt #panel-destination span.select {
	position: absolute;
	width: 167px; /* With the padding included, the width is 199 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #666666;
	font: 12px/21px arial,sans-serif;
	background: url(../images/r-destination.gif) no-repeat;
	overflow: hidden;
}
/*
#bt #panel-villas span.select-small, #bt #panel-adults span.select-small, #bt #panel-children span.select-small {
	position: absolute;
	width: 30px; With the padding included, the width is 199 pixels: the actual width of the image.
	height: 21px;
	padding: 0 12px 0 8px;
	color: #666666;
	font: 12px/21px arial,sans-serif;
	background: url(../images/r-destination-small.gif) no-repeat;
	overflow: hidden;
}
*/
#bt #panel-destination {
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
}
#bt #booking-panel select, #bt #panel-destination select, #bt #booking-panel select > option, #bt #booking-panel #panel-destination select > option, #bt #booking-panel input {
	font: normal 12px/18px Arial;
	color: #666666;
}
#bt #booking-panel input {
	margin-top: 5px;
	width: 75px;
	padding-top: 3px;
	padding-left: 5px;
	height: 15px;
	border: 1px solid #6689ab;
}

#bt #booking-panel #panel-destination select {
	padding-top: 2px;
	height: 21px;
	width: 199px;
	border: 1px solid #6689ab;
}
#bt #panel-villas, #bt #panel-adults, #bt #panel-children {
	position: relative;
	margin-top: 10px;
}
#bt #booking-panel select {
	padding-top: 2px;
	height: 21px;
	width: 40px;
	border: 1px solid #6689ab;
}
#bt #booking-panel select {
	padding-top: 2px;
	height: 21px;
	width: 52px;
	border: 1px solid #6689ab;
}
#bt #booking-panel #panel-codetype select {
	width: 130px;
}
#bt #booking-panel #panel-codetype {
	position: relative;
	z-index: 29;
}
#bt #booking-panel #panel-but-submit input {
	/*padding-left: 0;*/
	/*margin-top: 5px;*/
	/*margin-bottom: 5px;*/
	width: 170px;
	height: 28px;
	color: #000000;
	/*border: none;*/
}
#bt #booking-panel #panel-note {
	margin-top: 5px; 
	color: #ff8c8c;
	font-size: 11px;
}
a.dp-choose-date {
	float: left;
	width: 15px;
	height: 13px;
	padding: 0;
	margin: 8px 0 0 5px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/dateicon.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
#bt #booking-panel #panel-ta-block {
	position: absolute;
	font: normal 12px/18px Arial;
	padding-left: 30px;
	color: #d6d3d3;
	bottom: 3px;
	right: 245px;
	width: 170px;
	height: 151px;
	background: transparent url(../images/iata-code-bg.png) no-repeat left top;
	z-index: 29;
}
#bt #booking-panel #panel-ta-block a {
	color: #637569;
}

#bt #booking-panel #panel-ta-block-but {
	float: right;
	padding-top: 3px;
	padding-right: 43px;
	clear: both;
}
#bt #booking-panel #panel-ta-block-input {
	margin-top: 25px;
	color: #637569;
}
#bt #booking-panel #panel-ta-block-input label {
	font-weight: bold;
	color: #637569;
}
#bt #booking-panel #panel-ta-block-input input {
	width: 93px;
}
#bt #booking-panel #panel-ta-block-clear a, #bt #booking-panel #panel-ta-block-register a {
	font-size: 10px;
}
#bt #booking-panel #panel-ta-block-register {
	margin-top: 12px;
	font-size: 10px;
	line-height: 12px;
	width: 100px;
}

/* Styling for Sitemap */
#bt ul.sitemap {
	list-style: none;
	margin: 0;
}
#bt ul.sitemap li {
	margin-bottom: 15px;
}
#bt ul.sitemap li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#bt ul.sitemap li ul {
	list-style: disc;
	margin: 3px 20px 20px;
	
}
#bt ul.sitemap ul li {
	margin-bottom: 0;
	margin-left: 10px;
}
#bt ul.sitemap ul li a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

/* Styling for Sitemap */
#bt div#page_not_found p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#bt div#page_not_found ul {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 0;
}

/* Styling from old site */
.career_td {
border:0 solid #666666;
}
table {
border-collapse:collapse;
}
.career_header {
background-color:#666666;
border:1px solid #666666;
font-size:11px;
font-weight:bold;
line-height:14px;
padding:6px 10px;
vertical-align:top;
}
.career_results {
border:1px solid #666666;
color:#B7B7B7;
font-size:11px;
line-height:14px;
padding:6px 10px;
vertical-align:top;
}
.career_td {
border:0 solid #666666;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}


