*
{
    margin: 0;
    padding: 0;
}

html
{
    height:100%;
}
body, html
{    
    -height: 100%;    
    margin-top: 0;
    margin-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D0E1EC)); /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #ffffff, #D0E1EC); /* For Internet Explorer 5.5 - 7 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D0E1EC');   
}

body
{
    margin-top:1px !important;
    font: 100% Arial;
    background-repeat: no-repeat;
    background-position: center top;
}

img
{
    border: 0;
}

#box
{
    width: 960px;
    margin: 0 auto;    
}

#header
{
    width: 100%;
    height: 79px; /* 67px beta.rev   background:#fff url(/UI/Images/logo.jpg) no-repeat center left; 	*/
    margin: 0px auto 0 auto;
    background-color: #fff;
    background-image: url(/UI/Images/headerBackground.png);    
    background-repeat:no-repeat;
}

.secondary-page #header
{
    height:67px;
    margin-bottom: 15px !important;
}

.logo-link
{
    float:left;
    margin-top:25px;
}

.secondary-page .logo-link 
{
    margin-top:30px;
}

#header a img
{
    border: 0 !important; /*float:right;*/
}

#footer
{
    clear: both;
    overflow: auto;
    font-size: 13px;
    margin-top:10px;
}

ul.edge-menu
{
    list-style: none; /*font: 11px Tahoma; */
}

ul.edge-menu li
{
    padding: 0 10px 0 10px;
    display: inline;
    text-transform: uppercase;
    color: #FFFFFF;
}

ul.edge-menu .phone
{
    font-size: 12px;
    /*font-family: Tahoma;*/
}

ul.edge-menu li a, ul.edge-menu li a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

ul.edge-menu li a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

#header ul.edge-menu
{
    margin-left:20px;
}

#header ul.edge-menu li
{
    display:table-cell !important;
    white-space:nowrap;
    padding: 0 16px;
    *padding: 0 14px 0 16px;        
}

#header ul.edge-menu
{
    width:100%;
    padding-top: 7px;
    float: right;
    display: table-row;
    background: url(/UI/Images/sec-nav.png) no-repeat;
    height: 29px;
    width: 554px;
    font-size: 12px;
    font-family: Arial;
}

#footer ul.edge-menu
{
    margin: 0 0 4px 0;
    display: table-row;
    width: 100%;
    height: 43px;
    background: url(/UI/Images/footerMenuBack.png) no-repeat;
    *position:relative;    
}
#footer ul.edge-menu li
{
    padding-left: 18px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    *padding-top:5px;
    
}

#footer ul.edge-menu li a
{
    text-transform: none !important;
}

#footer ul.edge-menu li.first
{
    padding-left: 30px !important;
}
#footer ul.edge-menu li.last
{
    text-align: right;
    width: 100%;
    padding-right: 10px;
    padding-top: 5px;
    *position:absolute;
    *right:10px;
    *top:-8px;
}

#footer ul.edge-menu img
{
    border: none;
    display: inline;
}

#header #phone
{
    float: right;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
    padding-right: 10px;
    color: #3f5377;
}

#menu_header
{
    height: 21px;
}

#menu_header ul
{
    list-style: none;
    font-size: 16px;
    font-family: Arial;
}

#menu_header ul li
{
    display: inline;
}

#menu_header ul li.last
{
    margin-left: 5px;
}

#menu_header ul li a
{
    text-decoration: none;
    color: #8198a6;
}

#menu_header ul li:hover
{
    background: #e6e6e6;
}

#menu_header ul li:hover a
{
    color: #000;
}

#sidemenu
{
    width: 208px;
    float: left;
}

#sidemenu .submenu
{
    margin-left:10px;
    display:none;
}

#sidemenu .submenu a,
#sidemenu .submenu a:visited,
#sidemenu .submenu a:hover
{
    font-size:11px;
    color:#96b9d0;
}

#sidemenu #leftNav
{
    background: url(/UI/Images/left-nav-back.png) no-repeat;
    height: 410px;
    width: 198px;
    color: White;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 8px;
    display: none;
}

#sidemenu h3
{
    padding: 2px 8px;
    font-size: 14px;
    font-weight: normal;
}

#sidemenu h3 a
{
    text-decoration: none;
    color: #fff;
}

#sidemenu h4
{
    padding: 2px 8px;
    font-size: 14px;
    font-weight: normal;
}

#sidemenu h4 a
{
    text-decoration: none;
    color: #ffffff;
}

#sidemenu ul
{
    margin: 4px 0;
    padding: 0;
    width: 190px;
    font-size: 12px;
    line-height: 16px;
    list-style: none;
}

#sidemenu ul li
{
    position: relative;
    padding-left: 10px;
}

#sidemenu ul li img
{
    visibility: hidden;
}

#sidemenu ul li.selected
{
    position: relative;
    padding-left: 10px;
    color: #07517a !important;
    background-image: url(/UI/Images/sidemenu.png);
    background-repeat: no-repeat;    
}

#sidemenu ul li:hover
{
    position: relative;
    padding-left: 10px;
    color: #ffffff !important;
    background-image: url(/UI/Images/sidemenu-over.png);
    background-repeat: no-repeat;    
}

#sidemenu ul li:selected ul li, 
#sidemenu ul li:selected ul li a, /*cancel the selection - this class is not used for selection purpose on submenu items*/
#sidemenu ul li ul li
{
    color: #96b9d0;
    background-image: none;
    background:none ;
}

#sidemenu ul li ul li
{
    padding-left:3px !important;      
}

#sidemenu ul li ul li a
{
    color: #96b9d0 !important;
}

#sidemenu ul li ul li.selected,
#sidemenu ul li ul li:hover
{
    background-image:url(/UI/Images/left-submenu-selection.png) !important;    
    background-repeat:no-repeat !important;
    background-position:left center;
    padding-left:3px;
    color: #ffffff !important;
}

#sidemenu ul li ul li.selected a
{
    color: #ffffff !important;
}

#sidemenu ul li ul li a:hover
{
    color: #ffffff !important;
}

#sidemenu ul li.selected ul
{
    display:block;
}

#sidemenu ul li.selected a, #sidemenu ul li a:hover
{
    padding-top: 3px;
    padding-bottom: 3px;
    color: #07517a;
}

#sidemenu ul li.selected img, #sidemenu ul li:hover img
{
    visibility: visible;
}

#sidemenu ul li a,
#sidemenu ul li a:hover
{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#sidemenu ul li.current
{
    background: #fff;
}

/* Holly Hack for IE \*/
* html #sidemenu ul li
{
    float: left;
    height: 1%;
}
* html #sidemenu ul li a
{
    height: 1%;
}

#sidemenu ul li ul a span
{
    width: 100px;
    display: inline-block;
}

.mf
{
    margin: 2px 0 0 0;
}

#content.two-columns
{
    width: 679px; /*float: right;*/
}

#content
{
    margin:0 0 36px 6px;
    color: #000;
    float: left;
    width: 745px;
}

#content h1
{
    margin: 14px 0 0 0;
    font-size: 24px;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-weight: normal;
}

#content table.ship_description
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: none;
}

#content table.ship_description td
{
    text-align: left;
    vertical-align: top;
    padding: 0;
    line-height: 30px;
}

#content .table_head
{
    padding: 12px 0 8px 2px;
    overflow: auto;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 1px solid #fff;
}

#content table.lastt
{
    border-bottom: none;
}

.headimg
{
    width: 745px;
    height: 280px;
    background-repeat: no-repeat;
}

.scroller
{
    width: 665px;
    height: 200px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
    font: arial;
    scrollbar-base-color: #666;
    scrollbar-3dlight-color: #666;
    scrollbar-darkshadow-color: #666;
    scrollbar-face-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-shadow-color: #ccc;
    scrollbar-track-color: #eee;
}

* html .scroller
{
    overflow-x: hidden;
}

table.tbl
{    
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    font-size: 12px;
    /*border-bottom: 1px solid #000;*/
}

table.tbl tr.theadBorder td
{
    border-bottom: solid 1px #06517b;
    padding: 15px 0 5px 10px;
    font-size:13px;
}

table.tbl td
{
    padding-left: 15px !important;
    
}

table.tbl tr.thead td
{
    font-weight: bold;
    text-transform:uppercase;
    font-size:13px;
    white-space:nowrap;
}

table.tbl tr.alternate
{
 background-color: #ffffff;
}

table.tbl tr.alternateVoyageDetails
{
 background-color: #c6dbe9;
}

table.tbl tr.thead a
{
    color: #000;
}

table.tbl th, table.tbl td
{
    padding: 5px;
}

table.tbl tbody tr a
{
    color: #000;
    text-decoration: none;
}

table.tbl tbody tr:hover a
{
    text-decoration:underline;
    /*background: url(/UI/Images/menu-left-bg.png);*/
}

table.no-hover tbody tr:hover
{
    background: none !important;
}

table.tbl tbody tr:hover a
{
    color: #000;
}

#text
{
    margin:10px 0 0 15px;
    color: #333333;
}

#text h3, #text h2, #text h1
{
    color: #07517a;
    font-size: 19px;
    margin-bottom: 10px;
    display: block;
}

#text a, #text a:visited, #text a:hover
{
    color: #07517a;
    font-weight: bold;
}

.search
{
    margin: 16px;
}

.search a
{
    display: block;
    color: #369;
}

.search div
{
    color: #333;
}

.search div b
{
    color: #000;
    border-bottom: dotted 1pt #333;
}

.search address
{
    color: #999;
}

div.error
{
    margin: 8px 0 8px 0;
    padding: 16px;
    border: solid 1pt #f00;
    background: #fdd;
    text-align: center;
    color: #f00;
}

div.paragraphs
{
    font-size: 70%;
    color: #000;
    text-align: justify;
    padding: 16px;
}

div.paragraphs h3
{
    font-size: 110%;
}

div.paragraphs p
{
    margin: 0 0 24px 0;
}

div.paragraphs a
{
    color: #369;
}

table.signatures
{
    width: 100%;
    border-collapse: collapse;
    color: #000;
    font-size: 10px;
}

table.signatures .left
{
    width: 310px;
    background: url(/Images/SignatureHost/picture.jpg) no-repeat;
}

table.signatures .right
{
    padding: 0 0 8px 16px;
}

table.signatures .right p
{
    padding: 8px 100px 8px 0;
    background-repeat: no-repeat;
    background-position: right center;
}

table.cart td
{
    vertical-align: top;
    padding: 1px;
}

table.cart tr.category
{
    font-size: 120%;
    font-weight: bold;
}

table.cart tr.category td
{
    padding: 8px 0 8px 62px;
}

table.esail
{
    font-size: 11px;
}

table.esail select
{
    font-size: 11px;
}

table.esail tr
{
    height: 26px;
}

table.esail em
{
    color: #f00;
}

div.port-detail
{
    padding: 0 16px;
    font-size: 80%;
    text-align: justify;
}

div.port-detail ul
{
    margin: 0 16px 16px 16px;
    list-style: none;
}

div.port-detail ul a
{
    color: #f00;
}

.panel
{
    margin: 0 0 8px 0;
    width: 150px;
    padding: 8px;
    background: #f5f5f5;
    border: solid 1pt #666;
    font-size: 80%;
}

.panel .submit
{
    padding: 0px 4px;
    color: #fff;
    font-size: 85%;
    border: solid 1pt #8c8c8c;
    background: #3757a1;
}

.itinerary
{
    margin: 4px 0 0 0;
    color: #000;
}

table.excursions
{
    width: 100%;
    font-size: 70%;
}

table.excursions td
{
    padding: 4px 4px 16px 4px;
}

table.excursions a
{
    color: #000;
}

table.excursions .book
{
    padding: 0px 4px;
    color: #fff;
    font-size: 95%;
    border: solid 1pt #8c8c8c;
    background: #3757a1;
}

.exstd
{
    color: #fff !important;
    background: #3757a1 !important;
    border-left: solid 1pt #000 !important;
    border-top: solid 1pt #000 !important;
}

.exstd .rtsOut
{
    background: #3757a1 !important;
    border-right: solid 1pt #000 !important;
}

.exsel
{
    color: #000 !important;
    background: #f5f5f5 !important;
    border-left: solid 1pt #000 !important;
    border-top: solid 1pt #000 !important;
}

.exsel .rtsOut
{
    background: #f5f5f5 !important;
    border-right: solid 1pt #000 !important;
}

.itinerary-map
{
    margin: 0 0 4px 0;
    color: #000;
    background: #d2e7f6;
}

.itinerary-map .head
{
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
}

.itinerary-map .head span
{
    padding: 0 16px 0 0;
}

table.vrxs
{
    width: 100%;
    font-size: 80%;
}

table.vrxs
{
    width: 100%;
    font-size: 80%;
}

table.vrxs td
{
    padding: 0 8px 12px 0;
    vertical-align: top;
}

table.vrxs td h2
{
    margin: 20px 0 0 0;
}

table.world-offices
{
    width: 100%;
    font-size: 80%;
}

table.world-offices td
{
    vertical-align: top;
    padding: 2px;
    height: 90px;
}

table.world-offices td strong
{
    font-size: 120%;
}

table.world-offices img
{
    width: 37px;
    height: 25px;
}

.faq
{
    font-size: 85%;
}

.faq p
{
    margin: 4px 0;
    text-align: justify;
}

.faq ul
{
    margin: 0 32px;
    list-style: square;
}

.faq a.h
{
    font-weight: bold;
    font-size: 110%;
    display: block;
    margin: 20px 0 0 0;
}

.itinerary-map .prevnext
{
    /*text-align:center;*/
    margin-bottom: 8px;
}

.itinerary-map .prevnext a
{
    font: 13px Verdana;
    color: #3757a1;
    text-decoration: none;
    position: relative;
}

table.request-brochure
{
    width: 430px;
    margin: 16px auto;
}

table.request-brochure td
{
    text-align: center;
}

table.request-brochure a
{
    color: #000;
}

ul.linklist
{
    list-style: none;
    font-size: 90%;
}

ul.linklist li
{
    margin: 5px 0;
}

ul.linklist a
{
    color: #000;
}

.conde
{
    width: 620px;
    margin: 8px auto;
    border-collapse: collapse;
}
.conde td
{
    font-family: verdana;
    font-size: 13px;
}
.conde .bot
{
    font-family: verdana;
    font-size: 14px;
}
.conde .tp
{
    font-family: verdana;
    font-size: 15px;
    text-align: justify;
}
.conde .he1
{
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    color: #6382BA;
}
.conde .heh
{
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    color: #3892B2;
}
.conde .bhead
{
    font-family: verdana;
    font-size: 19px;
    font-weight: bold;
    color: #221e1f;
}
.conde .lnk
{
    text-decoration: none;
    font-size: 16px;
    color: #3a93b2;
    font-weight: bold;
    display: block;
    margin: 16px 0;
}
.conde .lnk:hover
{
    text-decoration: underline;
}
.conde .bd
{
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.conde .infodiv
{
    font-family: verdana;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-style: italic;
}
.conde p.desc
{
    font-weight: bold;
    font-size: 16px;
    color: #4a62ae;
    margin: 8px 0;
}
.conde span.desc
{
    display: block;
    margin: 8px 0;
    font-family: Verdan;
    font-size: 16px;
    color: #221e1f;
}
.conde table td
{
    padding: 3px;
}

td.right
{
    text-align: right;
    padding-right: 5px;
}


#copyright
{
    width: 100%;
    height: 90px;
    text-align: right;
    /*margin-right: 10px ;*/
    margin-top: 7px;
    padding-top: 5px;
    background: url(/UI/images/footerback.png) no-repeat;
    color: #5f7d8f;
    font-size: 12px;
}

.themeTextColor
{
    color: #07517a !important; /* #7998aa;*/
}

.themeBackColor
{
    background-color: #7998aa;
}

#leftNavHead
{
    background: url(/UI/Images/secondary-wood-back.png) no-repeat;
    width: 208px;
    height: 93px;
    margin-bottom: 6px;
    color: #efa953;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    margin-top: 25px;
}

#leftNavHead a, #leftNavHead a:visited
{
    color: #efa953;
    text-decoration:none;    
}

#leftNavHead a:hover
{
    text-decoration:underline;    
}

#leftNavHead div
{
    bottom: 10px;
    left: 20px;
    position: absolute;
}

/* -- jRounded -- */
.roundedBox
{
    position: relative;
    margin-bottom: 25px;    
    padding: 10px;
}
.roundedBox .tl, .roundedBox .tr, .roundedBox .bl, .roundedBox .br, .roundedBox .hlt, .roundedBox .hlb, .roundedBox .vll, .roundedBox .vlr
{
    position: absolute;
    width: 10px;
    height: 10px;
}
.roundedBox .tl
{
    background-image: url(/UI/images/rounded/tl.png);
    top: 0;
    left: 0;
}
.roundedBox .tr
{
    background-image: url(/UI/images/rounded/tr.png);
    top: 0;
    right: 0;
}
.roundedBox .bl
{
    background-image: url(/UI/images/rounded/bl.png);
    bottom: 0;
    left: 0;
}
.roundedBox .br
{
    background-image: url(/UI/images/rounded/br.png);
    bottom: 0;
    right: 0;
}
.roundedBox .hlt
{
    background: url(/UI/images/rounded/ln.png) repeat-x;
    top: 0;
    left: 10px;
}
.roundedBox .hlb
{
    background: url(/UI/images/rounded/ln.png) repeat-x;
    bottom: 0;
    left: 10px;
    height: 1px !important;
}

.roundedBox .vll
{
    background: url(/UI/images/rounded/ln.png) repeat-y;
    top: 10px;
    left: 0;
    bottom: 0px;
}
.roundedBox .vlr
{
    background: url(/UI/images/rounded/ln.png) repeat-y;
    top: 10px;
    right: 0;
    width: 1px !important;
}
.roundedBox .bg-white
{
    padding: 10px;
}

.round
{
    padding: 10px 5px 5px 10px;
}

#itineraries 
{
    margin-left:15px;
}

#itineraries .ui-widget-header
{
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
    color: #FFFFFF;
    font-weight: normal !important;
}

#itineraries .ui-widget-content
{
    border: none !important;
    background-image: none !important;
    background-color: transparent !important;
}

#itineraries .ui-tabs-nav
{
}

#itineraries .ui-tabs-panel
{
}

#itineraries .ui-corner-top {
    -moz-border-radius-topleft: none;
    -moz-border-radius-topright: none;
}

#itineraries .ui-state-active a, #itineraries .ui-state-active a:link, #itineraries .ui-state-active a:visited
{
    color: #ffffff !important;
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: normal !important; 
}

#itineraries .ui-state-active, #itineraries .ui-widget-content .ui-state-active, #itineraries .ui-widget-header .ui-state-active
{
    background-image: url(/UI/Images/tabs/year-selected.png) !important;
    background-repeat: no-repeat !important;
    color: #ffffff;
    font-weight: normal !important;
}

#itineraries #specials.ui-state-active, #itineraries #specials:hover
{
    background-image: url(/UI/images/tabs/specials-selected.png) !important;
    width:82px !important;
    margin-left: -1px;
}

#itineraries #hotels.ui-state-active, #itineraries #hotels:hover
{
    background-image: url(/UI/images/tabs/hotels-selected.png) !important;
    width:66px !important;
    margin-left: -2px;
}

#itineraries .ui-widget-content .ui-state-default:hover
{
    background-image: url(/UI/Images/tabs/year-selected.png) !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
    font-weight: normal !important;
}
#itineraries .ui-widget-content .ui-state-hover
{
    cursor: pointer !important;
}

#itineraries .ui-widget-content .ui-state-default:hover a
{
    color: #ffffff !important;
    font-weight: normal !important;
    display: block;
    width: 42px; 
}


#itineraries .ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    margin-bottom: 0;
    padding-top: 3px;
}

#itineraries .ui-tabs .ui-tabs-nav li
{
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    margin: 0 0.2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
    width: 57px;
    height: 18px;
    padding-top: 3px;
}

#itineraries .ui-helper-reset
{
    line-height:normal !important;
}

#itineraries .ui-state-default, #itineraries .ui-widget-content #itineraries .ui-state-default, #itineraries .ui-widget-header .ui-state-default
{
    background-image: url(/UI/images/tabs/year.png);
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    color: #06517b !important;
    font-weight: normal !important;
    font-family: Arial !important;
    font-size: 13px !important;
}

#itineraries #specials
{
    background-image: url(/UI/images/tabs/specials.png) !important;
    width:82px !important;
    margin-left: -1px;
}

#itineraries #hotels
{
    background-image: url(/UI/images/tabs/hotels.png) !important;
    width:66px !important;
    margin-left: -2px;
}

#itineraries .ui-tabs .ui-tabs-nav li a, #itineraries .ui-tabs .ui-tabs-nav li a:link, #itineraries .ui-tabs .ui-tabs-nav li a:visited
{
    padding: 0px !important;
    padding-left: 13px !important; /*color: #06517b;*/
}

#itineraries .ui-corner-top {
    -moz-border-radius-topleft: none !important;
    -moz-border-radius-topright: none !important;
}

#itineraries .ui-tabs #descrBar
{
    clear:both;
    width:717px;
    height:28px;
    font-weight:normal !important;
    background:url(/UI/Images/tabs/descr-back.png) no-repeat;
    padding: 6px 10px 0 10px;
    font-size:15px;
    text-transform:uppercase;
}

#itineraries .ui-tabs #descrBar span.title
{
    float:left;
}

#itineraries .ui-tabs #descrBar span.filter,
#itineraries .ui-tabs #descrBar span.filterYachts
{
    float:right;
    font-size:11px;
    text-transform:none;
    padding-right:25px;
    margin-top:-2px;
}
#itineraries .ui-tabs #descrBar span.filter select
{
    width:120px;
    border:solid 1px #ffffff;
    vertical-align:top; 
    height:20px;
}

#itineraries .ui-tabs #descrBar span.filterYachts select
{
    width:160px;
    border:solid 1px #ffffff;
    vertical-align:top;
    height:20px;
}

#itineraries .ui-tabs #descrBar span.filter select option,
#itineraries .ui-tabs #descrBar span.filterYachts select option
{
    padding-left:3px;
}
#itineraries .ui-tabs #descrBar span.filter img,
#itineraries .ui-tabs #descrBar span.filterYachts img
{
    border:none;
    margin-left:10px;
    cursor:pointer;
    margin-top:1px;
}

.btnViewCruise, .btnBookThisTour
{
    display:block;
    background-color: #fb6502;
    color:#ffffff !important;
    text-align:center;
    padding:1px 4px;
    font-weight:normal !important;
    font-size:13px !important;
    white-space:nowrap;
}

#itineraries .ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    display: block;
    padding: 5px 1.4em 5px 0px;
}

.alert
{
    color: #FB6502;
    font-size:16px;
}

.headline
{
    color: #07517a;
    font-size:16px;
    margin-bottom:15px;
    font-weight:bold;
}

.2010PromoHeadline
{
    color: #266996; 
    font-family: Arial, Verdana, sans-serif; 
    font-size: 16px; 
    margin-bottom: 5px;
}

.headline a, .headline a:visited
{
    color: #07517a;    
    text-decoration:none;
}

.headline a:hover
{
    color: #07517a;    
    text-decoration:underline;
}
    
.breadcrumb
{
    margin-left:15px;
    margin-top:5px;
}
.breadcrumb ul
{
    font-size:11px;    
    list-style:none;
    color: #07517a;
    clear:both;
    padding-bottom:15px;
}

.breadcrumb ul li
{
    /*display:table-cell;*/
    float:left;
}

.breadcrumb ul li a,
.breadcrumb ul li a:hover,
.breadcrumb ul li a:visited
{
    color: #07517a;
    font-weight:normal !important;
}


a.more,a.more:visited, a.more:hover {
    COLOR: #07517a; 
    FONT-WEIGHT: bold;
    text-decoration:none;
}
    
a.more:hover
{
    text-decoration:underline;
}

.virtualTours a, .virtualTours a:visited
{
    text-decoration: none;
}
    
.virtualTours a:hover
{
    text-decoration: underline;
}

/********************************* DB Content Styles *******************************/
#dbContent, .dbText
{
    padding: 0 15px 5px 0;
    color: #333333;
    font-size: 13px;
}


#dbContent .headline
{    
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    color: #07517a;
}

#dbContent img
{
    border: none;
}

#dbContent #left
{
    float: left;
    width: 395px;
}
#dbContent #right
{
    float: left;
    width: 300px;
    padding-left: 20px;
}

#dbContent #content
{
    line-height: 13.7pt;
}

#dbContent ul
{
    list-style-type: none;
}
#dbContent ul li
{
    line-height: 19px;
}
#dbContent ul li span
{
    display: table-cell;
}

#dbContent .themeTextColor
{
    color: #07517a !important; /* #7998aa;*/
}

#dbContent a.more, #dbContent a.more:visited, #dbContent a.more:hover
{
    color: #07517a;
    font-weight: bold;
}

#dbContent .mheadline
{
    color: #07517a;
    font-size: 13px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#dbContent .headline .expires
{
    font-style: italic;
    font-size: 13px;
    color: #333333;
}

.newText
{
    color:#ff6200;
}

.PromoContent TD
{
    vertical-align:top;
}

.PromoContent
{
    font-family: Arial, Verdana, sans-serif;
}

.imgLink img
{
    border:0px;
}

.PromoHeadline3 a, voyageCollectionBodyCol1 a, a.voyageLink
{
    text-decoration:none;
    color: #266996 !important;
}

.PromoHeadline3 a:hover, voyageCollectionBodyCol1 a:hover, a:hover.voyageLink 
{
    text-decoration:underline;
}

.PromoHeadline1
{
    LINE-HEIGHT: 20px; 
    MARGIN-BOTTOM: 20px; 
    COLOR: #266996; 
    FONT-SIZE: 18px;
}

.PromoText
{
    LINE-HEIGHT: 17px; 
    font-size: 12px; 
    MARGIN-BOTTOM: 18px; 
    COLOR: #666666;
}

.PromoTextLast
{
    MARGIN-BOTTOM: 0px;
}

.PromoCallText
{
    LINE-HEIGHT: 18px; 
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    COLOR: #266996; 
    FONT-SIZE: 13px;
    margin-top:10px;
}

.PromoHeadline2
{
    MARGIN: 15px 0px; 
    COLOR: #266996; 
    FONT-SIZE: 18px;
}

.PromoHeadline3
{
    MARGIN-BOTTOM: 5px; 
    COLOR: #266996; 
    FONT-SIZE: 16px;
    font-style:italic;
}

.PromoText1
{
   MARGIN-BOTTOM: 10px; 
}

.PromoText2
{
    MARGIN-BOTTOM: 7px; 
    FONT-SIZE: 14px;
    color: #266996;
}

.voyageCollectionHeadLine
{
    width:702px;
    height:20px;
    background-color:#266996;
    color: #ffffff;  
    font-size: 14px; 
    padding-left: 10px;
    padding-top:3px;
    text-transform:uppercase;
    font-weight:bold;
}

.voyageCollectionBody
{
    width:710px;
    color: #333333; 
    font-size: 11px;
    background-color:#edf4f8;
    border:1px solid #cccccc;
    border-top:0px;
    height:21px;
    vertical-align:middle;
}

.voyageCollectionBodyCol1
{
    width:280px;
    border-right:1px solid #cccccc;
    color: #266996; 
    font-size: 12px; 
    font-style:italic;
    font-weight:bold;
    padding:3px 0 0 10px;
    height:18px;
    float:left;
    display:block;
}

.voyageCollectionBodyCol2
{
    width:45px;
    border-right:1px solid #cccccc;
    padding:3px 0 0 12px;
    height:18px;
    float:left;
    display:block;
}
.voyageCollectionBodyCol3
{
    width:210px;
    border-right:1px solid #cccccc;
    padding:3px 0 0 12px;
    height:18px;
    float:left;
    display:block;
}
.voyageCollectionBodyCol4
{
    width:60px;
    border-right:1px solid #cccccc;
    padding:3px 0 0 12px;
    height:18px;
    float:left;
    display:block;
}
.voyageCollectionBodyCol5
{
    padding:3px 0 0 12px;
    height:18px;
    float:left;
    display:block;
}

.clearFloat
{
    clear:both;
}

.deatilText
{
    color: #dd5903; 
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: underline; 
}

.voyageDiveder
{
    height:12px;
}

.addingTopMargin
{
    margin-top:15px;
}

.newVoyages td
{
    vertical-align:top;
}

.it_table {
width: 100%;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
dislay: none;
}

.it_table td {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
background-color: #edf4f8;
}

.it_table a {
color: #dd5903 !important;
font-weight: bold;
}

.it_top td {
background-color: #266996;
color: #ffffff;
border-left: 1px solid #266996;
}

.it_top h3 {
font-weight: bold;
font-size: 15px !important;
color: #ffffff !important;
padding: 0px 0px 0px 0px !important;
margin: 0px 0px 0px 0px !important;
}

.sailstay_1 {
background-image: url(/pageImages/Destinations/SailAndStay/sailstay_bg.jpg);
width: 286px;
height: 201px;
padding-left: 25px;
padding-right: 25px;
padding-top: 80px;
}

.sailstay_1 h4 {
text-align: center;
color: #003b62;
font-size: 15px;
margin-bottom: 8px;
}

.sailstay_1 p {
text-align: center;
color: #333333;
font-size: 12px;
}

.sailstay_1 ul {
font-size: 14px;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
color: #003b62;
}

.sailstay_1 ul li strong {
color: #333333;
}

.sailstay_1 h5 {
font-weight: normal;
color: #111111;
}

.superForm {
background-image: url(/UI/images/main.gif);
padding-top: 150px;
height: 130px;
width: 720px;
}

.superForm h3 {
text-align: left;
color: #b7d2e2;
}

.superForm input {
color: #888888;
padding-top: 4px;
padding-bottom: 4px;
}

.subFormH {
color: #999999;
padding-bottom: 10px;
display: block;
font-size: 16px;
padding-left: 10px;
}

.subbtn input {
border: 0px;
border: none;
background-color: none;
background-color: transparent;
background-image: url(/pageImages/submit_btn.gif);
width: 80px;
height: 26px;
text-indent: -9999px;
margin-left: 115px;
}

.sslnk {
width: 320px;
font-weight: normal;
text-decoration: none;
font-size: 12px;
display: block;
}

.sslnk2 {
width: 350px;
font-weight: normal;
text-decoration: none;
font-size: 12px;
display: block;
}

.sscontact {

position: relative;	
font-size: 14px;
font-weight: normal;
padding-top: 15px;
padding-bottom: 5px;
padding-right: 20px;
display: block;
text-decoration: none;
margin-top: 20px;
}

.sscontact a {

}

.esail {
width: 320px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior: url(/pie.htc);
position: relative;	
height: 210px;
color: #ffffff !important;
font-size: 14px;
font-weight: normal;
padding-left: 20px;
padding-top: 15px;
padding-bottom: 5px;
padding-right: 20px;
display: block;
background-color: #809aaa;
text-decoration: none;
margin-top: 20px;
margin-left: 200px;
border: 1px solid #d8e6ef;
-webkit-box-shadow: #002f48 2px 2px 11px;
-moz-box-shadow: #002f48 2px 2px 11px;
box-shadow: #002f48 2px 2px 11px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#809aaa), to(#5c7e92));
background: -webkit-linear-gradient(#809aaa, #5c7e92);
background: -moz-linear-gradient(#809aaa, #5c7e92);
background: -ms-linear-gradient(#809aaa, #5c7e92);
background: -o-linear-gradient(#809aaa, #5c7e92);
background: linear-gradient(#809aaa, #5c7e92);
}

.esail a {
color: #b7d2e2 !important;
}

.esail hr {
margin-top: 10px;
margin-bottom: 10px;
border: none;
background-color: transparent;
border-bottom: dotted 1px #ffffff;
}

.esail input {
color: #777777;
padding-right: 10px;
}

.esail2 {
width: 400px;
position: relative;	
font-size: 14px;
font-weight: normal;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
display: block;
text-decoration: none;
margin-top: 20px;
margin-left: 20px;
font-size: 11px;
}

.esail2 input {
color: #777777;
padding-left: 5px;
font-size: 11px;

}
.esail2 td {
height: 23px;
}
.esail2 em {
color: #841433 !important;
}

.esail2 label {
margin-top: -10px;
font-size: 12px;
padding-bottom: 4px;
padding-left: 10px;

}

.esail2 hr {
margin-bottom: 10px;
}

.esail2 a {
color: #07517A;
}

.esail2 .right {
width: 115px;
text-align: left !important;
padding-left: 5px;
}

.esail2 h3 {
color: #07517A !important;
font-weight: normal !important;
text-align: left !important;
font-size: 12px;
}

.subbtn2 img {
margin-top: 10px;
margin-left: 106px;
}

.esail2 select {
font-size: 11px;
width: 220px !important;
}

.superForm p {
font-size: 12px;
color: #ffffff !important;
margin-left: 200px;
margin-right: 200px;
margin-bottom: 20px;
margin-top: 10px;
}

.superForm p strong {
font-size: 16px;
padding-left: 30px;
line-height: 20px;
}

.superForm h3 img {
}

.superForm center img {
behavior: url(/pie.htc);
-webkit-box-shadow: #fff 0px 0px 3px;
-moz-box-shadow: #fff 0px 0px 3px;
box-shadow: #fff 0px 0px 3px;
}
.innertable {
margin-left: 190px;
}

.sscontact h3 {

}

.sscontact p {
color: #07517A;
font-size: 12px !important;
}

.ddlWatermark
{
  color: #777777;
  height:20px;  
 
  
}

.ddlNormal 
{
    color:Black;
    height:20px; 
}


.CallToAction
{
 margin-bottom: 15px;

}
