/* TABLE {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    color: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
} */

/*
BODY {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    color: black;
    FONT-SIZE: 9pt;
    margin-top: 10px;
}

b {
    font-weight: bold;
    color: #202020;
    background-color: transparent;
} */

.clickable {
    cursor: pointer;
}

.button {
    cursor: pointer;
}

A {
    COLOR: #990000;
    TEXT-DECORATION: underline
}

A:visited {
    COLOR: #2e70ec;
    TEXT-DECORATION: underline
}

A:hover {
    COLOR: black;
    TEXT-DECORATION: underline
}

label {
    cursor: pointer;
}

input {
    cursor: pointer;
}

select {
    cursor: pointer;
}

a {
    cursor: pointer;
}

.h1 {
    font-size: 16pt;
    font-weight: bold;
    color: black;
}

.h2 {
    font-size: 14pt;
    font-weight: bold;
    color: black;
}

.h3 {
    font-size: 10pt;
    color: gray;
}

.header2 {
    font-size: 14pt;
    font-weight: bold;
    color: #049BDA;
}

.even {
    background-color: #f0f0f0;
}

.opaque {
    filter: alpha( opacity = 50 );
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.plainText12Pt {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #E4E4E4;
    FONT-SIZE: 12px
}

.plainText30pt {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #E4E4E4;
    FONT-SIZE: 30px;
    FONT-WEIGHT: normal
}

.navBarBackground {
    BACKGROUND-COLOR: #346665;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}

A.topNavLink:link {
    COLOR: #ECFAF9;
    TEXT-DECORATION: none
}

A.topNavLink:visited {
    COLOR: #ECFAF9;
    TEXT-DECORATION: none
}

A.topNavLink:active {
    COLOR: #ECFAF9;
    TEXT-DECORATION: underline
}

A.topNavLink:hover {
    COLOR: #ECFAF9;
    TEXT-DECORATION: underline
}

A.topNavLinkChild:link {
    COLOR: #990000;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.topNavLinkChild:visited {
    COLOR: #990000;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.topNavLinkChild:active {
    COLOR: #990000;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline
}

A.topNavLinkChild:hover {
    COLOR: #990000;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline
}

.greyLink {
    FONT: 11px Arial, Helvetica, sans-serif;
    COLOR: #999999
}

A.greyLink:link {
    COLOR: #999999;
    TEXT-DECORATION: none
}

A.greyLink:visited {
    COLOR: #999999;
    TEXT-DECORATION: none
}

A.greyLink:active {
    COLOR: #999999;
    TEXT-DECORATION: none
}

A.greyLink:hover {
    COLOR: #999999;
    TEXT-DECORATION: none
}

.searchWaitText {
    COLOR: #990000;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal
}

.searchWaitTextSmall {
    COLOR: #990000;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}

#cruisingmenu {
    Z-INDEX: 100;
    BORDER-BOTTOM: #346665 1px solid;
    POSITION: absolute;
    BORDER-LEFT: #346665 1px solid;
    BACKGROUND-COLOR: #E4E4E4;
    FONT: 12px / 18px Arial, Helvetica, sans-serif;
    VISIBILITY: hidden;
    BORDER-TOP: #346665 1px solid;
    BORDER-RIGHT: #346665 1px solid
}

#cruisingmenu A {
    PADDING-LEFT: 6px;
    DISPLAY: block;
    COLOR: #346665;
    TEXT-DECORATION: none
}

#cruisingmenu A:hover {
    BORDER-BOTTOM-COLOR: black;
    BACKGROUND-COLOR: #231F20;
    BORDER-TOP-COLOR: #346665;
    COLOR: #ffffff;
    BORDER-RIGHT-COLOR: #346665;
    BORDER-LEFT-COLOR: #346665
}

.hidden {
    display: none;
}

.CategoryTable {
    border: solid 1px #e4e4e4;
    margin-bottom: 20px;
}

.CategoryHeader {
    BACKGROUND-COLOR: #990000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #fffffe;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}

.CategoryDesc {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    BACKGROUND-COLOR: #EEEEEE;
}

.EditorialBox {
    BORDER: #e4e4e4 1px solid;
    PADDING: 5 5 5 5;
    BACKGROUND-COLOR: #ECFAF9;
    PADDING-LEFT: 8px;
    /*COLOR: #990000;*/
}

.PassengerQuestion {
    BORDER-TOP-WIDTH: thick;
    BORDER-RIGHT: medium none;
    BORDER-BOTTOM-WIDTH: thin;
    BORDER-LEFT: medium none;
    COLOR: #990000;
    font: bold 14px Arial, Helvetica, sans-serif;
}

.TitleText {
    color: #990000;
}

.PowderBlueBackground {
    BACKGROUND-COLOR: #ECFAF9;
}

.GrayBorder {
    BORDER: #e4e4e4 1px solid;
}

.GrayBorderTop {
    BORDER-TOP: #e4e4e4 1px solid;
}

.GrayBorderLeft {
    BORDER-LEFT: #e4e4e4 1px solid;
}

.GrayBorderRight {
    BORDER-RIGHT: #e4e4e4 1px solid;
}

.GrayBorderBottom {
    BORDER-BOTTOM: #e4e4e4 1px solid;
}

.DarkGrayBorder {
    BORDER: #808080 1px solid;
}

.GrayBackground {
    BACKGROUND-COLOR: Gray;
}

.LightGrayBackground {
    BACKGROUND-COLOR: #e4e4e4;
}

.WhiteBackground {
    BACKGROUND-COLOR: White;
}

.Width100Pct {
    Width: 100%;
}

.Width80Pct {
    Width: 80%;
}

.Height100Pct {
    Height: 100%;
}

.boldfont {
    font-weight: bold;
}

.italicfont {
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

.floatingImage {
    Z-INDEX: 0;
}

.floatingImage:hover {
    VISIBILITY: Visible;
}

.floatingImage SPAN {
    Z-INDEX: 0;
    POSITION: absolute;
    padding: 5px 5px 5px 5px;
    TEXT-DECORATION: none;
    VISIBILITY: Hidden;
    Background-Color: White;
}

.floatingImage:hover SPAN {
    Z-INDEX: 0;
    POSITION: absolute;
    padding: 5px 5px 5px 5px;
    Color: White;
    VISIBILITY: Visible;
    BORDER: #808080 1px solid;
}

.Padding5px {
    padding: 5px 5px 5px 5px;
}

.Font6pt {
    font-size: 6pt;
}

.Font8pt {
    font-size: 8pt;
}

.Font9pt {
    font-size: 9pt;
}

.Font10pt {
    font-size: 10pt;
}

.Font11pt {
    font-size: 11pt;
}

.Font12pt {
    font-size: 12pt;
}

.Font13pt {
    font-size: 13pt;
}

.Font14pt {
    font-size: 14pt;
}

.BlueFont {
    color: #049BDA;
}

.ConfirmationSectionHeader {
    font-size: 14pt;
    font-weight: bold;
    color: #049BDA;
    font-style: italic;
    padding-top: 30px;
    margin-bottom: 10px;
    border-bottom: solid 1px #049BDA;
}

/* ----- HEADER ----- */
#header {
    width: 751px;
    height: 150px;
}

/* ----- NAVIGATION ----- */
#navigation {
    width: 731px;
    height: 20px;
    float: left;
}

/* ----- MAIN CONTENT ----- */
#content {
    width: 761px;
    min-height: 450px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 1500px;
    background-color: White;
    margin-top: 2px;
}

.outerbox {
    BORDER: #e4e4e4 1px solid;
    PADDING-LEFT: 30px;
    BACKGROUND-COLOR: #ECFAF9;
    PADDING-LEFT: 15px;
    PADDING-LEFT: 10px;
    COLOR: #990000;
    width: 765px;
    padding: 5px 5px 5px 5px;
    margin-top: 0px;
}

.boxheader {
    BORDER: #e4e4e4 1px solid;
    PADDING: 10px 10px 10px 10px;
    PADDING-RIGHT: 20px;
    BACKGROUND-COLOR: White;
}

.band {
    width: 761px;
    color: white;
    height: 25px;
    background-color: #346665;
    margin-left: 0px;
    text-align: left;
}

.availcabinband {
    width: 450px;
    height: 20px;
    color: navy;
    color: #FFFFFE;
    background-color: #346665;
}

.divider {
    clear: both;
    font-size: 0em;
    line-height: 1px;
    background-color: #EBEBEB;
    height: 1px;
    margin-bottom: 10px;
}

span#selectedCategoryDesc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: white;
    font-weight: bold;
}

span#availCategoryHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

span#availCategoryHeaderb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 75px;
    margin-right: 100px;
}

span#availCategoryHeaderc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 15px;
}

span#brosDesc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
}

span#smallcatDesc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
    margin-bottom: 15px;
}

span#brosDesca {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: blue;
    margin-left: 0px;
    width: 80px;
}

span#brosDescb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
    margin-left: 20px;
    width: 150px;
}

span#brosDescc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
    margin-left: 20px;
    width: 20px;
}

span#deckavailimg {
    margin-left: 30px;
    margin-top: 200px;
}

.deckavailcabimg {
    margin-left: 30px;
    margin-top: 200px;
}

.spacer {
    height: 10px;
}

.lateralspacer {
    width: 2px;
}

.page_left {
    width: 310px;
    float: left;
    height: 1700px;
    margin-top: 30px;
}

.page_right {
    width: 450px;
    float: right;
    height: 1700px;
    margin-top: 20px;
}

/* ----- FOOTER ----- */
#footer {
    width: 750px;
    height: 100px;
    background-color: White;
    margin-top: 10px;
}

.modal_hdr {
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 13px;
    color: #049BDA;
    width: 440px;
    margin-top: 2px;
    margin-left: 20px;
    font-weight: Bold;
    font-style: italic;
}

.form_input label {
    margin: 6px 0px 1px 0px;
    display: block;
}

.form_input .input, .form_input .input_txt {
    background-color: transparent;
    border: none;
}

.form_input .input {
    width: 100px;
    padding: 7px 5px;
}

.form_input .input_txt {
    width: 352px;
    height: 135px;
    max-width: 294px;
    max-height: 135px;
    padding: 7px 5px;
    overflow: auto;
}

.scphdr {
    font-size: 1em;
    font-weight: bold;
    color: #049BDA;
    font-style: italic;
}

.form_input .btn_green {
    margin-top: 20px;
}

.title {
    font-size: 15px;
    color: #4471bd;
    padding: 0;
    font-weight: bolder;
}

.feedbacklabel {
    font-weight: bold;
    float: left;
    text-align: left;
    width: 140px;
    padding-left: 25px;
    color: red;
}

.feedbacklabel.info {
    color: green;
}

.feedbacklabel.error {
    color: red;
    list-style: circle;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    width: 140px;
}

.formcomponent.invalid {
    border: 2px solid red;
    color: red;
}

.titleband {
    width: 250px;
    height: 45px;
    color: navy;
    color: #FFFFFE;
    background-color: #1E60AC;
}

.formcomponent.valid {
    color: green;
}

.deckmap {
    margin-top: 30px;
}

.box {
    width: 731px;
    margin: 0 auto;
}

.box h2 {
    font-weight: bolder;
    color: #0066CC /*padding-left: 20px;*/
}

.box_content1 {
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 13px;
    color: #049BDA;

    font-weight: Bold;
    font-style: italic;
    background-color: white;
    BORDER: #e4e4e4 1px solid;
    height: 200px;
    width: 731px;

}

.box_content {

    color: #707070;
    background-color: white;
    BORDER: #e4e4e4 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    width: 731px;

}

.box_content1a {

    font-style: normal;
    background-color: white;
    BORDER: #e4e4e4 1px solid;
    height: 200px;
    width: 711px;

}

.box_content1b {

    font-style: normal;
    background-color: white;
    z-index: 9999;
    height: 30px;
    width: 730px;
}

.box_content2 {
    color: #707070;
    background-color: white;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.0em;
    width: 711px;
}

.box_content3 {
    color: #707070;
    background-color: white;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.0em;
    width: 720px;
    background-color: white;

}

ul.standard {
    list-style-type: disc;
    margin: 0px 0px 20px 35px;
}

ul.standard li {
    color: #707070;
    line-height: 20px;
    float: none;
    width: 501px;
}

.MEditorialBox {
    BORDER: #e4e4e4 1px solid;
    BACKGROUND-COLOR: #effaff;
    PADDING-LEFT: 15px;
    COLOR: #049bda;
    width: 740px;
    padding: 15px 15px 15px 15px;
    margin-top: 2px;
    font-size: .9em;
}

span#Width100Pct {
    Width: 100%;
}

.VirtualTourHeader {
    color:#FFFFFE;
    background-color:#346665;
    font: bold 13px Arial, Helvetica, sans-serif;
}

.ShadedEditorialTable {
    FONT-SIZE: 11px;
    FONT-SIZE: 11px;
    background-color: #D7EEEE;
}

.ShadedEditorialTable td {
    padding-left: 15px;
    padding-right: 10px;
}

.ShadedEditorialTitle {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: #990000;
}

.ShadedEditorialSubtitle {
    FONT-WEIGHT: bolder
}

.ShadedEditorialText {
    FONT-SIZE: 10pt;
    color: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.ShadedEditorialReadMoreText {
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt
}

.ShipNavText {
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.ShipInfoTitle {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: #000000;
}

.ShipInfoDesc {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000
}
