/* TOP NAV */ /* TOP NAV */
body {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

    body table.mainBodyTable {
        width: 100%;
    }

        body table.mainBodyTable div.mainActionCell {
            margin: 0px auto;
            width: 940px;
        }

.navbackground {
    background: url(Pics/topnav-bg.gif);
    background-repeat: repeat-x;
}

#topnav {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 760px;
    text-align: center;
}

    #topnav #upper {
        position: relative;
        width: 760px;
        height: 54px;
        text-align: left;
    }

        #topnav #upper #logo {
            position: absolute;
            top: 0px;
            left: 0px;
            float: left;
            margin: 0;
            width: 125px;
            height: 51px;
        }

        #topnav #upper .phone {
            position: absolute;
            top: 4px;
            right: 0;
            margin: 0;
            width: 200px;
            color: #25408f;
            text-align: right;
            font: 14px Georgia, "Times New Roman", Times, serif;
            font-weight: bold;
            font-style: italic;
        }

        #topnav #upper .more {
            position: absolute;
            top: 4px;
            left: 140px;
            margin: 0;
            width: 200px;
            color: #25408f;
            text-align: left;
            font: 14px Georgia, "Times New Roman", Times, serif;
            font-weight: bold;
            font-style: italic;
        }

        #topnav #upper #search {
            position: absolute;
            top: 5px;
            right: 0;
            margin: 0;
            width: 560px;
            color: #25408f;
            text-align: right;
            font: 12px Georgia, "Times New Roman", Times, serif;
            font-weight: bold;
        }

            #topnav #upper #search .formcell {
                margin: 0 0 0 5px;
                padding: 1px;
                width: 150px;
                border: 1px solid #25408f;
                color: #999999;
                font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
            }

.contentarea {
    margin: 0;
    margin-top: -210px;
    padding: 0;
    width: 100%;
}
/* right nav */
#nav2 {
    position: absolute;
    top: 31px;
    right: 0px;
    margin: 0;
    width: 450px;
    text-align: right;
}

    #nav2 ul {
        margin: 0;
        padding: 0;
        width: 450px;
        color: #25408f;
        list-style: none;
        font: 14px Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        font-style: italic;
        line-height: 1;
    }

        #nav2 ul li a {
            display: block;
            color: #25408f;
            text-align: right;
            text-decoration: none;
            font-weight: normal;
        }

            #nav2 ul li a:hover, #nav2 li a:hover {
                color: #25408f;
                text-decoration: underline;
                font-weight: normal;
            }

    #nav2 li {
        float: right;
        margin: 0 0 0 10px;
        padding: 0;
    }
/* left nav */
#nav {
    z-index: 1000;
    clear: both;
    margin: 0;
    padding: 0;
    width: 760px;
    text-align: left;
}

    #nav ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 760px;
        list-style: none;
        line-height: 1;
    }

        #nav ul li a {
            display: block;
            padding: 2px 0px 2px 0px;
            color: #25408f;
            text-align: left;
            text-decoration: none;
            font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

            #nav ul li a:hover {
                text-decoration: none;
            }

    #nav li {
        position: relative;
        z-index: 1000;
        float: left;
        margin: 0 18px 0 0;
        padding: 0;
    }

        #nav li ul {
            position: absolute;
            left: -999em;
            z-index: 1010;
            margin-top: -1px;
            padding: 4px;
            width: auto;
            border: 1px dotted #666666;
            background-color: #ffffff;
        }

        #nav li li {
            margin: 0;
            width: 100%;
        }

            #nav li li a {
                float: left;
                padding: 2px 5px 2px 8px;
                width: 100%;
                background-image: url(Pics/topnav-arrow-right.gif);
                background-repeat: no-repeat;
                color: #25408f;
                text-align: left;
                text-decoration: none;
                white-space: nowrap;
                font: 11px "Trebuchet MS", Arial, Helvetica;
                font-weight: normal;
            }

        #nav li:hover ul, #nav li.sfhover ul {
            left: auto;
        }

        #nav li:hover, #nav li.sfhover {
            text-decoration: none;
        }

        #nav li li a:hover, #nav li li a.sfhover {
            background-image: url(Pics/topnav-arrow-right-over.gif);
            background-repeat: no-repeat;
            color: #990000;
            text-decoration: underline;
        }

    #nav .mainlist {
        margin: 0;
        padding: 2px 0 2px 0;
        width: 100%;
        color: #25408f;
        text-align: left;
        white-space: nowrap;
        font: 12px "Trebuchet MS", Arial, Helvetica;
        font-weight: normal;
    }

    #nav a.nomenu:hover {
        text-decoration: underline;
    }

#clear2 {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
/* END TOP NAV */

/* BEGIN FOOTER */
#footer {
    clear: both;
    margin: 20px 0 10px 0;
    width: 760px;
}

    #footer p, #footer td {
        color: #25408f;
        font: 12px Arial, Helvetica;
        font-weight: normal;
    }

    #footer a:link, footer a:visited {
        color: #0000FF;
        text-decoration: underline;
    }

    #footer a:hover {
        color: #AA0000;
    }

    #footer .copy {
        margin: 5px 0 0 0;
        font-size: 10px;
    }

.dot {
    margin-left: 5px;
    width: 750px;
    color: #666666;
    text-align: justify;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: normal;
}
/* END FOOTER */

/* SAILING CHART */
.box-head-left {
    width: 7px;
    background-image: url(/images/toc/toctab-header-left.gif);
    background-repeat: no-repeat;
    font-size: 1px;
    line-height: 1px;
}

.box-head-right {
    width: 7px;
    background-image: url(/images/toc/toctab-header-right.gif);
    background-repeat: no-repeat;
    font-size: 1px;
    line-height: 1px;
}

.box-head-name {
    padding: 3px 2px 2px 2px;
    background-image: url(/images/toc/toctab-header-bg.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    text-align: left;
    font: 16px Georgia, "Times New Roman", Times;
    font-weight: bold;
}

.box-head-price {
    margin: 0;
    padding: 6px 0 2px 0;
    width: 90px;
    background-image: url( "/images/toc/toctab-header-bg.gif" );
    background-repeat: repeat-x;
    color: #AA0000;
    text-align: center;
    font: 18px Georgia, "Times New Roman", Times;
    font-weight: bold;
    line-height: 18px;
}

.box-head-smtext {
    color: #AA0000;
    text-align: center;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.box-head-split {
    margin: 0;
    padding: 0;
    width: 4px;
    background-image: url( "/images/toc/toctab-header-split.gif" );
    background-repeat: no-repeat;
    font-size: 1px;
    line-height: 1px;
}

.box-caption-table {
    border: 1px solid #c4c4c4;
    background-image: url( "Pics/toc-link2-button-on.gif" );
    background-repeat: repeat-x;
}

.pkg-caption {
    padding: 3px 10px 3px 10px;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #1d3464;
    color: white;
}

.pkg-caption a{
    color: white !important;
}

.box-head-title {
    background-image: url( "/images/booking/pkg-head-top-bg.gif" );
    background-repeat: repeat-x;
    color: #AA0000;
    font-weight: normal;
    font-size: 20px;
}

.box-head-caption2 {
    padding: 3px 10px 2px 10px;
    border-right: 1px solid #545454;
    border-bottom: 1px solid #545454;
    background-color: #f9fafd;
    background-image: url( "/images/booking/menu-bg2-on.gif" );
    background-repeat: repeat-x;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

.box-head-photo {
    padding: 0px;
    height: 85px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-repeat: no-repeat;
}

.departure {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border-top: 1px solid #8D92A9;
    border-bottom: 1px solid #c4c4c4;
    background-image: url( "Pics/toc-link2-button-on.gif" );
    color: #1D3364;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.chartleft {
    border-right: 1px solid #8D92A9;
    border-left: 1px solid #8D92A9;
}

.chartright {
    border-right: 1px solid #8D92A9;
    border-left: 1px solid #8D92A9;
}

.chartbottomL {
    border-right: 0px solid #8D92A9;
    border-bottom: 1px solid #8D92A9;
    border-left: 1px solid #8D92A9;
}

.chartbottomR {
    border-right: 1px solid #8D92A9;
    border-bottom: 1px solid #8D92A9;
    border-left: 0px solid #8D92A9;
}

.bottom {
    border-bottom: 1px solid #8D92A9;
}

.sailing-odd {
    padding: 2px 3px 2px 3px;
    background-color: #EEF0F9;
    font: 12px, "Arial";
}

.sailing-even {
    padding: 2px 3px 2px 3px;
    background-color: #FFFFFF;
    font: 12px, "Arial";
}

.sailing-bottom1 {
    padding: 2px 3px 2px 3px;
    border-bottom: 1px solid #8D92A9;
    background-color: #EEF0F9;
    font: 12px, "Arial";
}

.sailing-bottom2 {
    padding: 2px 3px 2px 3px;
    border-bottom: 1px solid #8D92A9;
    background-color: #FFFFFF;
    font: 12px, "Arial";
}
/* END SAILING CHART */

/* All images came from "http://www.gate1travel.com/testing/booking/images" or "http://www.gate1travel.com/images/booking" */
body, td, th {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
    list-style-type: none;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

A:link {
    color: #336699;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

A:visited {
    color: #CCCCCC;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

A:hover {
    color: #6699CC;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

A:active {
    color: #6699CC;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.redlink a:link {
    color: #AA0000;
    text-decoration: none;
}

.redlink a:visited {
    color: #AA0000;
    text-decoration: none;
}

.redlink a:hover {
    color: #AA0000;
    text-decoration: underline;
}

.redlink a:active {
    color: #AA0000;
    text-decoration: underline;
}

/* For menu buttons */

.menubutton-off {
    padding: 2px 10px 2px 10px;
    border: 1px solid #8D92A9;
    background-image: url(Pics/box1-title-bg.gif);
    color: #585E7C;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.menubutton-on {
    padding: 2px 10px 2px 10px;
    border: 1px solid #8D92A9;
    background-image: url(Pics/box2-title-bg.gif);
    color: #AA0000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

/* The title at the top of the page */
.title-table {
    border-bottom: 1px solid #000000;
}

.title-text {
    padding: 5px 0px 5px 0px;
    color: #AA0000;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

/* The boxes with the gradient headings */
.title-box {
    padding: 2px 2px 2px 2px;
    border: 1px solid #8D92A9;
    background-image: url(Pics/box1-title-bg.gif);
    color: #585E7C;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.box1 {
    border-right: 1px solid #5F6583;
    border-left: 1px solid #5F6583;
    background-color: #F0F1F5;
}

.box1-title-old {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #8D92A9;
    border-bottom: 1px solid #8D92A9;
    background-image: url(Pics/box1-title-bg.gif);
    color: #585E7C;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.box1-title {
    padding: 4px;
    background-color: #1D3364;
    color: White;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.box1-title a{
    color: white !important;
}

    .box1-title a:link {
        color: white;
        font-weight: bold;
    }

    .box1-title a:visited {
        color: white;
        font-weight: bold;
    }

    .box1-title a:hover {
        color: white;
        font-weight: bold;
    }

    .box1-title a:active {
        color: white;
        font-weight: bold;
    }

    .box1-title .textbox1, .box1-title .textbox2, .box1-title .textbox3 {
        color: white;
    }

.box1-title-short {
    padding: 2px 4px 2px 4px;
    background-color: #1D3364;
    color: White;
    font-weight: bold;
    font-size: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.box1-content {
    background-color: #F0F1F5;
    font-size: 11px;
}

.box1-content2 {
    padding: 0px 4px 0px 4px;
    background-color: #F0F1F5;
    font-size: 11px;
}

.box1-content-bottom {
    border-bottom: 1px solid #5f6583;
    background-color: #F0F1F5;
}

.box1-row {
    padding: 2px 2px 2px 2px;
    background-color: #F0F1F5;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    /*border-bottom: 1px solid #8D92A9;*/
}

/* inner box, tan colors */
.box1 li, .box2 li, .box3 li {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
    list-style-type: square;
}

.detailbox li {
    padding: 2px;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
}

.detailbox {
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #FFFFFF;
    background-color: #ffffff;
}

.box2 {
    border-right: 1px solid #1D3364;
    border-left: 1px solid #1D3364;
    background-color: #FFFFFF;
}

.box2-title {
    padding: 4px;
    background-color: #1D3364;
    color: White;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

    .box2-title .textbox1, .box2-title .textbox3{
        color: white;
    }

input[readonly] {
    color: black;
}

.box2-title a {
    color: white !important;
}

.box2-title2 {
    padding: 4px 2px 4px 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #1D3364;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box2-title2a {
    padding: 4px 2px 4px 2px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #1D3364;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Used for column headers */
.box2-title3 {
    padding: 4px 2px 4px 2px;
    background-color: #C4D7E6;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.box2-title3a {
    padding: 4px 2px 4px 2px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #F3F5FE;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.box2-row {
    padding: 4px 2px 4px 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box2-row-alt {
    padding: 4px 2px 4px 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #FAFAFA;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box2-content {
    padding: 4px 2px 4px 2px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

    .box2-content a {
        color: #336699;
        text-decoration: underline;
        font-weight: normal;
        font-size: 12px;
        font-family: Arial, Helvetica, Sans-Serif;
    }

        .box2-content a:hover {
            color: #6699CC;
            text-decoration: underline;
            font-weight: normal;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
        }

.box2-content-alt {
    padding: 4px 2px 4px 2px;
    background-color: #FAFAFA;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.remark-item1 {
    padding: 2px 2px 2px 2px;
    border-top: 2px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-image: url(Pics/box1-title-bg.gif);
    color: #AA0000;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.remark-item2 {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-image: url(Pics/box2-title-bg.gif);
    color: #AA0000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.textbox1 {
    padding: 0px 0px 0px 0px;
    border: 1px;
    background-color: transparent;
    color: black;
    vertical-align: bottom;
    text-align: right;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.textbox2 {
    padding: 0px 0px 0px 0px;
    border: 0px;
    background-color: transparent;
    color: black !important;
    vertical-align: bottom;
    text-align: right;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.textbox3 {
    padding: 0px 0px 0px 0px;
    border: 0px solid #000000;
    background-color: transparent;
    color: black;
    vertical-align: bottom;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.errortextbox {
    padding: 0px 0px 0px 0px;
    width: 5px;
    border: 0px;
    background-color: transparent;
    color: Red;
    vertical-align: bottom;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

/* inner box, blue/gray colors */

.box3 {
    border-right: 1px solid #8D92A9;
    border-left: 1px solid #8D92A9;
    background-color: white;
}

.box3-title-old {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #8D92A9;
    border-bottom: 1px solid #8D92A9;
    background-color: #8D92A9;
    color: #F0F1F5;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-title {
    padding: 4px;
    background-color: #1D3364;
    color: White;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.seatmap {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #8D92A9;
    border-bottom: 1px solid #8D92A9;
    color: #585E7C;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-title2 {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #8D92A9;
    background-color: #1D3364;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-title2a {
    padding: 2px 2px 2px 2px;
    background-color: #1D3364;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-title2a a{
    color: white !important;
}

/* Used for column headers */
.box3-title3 {
    padding: 2px 2px 2px 2px;
    background-color: #D0D2EB;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-title3-bottom {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #5F6583;
    background-color: #D0D2EB;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-row {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #8D92A9;
    background-color: white;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-content {
    padding: 2px 2px 2px 2px;
    background-color: white;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.box3-row2 {
    padding: 2px 2px 2px 2px;
    background-color: white;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}


/* Popup Box */
.boxpopup {
    border-right: 1px solid #8D92A9;
    border-left: 1px solid #8D92A9;
    background-color: #F0F1F5;
}

.boxpopup-title {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #8D92A9;
    border-bottom: 1px solid #8D92A9;
    background-color: #1D3364;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.boxpopup-row {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #8D92A9;
    background-color: white;
    color: black;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

/*img {
    margin-right: 3px;
}*/

.boxpopup-content {
    padding: 2px 2px 2px 2px;
    background-color: #F0F1F5;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

/* End Popup Box */

/* gives a 2 pixel border to photos, add class="photo" to any photo's img tag */

.photo {
    border: 1px solid #000000;
}

.photo2 {
    border: 1px solid #000000;
}

/* for all form elements */

.formcell1 {
    border: 1px solid #585E7C;
    font-size: 11px;
}

/* for all form buttons */
.button, .button1, .button2, .button-red {
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-color: #8bbf50;
    background: #8bbf50;
    background: -webkit-linear-gradient(top, #8bbf4e, #71a03a);
    background-color: #8bbf4e;
    background-repeat: repeat-x;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    color: #333;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    font-size: 14px;
    line-height: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bbf4e',endColorstr='#71a03a',GradientType=0);
    cursor: pointer;
}

    .button:hover, .button1:hover, .button2:hover, .button-red:hover {
        background: -webkit-linear-gradient(top, #71a03a, #71a03a);
        background-color: #71a03a !important;
    }

input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.button_alternate_air {
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    background-image: url(Pics/toc-link-button-on.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.formbox {
    padding: 1px 1px 1px 1px;
    border: 1px solid #5F6583;
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.formboxdisabled {
    padding: 1px 1px 1px 1px;
    border: 1px solid #5F6583;
    background-color: #E8E8E8;
    color: #666666 !important;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

/* text styles */

.11px {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.stepmeter-box {
    border: 1px solid #8D92A9;
}

.stepmeter-on {
    padding: 0px 0px 0px 0px;
    background-image: url(Pics/step-bg1.gif);
    color: #585E7C;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.stepmeter-off {
    padding: 0px 0px 0px 0px;
    background-image: url(Pics/step-bg2.gif);
    color: #585E7C;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.actions-title {
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    padding: 2px 4px 2px 4px;
    border: 1px solid white;
    background-color: #1D3364;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.actions-title2 {
    padding: 2px 2px 2px 2px;
    background-color: #1D3364;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    /*border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;*/
}

.actions-content {
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    padding: 2px 4px 2px 4px;
    width: 1px;
    border: 1px solid #5f6583;
    background-image: url(Pics/box1-title-bg4.GIF);
    color: #F0F1F5;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Tabs */
.tab-on {
    padding: 4px 4px 4px 4px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 0px solid;
    background-image: url(Pics/box2-title-bg.gif);
    color: #AA0000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.tab-off {
    padding: 4px 4px 4px 4px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #D2CEA2;
    color: #AA0000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.tab-notab {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: transparent;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.tab-box {
    border-left: 1px solid #c4c4c4;
}

.tab-box-content {
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #FFFFFF;
}

/** TOC Classes **/

.menu-tab1-box {
    border-left: #8d92a9 1px solid;
}

.menu-tab1-active a {
    text-decoration: none;
    cursor: text;
}

.error {
    color: Red;
}

/*** For the image at the top of the screen ***/

.tab1-top-left {
    width: 10px;
    height: 30px;
    background-image: url(Pics/tab1-top-left.gif);
    background-repeat: no-repeat;
}

.tab1-top {
    width: 450px;
    background-image: url(Pics/tab1-top-bg.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font-weight: bold;
    font-size: 16px;
}

.tab1-end {
    width: 95px;
    background-image: url(Pics/tab1-end.gif);
    background-repeat: no-repeat;
}

.tab1-title {
    width: 315px;
    color: #AA0000;
    font-weight: bold;
    font-size: 18px;
}

.tab1-bottom {
    width: 100%;
    height: 17px;
    background-image: url(Pics/tab1-bottom.gif);
    background-repeat: no-repeat;
}

.tab1-bottom-text {
    padding-left: 12px;
    color: #000000;
    font-size: 10px;
}

.tab1-top-link {
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
    color: #AA0000;
    font-size: 14px;
}

.tab1-top-link2 {
    padding-top: 0px 2px 0px 2px;
    color: #AA0000;
    font-weight: bold;
    font-size: 14px;
}



/* TOP NAV CLASSES */

.nav-off {
    padding-top: 2px 4px 2px 4px;
    border: 1px solid #000000;
    background-color: #63659C;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.nav-on {
    padding-top: 2px 4px 2px 4px;
    border: 1px solid #000000;
    background-color: #A391B7;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

/* site links */

.nav2-off {
    padding-top: 2px 4px 2px 4px;
    border: 1px solid #000000;
    background-color: #FFCC66;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.nav2-on {
    padding-top: 2px 4px 2px 4px;
    border: 1px solid #000000;
    background-color: #FFFFCC;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

/* drop down menu links */

.nav3-off {
    padding-top: 2px 5px 2px 5px;
    border: 1px solid #000000;
    background-color: #FFFFCC;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.nav3-on {
    padding-top: 2px 5px 2px 5px;
    border: 1px solid #000000;
    background-color: #003366;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

/* Home button */

.navH-off {
    padding-top: 2px 4px 2px 4px;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.navH-on {
    padding-top: 2px 4px 2px 4px;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

/* PACKAGE PAGE STYLES */
BODY {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

TD {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

TH {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.pkg-head-leftcorner {
    background-image: url(Pics/pkg-head-top-left.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font-weight: normal;
    font-size: 20px;
}

.pkg-head-rightcorner {
    background-image: url(Pics/pkg-head-top-right.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font-weight: normal;
    font-size: 20px;
}

.pkg-head-spacer {
    background-image: url(Pics/pkg-head-top-spacer.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font-weight: normal;
    font-size: 20px;
}

.pkg-head-caption {
    padding-top: 3px 10px 3px 10px;
    border-bottom: #545454 1px solid;
    border-left: #545454 1px solid;
    background-color: #f9fafd;
    background-image: url(Pics/menu-bg2-on.gif);
    background-repeat: repeat-x;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

.tab1-end {

}

.tab1-title {
    padding-left: 5px;
    border-bottom: #515151 1px solid;
    color: #aa0000;
    font-weight: bold;
    font-size: 15px;
}

.tab1-bottom {
    width: 760px;
    height: 16px;
    background-image: url(Pics/tab1-bottom2.gif);
    background-repeat: no-repeat;
}

.tab1-bottom-text {
    padding-left: 12px;
    color: #000000;
    font-size: 10px;
}

.tab1-top-link {
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
    color: #AA0000;
    font-size: 14px;
}

.tab1-top-link2 {
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
    color: #AA0000;
    font-weight: bold;
    font-size: 14px;
}

A.tab1-toplink:link {
    color: #AA0000;
    text-decoration: none;
}

A.tab1-toplink:visited {
    color: #AA0000;
    text-decoration: none;
}

A.tab1-toplink:hover {
    color: #AA0000;
    text-decoration: underline;
}

A.tab1-toplink:active {
    color: #AA0000;
    text-decoration: underline;
}

A.tab1-botlink:link {
    color: #000000;
    text-decoration: none;
}

A.tab1-botlink:visited {
    color: #000000;
    text-decoration: none;
}

A.tab1-botlink:hover {
    color: #AA0000;
    text-decoration: underline;
}

A.tab1-botlink:active {
    color: #AA0000;
    text-decoration: underline;
}

.pkg-title {
    color: #2e2a7f;
    font-weight: bold;
}




.highlight1 {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-top: #aaaa7f 2px solid;
    border-right: #aaaa7f 2px solid;
    border-bottom: #aaaa7f 2px solid;
    border-left: #aaaa7f 2px solid;
    background-color: #dbd7b3;
}

.highlight1-table {
    border-top: #aaaa7f 1px solid;
    border-right: #aaaa7f 1px solid;
    border-left: #aaaa7f 1px solid;
}

.highlight1-table2 {
    border-top: #aaaa7f 1px solid;
    border-right: #aaaa7f 1px solid;
    border-bottom: #aaaa7f 1px solid;
    border-left: #aaaa7f 1px solid;
}

.highlight1-title {
    margin: 0px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom: #aaaa7f 1px solid;
    background-image: url(Pics/menu-bg2-on.gif);
    color: #AA0000;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.highlight1-title2 {
    margin: 0px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom: #aaaa7f 1px solid;
    background-image: url(Pics/menu-bg2-on.gif);
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.highlight1-list {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #aaaa7f 1px solid;
    background-color: #e9e7d1;
}

.highlight1-list2 {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #aaaa7f 1px solid;
    background-color: #f3f2e9;
    font-size: 11px;
}

.highlight1-list3 {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #aaaa7f 1px solid;
    background-color: #e9e7d1;
    font-size: 11px;
}

.highlight1-list4 {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #aaaa7f 1px solid;
    background-image: url(Pics/menu-bg1-off.gif);
    font-size: 11px;
}

.highlight2 {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-top: #c2c8dc 2px solid;
    border-right: #c2c8dc 2px solid;
    border-bottom: #c2c8dc 2px solid;
    border-left: #c2c8dc 2px solid;
    background-color: #eef0f9;
}

.highlight2-photo {
    border-top: #8d92a9 1px solid;
    border-right: #8d92a9 1px solid;
    border-bottom: #8d92a9 1px solid;
    border-left: #8d92a9 1px solid;
}

.hotel-list {
    border-top: #aaaa7f 1px solid;
    border-right: #aaaa7f 1px solid;
    border-left: #aaaa7f 1px solid;
    background-image: url(Pics/menu-bg2-on.gif);
}

.hotel-list-active {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-right: 1px solid #1D3364;
    border-bottom: #aaaa7f 1px solid;
    background-image: url(Pics/menu-bg1-on.gif);
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.pkglist {
    margin-left: -20px;
    color: #000000;
    list-style-type: square;
    font-size: 12px;
    font-family: Arial, Helvetica;
}

.weather {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background-color: #e9e7d1;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.weather-list {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #dbd7b3 1px solid;
    background-color: #e9e7d1;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.weather-off {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.weather-none {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #dbd7b3 1px solid;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.weather-bottom {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #aaaa7f 1px solid;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.weather-top {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom: #aaaa7f 1px solid;
    background-image: url(Pics/weather-bg1.gif);
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.weather-title {
    margin: 0px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom: #aaaa7f 1px solid;
    background-image: url(Pics/weather-bg1.gif);
    color: #AA0000;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.tipsmenu-tab1-box {
    border-left: #8d92a9 1px solid;
}

.tipsmenu-tab1-active {
    margin: 0px;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-top: #8d92a9 1px solid;
    border-right: #8d92a9 1px solid;
    background-image: url(Pics/menu-bg2-on.gif);
    color: #AA0000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.tipsmenu-tab1-off {
    margin: 0px;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-top: #8d92a9 1px solid;
    border-right: #8d92a9 1px solid;
    border-bottom: #8d92a9 1px solid;
    background-image: url(Pics/menu-bg1-off.gif);
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.tipsmenu-tab1-on {
    margin: 0px;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-top: #8d92a9 1px solid;
    border-right: #8d92a9 1px solid;
    border-bottom: #8d92a9 1px solid;
    background-image: url(Pics/menu-bg1-on.gif);
    color: #AA0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.tips-header {
    color: #000077;
    font-weight: bold;
    font-size: 16px;
}

.tips-title {
    border-bottom: #000044 2px solid;
    color: #000077;
    font-weight: bold;
    font-size: 12px;
}

.tips-back {
    background-image: url(Pics/fade.jpg);
}

.citymenu-tab1-box {
    border-left: #8d92a9 1px solid;
}

.citymenu-tab1-active {
    margin: 0px;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-top: #8d92a9 1px solid;
    border-bottom: #8d92a9 1px solid;
    border-left: #8d92a9 1px solid;
    background-color: #ffffff;
    color: #000066;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.citymenu-tab1-off {
    margin: 0px;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-right: #8d92a9 1px solid;
    border-bottom: #8d92a9 1px solid;
    border-left: #8d92a9 1px solid;
    background-image: url(Pics/menu-bg1-off.gif);
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.citymenu-tab1-on {
    margin: 0px;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-right: #8d92a9 1px solid;
    border-bottom: #8d92a9 1px solid;
    border-left: #8d92a9 1px solid;
    background-image: url(Pics/menu-bg1-on.gif);
    color: #AA0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.city-title {
    border-bottom: #000044 2px solid;
    color: #000044;
    font-weight: bold;
    font-size: 12px;
}

.city-back {
    background-image: url(Pics/fade.jpg);
}

.meals {
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    font-variant: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
}

.overnights {
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    font-variant: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
}





/*** NEW TOC/PACKAGE PAGE ***/
li {
    list-style-type: none;
}

.red {
    color: #AA0000;
}

.bookearly {
    color: #009900;
    font-size: 9px;
}

/* H1 is used for all package names at the top of the package pages ONLY */
h1 {
    margin: 0;
    padding: 0;
    color: #AA0000;
    text-align: left;
    font: 20px Georgia, "Times New Roman", Times;
    font-weight: bold;
}

h2 {
    color: #AA0000;
    text-align: center;
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
}

h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}


/* TOC Header */

#toc {
    position: relative;
    margin: 10px auto 10px auto;
    width: 760px;
}

    #toc .toctop {
        position: relative;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        width: 760px;
    }

        #toc .toctop .photo {
            float: right;
            margin: 0 0 10px 0;
            padding: 0;
            width: 530px;
            border: none;
        }

        #toc .toctop .title {
            float: left;
            margin: 0 0 5px 0;
            width: 220px;
            text-align: center;
        }

            #toc .toctop .title h1 {
                margin: 0;
                color: #333333;
                text-align: justify;
                font: 11px Arial, Helvetica, sans-serif;
                font-weight: normal;
                line-height: 13px;
            }

    #toc .jumplinks {
        margin: 0 0 10px 0;
        width: 760px;
    }

        #toc .jumplinks ul {
            float: left;
            margin: 0 0 10px 0;
            padding: 0;
            width: 760px;
            color: #25408f;
            list-style: none;
            font: 12px Arial, Helvetica, serif;
            font-weight: bold;
            line-height: 1;
        }

            #toc .jumplinks ul li a {
                display: block;
                padding: 2px 5px 2px 5px;
                border: 1px solid #c4c4c4;
                background-color: #ffffff;
                background-image: url(Pics/toc-link-button-off.gif);
                background-repeat: repeat-x;
                color: #25408f;
                text-align: center;
                text-decoration: none;
            }

                #toc .jumplinks ul li a:hover {
                    background-color: #ffffff;
                    background-image: url(Pics/toc-link-button-on.gif);
                    background-repeat: repeat-x;
                    color: #25408f;
                    text-decoration: none;
                    text-decoration: underline;
                }

        #toc .jumplinks li {
            float: left;
            margin: 5px 5px 0 0;
            padding: 0;
        }

            #toc .jumplinks li a:hover, #jumplinks li a.sfhover {
                background-color: #ffffff;
                background-image: url(Pics/toc-link-button-on.gif);
                background-repeat: repeat-x;
                color: #25408f;
                text-decoration: underline;
            }
    /* rollover */

    /* TOC Subgroups */
    #toc .subgroup {
        position: relative;
        clear: both;
        margin: 10px auto 0 auto;
        width: 760px;
        text-align: left;
    }

        #toc .subgroup .groupname {
            margin: 0 0 5px 0;
            color: #990000;
            text-align: left;
            font: 20px Georgia, "Times New Roman", Times;
            font-weight: bold;
        }

        #toc .subgroup .seotext {
            margin: 0 0 10px 0;
            color: #25408f;
            text-align: justify;
            font: 11px Arial, Helvetica;
            font-weight: normal;
        }

    #toc .datetabs {
        clear: both;
        padding: 0;
        width: 760px;
    }

        #toc .datetabs ul {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
            list-style: none;
        }

            #toc .datetabs ul li {
                float: left;
                margin: 0 5px 0 0;
                padding: 0;
                background-image: url(Pics/pkgtab-off-left.gif);
                background-repeat: no-repeat;
                color: #25408f;
                font: Arial, Helvetica, sans-serif;
                font-weight: bold;
            }

                #toc .datetabs ul li a:link, #toc .datetabs ul li a:visited {
                    display: block;
                    padding: 5px 8px 3px 8px;
                    background: url(Pics/pkgtab-off-right.gif) no-repeat right top;
                    color: #25408f;
                    text-decoration: none;
                    font: 11px Arial, Helvetica, sans-serif;
                    font-weight: bold;
                }

                #toc .datetabs ul li a:hover {
                    text-decoration: underline;
                }

        #toc .datetabs .active {
            float: left;
            margin: 0 5px 0 0;
            padding: 0;
            background: url(Pics/pkgtab-active-left.gif) no-repeat;
            color: #25408f;
            font: 12px Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

            #toc .datetabs .active span {
                display: block;
                padding: 4px 8px 2px 8px;
                background: url(Pics/pkgtab-active-right.gif) no-repeat right top;
                color: #990000;
                text-decoration: none;
                font: 13px Arial, Helvetica, sans-serif;
                font-weight: bold;
            }


/* TOC Pkg Listing */


.pkg-row2 {
    border-bottom: 1px solid #1D3364;
    background-color: #ffffff;
    font: 11px Arial, Helvetica, sans-serif;
}

.pkg-row3 {
    border-right: 1px solid #1D3364;
    border-bottom: 1px solid #1D3364;
    background-color: #ffffff;
    font: 11px Arial, Helvetica, sans-serif;
}

.pkg-row4 {
    border-right: 1px solid #1D3364;
    border-bottom: 1px solid #1D3364;
    background-color: #edf0f8;
    font: 11px Arial, Helvetica, sans-serif;
}

.pkg-highlight {
    background-color: #c63838;
    background-image: url(Pics/underline-on.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    cursor: pointer;
}

.pkg-row a:link, .pkg-row a:visited {
    color: #0000ff;
    font-weight: bold;
}

.seealso a:link, .seealso a:visited {
    color: #0000ff;
    font-weight: bold;
    font-size: 14px;
}


/* Package Page Header */
.pkg-caption-table {
    border: 1px solid #545454;
    background-image: url(Pics/title-bg-gold.gif);
    background-repeat: repeat-x;
}

.pkg-head-title {
    background-image: url(Pics/pkg-head-top-bg.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font-weight: normal;
    font-size: 20px;
}

.pkg-head-caption2 {
    padding: 3px 10px 2px 10px;
    border-right: 1px solid #545454;
    border-bottom: 1px solid #545454;
    background-color: #f9fafd;
    background-image: url(Pics/menu-bg2-on.gif);
    background-repeat: repeat-x;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

.miniodd, .minieven {
    background-color: #ffffff;
    background-position: bottom;
    background-repeat: repeat-x;
    font: 12px Arial, Helvetica, sans-serif;
}


/* Package Page Tabs */

.menu-tab-box {
    border-top: 1px solid #545454;
    border-right: 1px solid #545454;
}

.menu-tab-box2 {
    border-top: 1px solid #545454;
    border-right: 1px solid #545454;
    border-left: 1px solid #545454;
}

.menu-tab2-active {
    margin: 0px;
    padding: 3px 10px 2px 10px;
    border-left: 1px solid #989abe;
    background-image: url(Pics/title-bg-ltblue.gif);
    color: #ffffff;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.menu-tab2-off {
    margin: 0px;
    padding: 3px 10px 2px 10px;
    border-left: 1px solid #c63838;
    background-image: url(Pics/title-bg-red.gif);
    color: #ffffff;
    text-decoration: none;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.menu-tab2-on {
    margin: 0px;
    padding: 3px 10px 2px 10px;
    border-left: 1px solid #c63838;
    background-image: url(Pics/title-bg-red2.gif);
    color: #ffffff;
    text-decoration: underline;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.tab2-table {
    border-left: 1px solid #1D3364;
}

.tab2-off {
    margin: 0px;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #1D3364;
    border-right: 1px solid #1D3364;
    background-image: url(Pics/title-bg-red.gif);
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.tab2-on {
    margin: 0px;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #1D3364;
    border-right: 1px solid #1D3364;
    background-image: url(Pics/title-bg-ltred.gif);
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}


/* Priceboxes */
.pricebox-box3 {
    border: 1px solid #1D3364;
    background-color: #ffffff;
}

.pricebox-title {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border-right: 1px solid #1D3364;
    border-bottom: 1px solid #1D3364;
    background-color: #1D3364;
    color: #ffffff;
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    .pricebox-title a:link, .pricebox-title a:visited {
        color: #ffffff;
        font-weight: bold;
        font-size: 11px;
    }

/* Title Bars */

.titlebar-gold1 {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border-bottom: 1px solid #fee1a7;
    background-image: url(Pics/title-bg-gold.gif);
    color: #000000;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-gold2 {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border: 1px solid #fee1a7;
    background-image: url(Pics/title-bg-gold.gif);
    color: #000000;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-blue1 {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border-bottom: 1px solid #989abe;
    background-image: url(Pics/title-bg-blue.gif);
    color: #ffffff;
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-blue2 {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border: 1px solid #989abe;
    background-image: url(Pics/title-bg-blue.gif);
    color: #ffffff;
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-red-box {
    border: 1px solid #1D3364;
}

.titlebar-red-box2 {
    border-top: 1px solid #1D3364;
    border-right: 1px solid #1D3364;
    border-left: 1px solid #1D3364;
}

.titlebar-red-box3 {
    border-top: 1px solid #1D3364;
    border-left: 1px solid #1D3364;
}

.titlebar-red1 {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border-bottom: 1px solid #1D3364;
    background-image: url(Pics/title-bg-red.gif);
    color: #ffffff;
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-red2 {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border: 1px solid #1D3364;
    background-image: url(Pics/title-bg-red.gif);
    color: #ffffff;
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-red3 {
    margin: 0px;
    padding: 2px;
    border-bottom: 1px solid #1D3364;
    background-image: url(Pics/title-bg-red.gif);
    color: #ffffff;
    text-decoration: none;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-red-cell {
    margin: 0px;
    padding: 2px;
    border-right: 1px solid #1D3364;
    border-bottom: 1px solid #1D3364;
    border-left: 1px solid #c63838;
    background-color: #AA0000;
    background-image: url(Pics/title-bg-red.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titlebar-white1 {
    margin: 0px;
    padding: 2px;
    border-right: 1px solid #1D3364;
    border-bottom: 1px solid #1D3364;
    background-color: #ffffff;
    background-image: url(Pics/title-bg-white.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* package content box */

.pkg-box {
    border: 1px solid #606784;
    background-color: #FFFFFF;
}

.pkg-box2 {
    padding: 5px;
    border: 1px solid #606784;
    background-color: #FFFFFF;
}


/* Itineraries */
#itinerary-td2 {
    padding: 5px;
}

.itin-odd, itin-even {
    background-color: #ffffff;
    font: 12px Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.itinerary-head {
    margin: 0px;
    padding: 3px;
    border-top: 1px solid #606784;
    border-right: 1px solid #606784;
    border-left: 1px solid #606784;
    background-color: #FFFFFF;
    background-image: url(Pics/box1-title-bg3.gif);
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.itinerary-even {
    padding: 4px;
    border: 1px solid #606784;
    background-color: #ffffff;
    font-size: 11px;
}

.ittable {
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    background-color: #f4f4f4;
}

.itrow {
    border-bottom: 1px solid #bfbfbf;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica;
}

.itrow2 {
    border-bottom: 1px solid #bfbfbf;
    background-color: #ebebeb;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica;
}

.ithead {
    background-color: #bfbfbf;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica;
}

/*** New Package Page ***/

#pagecontent {
    margin: 10px auto 0 auto;
    width: 760px;
}

    /* Header */
    #pagecontent .breadcrumbs {
        width: auto;
        text-align: left;
    }

        #pagecontent .breadcrumbs p {
            margin: 0 0 5px 0;
            font: 11px Arial, Helvetica, sans-serif;
            font-weight: normal;
        }

        #pagecontent .breadcrumbs a:link, #pagecontent .breadcrumbs a:visited {
            color: #000000;
            text-decoration: none;
        }

        #pagecontent .breadcrumbs a:hover {
            color: #990000;
            text-decoration: underline;
        }

    #pagecontent .pkghead {
        clear: both;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #c4c4c4;
    }

        #pagecontent .pkghead .left {
            width: 7px;
            background-image: url(Pics/toctab-header-left.gif);
            background-repeat: no-repeat;
            font-size: 1px;
            line-height: 1px;
        }

        #pagecontent .pkghead .right {
            width: 7px;
            background-image: url(Pics/toctab-header-right.gif);
            background-repeat: no-repeat;
            font-size: 1px;
            line-height: 1px;
        }

        #pagecontent .pkghead .name {
            padding: 3px;
            background-image: url(Pics/toctab-header-bg.gif);
            background-repeat: repeat-x;
            color: #990000;
            text-align: left;
            font: 20px Georgia, "Times New Roman", Times;
            font-weight: bold;
        }

        #pagecontent .pkghead .name-center {
            padding: 3px;
            background-image: url(Pics/toctab-header-bg.gif);
            background-repeat: repeat-x;
            color: #990000;
            text-align: center;
            font: 20px Georgia, "Times New Roman", Times;
            font-weight: bold;
        }

        #pagecontent .pkghead .name2 {
            padding: 3px;
            background-image: url(Pics/toctab-header-bg.gif);
            background-repeat: repeat-x;
            color: #990000;
            text-align: left;
            font: 16px Georgia, "Times New Roman", Times;
            font-weight: bold;
        }

        #pagecontent .pkghead .prices {
            padding: 4px 0 4px 4px;
            width: 90px;
            background-image: url(Pics/toctab-header-prices.gif);
            background-repeat: no-repeat;
            color: #990000;
            text-align: center;
        }

            #pagecontent .pkghead .prices .fr {
                font: 11px Arial, Helvetica, sans-serif;
                font-weight: bold;
                line-height: 11px;
            }

            #pagecontent .pkghead .prices .price {
                font: 18px Georgia, "Times New Roman", Times;
                font-weight: bold;
                line-height: 19px;
            }

    #pagecontent a:link, #pagecontent a:visited {
        color: #273d82;
        text-decoration: underline;
    }

    #pagecontent a:hover {
        color: #990000;
        text-decoration: underline;
    }

.notincluded {
    clear: both;
    padding: 0 0 5px 0;
    width: 100%;
    border-top: 1px dotted #666666;
}

    .notincluded p {
        margin: 6px 0 0 0;
        color: #666666;
        font-size: 11px;
    }

    .notincluded .title {
        padding-top: 5px;
        font-weight: bold;
    }

#pkghead{
    border-top: 1px solid white;
}

#pkghead .left {
    width: 7px;
    /*background-image: url(Pics/toctab-header-left.gif);
    background-repeat: no-repeat;*/
        background-color: #1D3364;

    font-size: 1px;
    line-height: 1px;
}

#pkghead .right {
    width: 7px;
    /*background-image: url(Pics/toctab-header-right.gif);
    background-repeat: no-repeat;*/
        background-color: #1D3364;

    font-size: 1px;
    line-height: 1px;
}

#pkghead .name {
    padding: 3px 2px 2px 2px;
    background-image: url(Pics/toctab-header-bg.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    text-align: left;
    font: 18px Georgia, "Times New Roman", Times;
    font-weight: bold;
}

#pkghead .name2 {
    padding: 3px;
    /*background-image: url(Pics/toctab-header-bg.gif);
    background-repeat: repeat-x;
    color: #AA0000;*/
    background-color: #1D3364;
    color: white;
    text-align: center;
    font: 20px Georgia, "Times New Roman", Times;
    font-weight: bold;
}

#pkghead .price, #pkghead .split {
    background: url(Pics/toctab-header-bg.gif) repeat-x;
}

#pkgbar {
    /*border: 1px solid #c4c4c4;*/
    background-image: url(Pics/toc-link2-button-on.gif);
    background-repeat: repeat-x;
}

    #pkgbar td {
        padding: 2px 7px 2px 7px;
        font: 11px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

.package {
    background-color: White;
}
/* Header Tabs */
#pagecontent #pkgtabs {
    clear: both;
    margin: auto;
    padding: 0;
    width: auto;
    height: 27px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: White;
}

    #pagecontent #pkgtabs ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        color: #25408f;
        list-style: none;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 1;
    }

        #pagecontent #pkgtabs ul li a {
            display: inline-block;
            padding: 4px 8px 2px 8px;
            height: 12px;
            background-image: url(Pics/pkgtab-off-right.gif);
            background-position: right top;
            background-repeat: no-repeat;
            color: #25408f;
            text-decoration: none;
        }

            #pagecontent #pkgtabs li a:hover, #pagecontent #pkgtabs li a.sfhover, #pagecontent #pkgtabs ul li a:hover {
                color: #25408f;
                text-decoration: underline;
            }

    #pagecontent #pkgtabs li {
        float: left;
        margin: 8px 0 0 5px;
        padding: 0 0 1px 0;
        height: 18px;
        background-image: url(Pics/pkgtab-off-left.gif);
        background-repeat: no-repeat;
    }

    #pagecontent #pkgtabs .active {
        float: left;
        margin: 7px 0 0 5px;
        padding: 0;
        height: 20px;
        background-image: url(Pics/pkgtab-active-left.gif);
        background-repeat: no-repeat;
    }

        #pagecontent #pkgtabs .active a, #pagecontent #pkgtabs .active a:hover {
            padding: 4px 8px 2px 8px;
            height: 14px;
            background-image: url(Pics/pkgtab-active-right.gif);
            background-position: right top;
            background-repeat: no-repeat;
            color: #990000;
            text-decoration: none;
            font-size: 13px;
        }

    #pagecontent #pkgtabs .booknow {
        float: right;
        margin: 7px 5px 0 0;
        padding: 0;
        height: 20px;
        background-image: url(Pics/pkgtab-booknow-left.gif);
        background-repeat: no-repeat;
    }

        #pagecontent #pkgtabs .booknow a {
            padding: 4px 8px 2px 8px;
            height: 14px;
            background-image: url(Pics/pkgtab-booknow-right.gif);
            background-position: right top;
            background-repeat: no-repeat;
            color: #FFFFFF;
            text-decoration: none;
            font-size: 13px;
        }

            #pagecontent #pkgtabs .booknow a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }


.booknow-button {
    margin: auto;
    padding: 3px 6px 3px 6px;
    width: 100px;
    border: 1px solid #c4c4c4;
    background-color: #d5dcaf;
    background-image: url(Pics/toc-link2-button-on.gif);
    background-repeat: repeat-x;
    color: #990000;
    text-align: center;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    .booknow-button a {
        color: #990000;
        text-decoration: none;
    }

        .booknow-button a:hover {
            color: #990000;
            text-decoration: underline;
        }

/* end Package Banner Photo, tabs and booknow */
/* Package Banner Photo */
/* ORIG
.pkg-head-photo
{
	background-repeat: no-repeat;
	padding: 0px;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	height: 85px;
}
*/
/* Package Page Tabs Inside Banner */

#plantabs {
    margin: 0;
    padding: 0;
    width: 748px;
}

    #plantabs .active {
        display: block;
        margin: 0;
        padding: 3px 6px 3px 6px;
        border-right: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link2-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    #plantabs ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 700px;
        color: #25408f;
        list-style: none;
        font: 12px Arial, Helvetica, serif;
        font-weight: bold;
        line-height: 1;
    }

        #plantabs ul li a {
            display: block;
            margin: 0px;
            padding: 3px 6px 3px 6px;
            border-right: 1px solid #c4c4c4;
            border-bottom: 1px solid #c4c4c4;
            background-color: #dbe4f3;
            background-image: url(Pics/toc-link-button-off.gif);
            background-repeat: repeat-x;
            color: #25408f;
            text-decoration: none;
            font: 12px Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

            #plantabs ul li a:hover {
                margin: 0px;
                padding: 3px 6px 3px 6px;
                border-right: 1px solid #c4c4c4;
                background-color: #ffffff;
                background-image: url(Pics/toc-link-button-on.gif);
                background-repeat: repeat-x;
                color: #25408f;
                text-decoration: underline;
                font: 12px Arial, Helvetica, sans-serif;
                font-weight: bold;
            }

    #plantabs li {
        float: left;
        margin: 0;
        padding: 0;
    }

/* rollover */
/* New
#plantabs li a:hover, #plantabs li a.sfhover
{
	border-right: 1px solid #c4c4c4;
	margin: 0;
	background-image: url(Pics/toc-link-button-on.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #25408f;
	text-decoration: underline;
	padding: 3px 6px 3px 6px;
}
#plantabs .active
{
	display: block;
	border-right: 1px solid #c4c4c4;
	
	margin: 0;
	background-image: url(Pics/toc-link2-button-on.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AA0000;
	padding: 3px 6px 3px 6px;
}
*/
/* For Tips */
.plantabs .menu-tab2-off {
    margin: 0px;
    padding: 3px 6px 3px 6px;
    background-color: #dbe4f3;
    background-image: url(Pics/toc-link-button-off.gif);
    background-repeat: repeat-x;
    color: #25408f;
    text-decoration: none;
    font: 10px Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*border-right: 1px solid #c4c4c4;*/
}

.plantabs .menu-tab2-on {
    margin: 0px;
    padding: 3px 6px 3px 6px;
    background-color: #ffffff;
    background-image: url(Pics/toc-link-button-on.gif);
    background-repeat: repeat-x;
    color: #25408f;
    text-decoration: underline;
    font: 10px Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*border-right: 1px solid #c4c4c4;*/
}

.plantabs .active {
    margin: 0;
    padding: 3px 6px 3px 6px;
    background-color: #ffffff;
    background-image: url(Pics/toc-link2-button-on.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font: 10px Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*border-right: 1px solid #c4c4c4;*/
}

.plantabs td {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

.tipsvisa {
    clear: both;
    padding: 0 0 5px 5px;
    width: 100%;
}

    .tipsvisa .title {
        padding-top: 5px;
        font-weight: bold;
    }

/* Content Area */

.content1 {
    margin: 0;
    padding: 0;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

.content2 {
    margin: 0;
    padding: 0;
    width: 760px;
    border: 1px solid #c4c4c4;
}

/* Package Results */
.pkg-results-active {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-bottom: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-results-off {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-bottom: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-results-empty {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #ffffff;
}

.pkg-results-empty-left {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #ffffff;
    /*border-right: 1px solid #c4c4c4;*/
}

.pkg-results-empty-right {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    /*border-left: 1px solid #c4c4c4;*/
}
/* Package Results */
.pkg-results-active-left {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-bottom: 1px solid #c4c4c4;*/
    /*border-left: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-results-active-right {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    text-align: right;
    font: 11px Arial, Helvetica;
    /*text-align: left;*/
    /*width:95px;*/
}

.pkg-results-off-left {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-bottom: 1px solid #c4c4c4;*/
    /*border-right: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-roomtype-off-middle {
    margin: 0;
    padding: 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-left: 1px solid #c4c4c4;*/
    /*border-right: 1px solid #c4c4c4;*/
    /*border-top: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-results-off-right {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    text-align: right;
    font: 11px Arial, Helvetica;
    /*border-left: 1px solid #c4c4c4; 	border-bottom: 1px solid #c4c4c4;*/
    /*text-align: left;*/
    /*width:95px;*/
}

.pkg-results-middle {
    margin: 0;
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-left: 1px solid #c4c4c4; 	border-bottom: 1px solid #c4c4c4; 	border-right: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-results-rating {
    margin: 0;
    padding: 2px;
    width: 55px;
    border-top: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    text-align: left;
    font: 11px Arial, Helvetica;
    /*border-left: 1px solid #c4c4c4; 	border-bottom: 1px solid #c4c4c4; 	border-right: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-roomtype-active-left {
    margin: 0;
    padding: 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-right: 1px solid #c4c4c4;*/
    /*border-right: 1px solid #c4c4c4;*/
    /*border-top: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-roomtype-active-middle {
    margin: 0;
    padding: 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    text-align: left;
    font: 11px Arial, Helvetica;
    /*border-left: 1px solid #c4c4c4;*/
    /*border-right: 1px solid #c4c4c4;*/
    /*border-top: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-roomtype-active-right {
    margin: 0;
    padding: 2px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    text-align: left;
    text-align: right;
    font: 11px Arial, Helvetica;
    /*border-left: 1px solid #c4c4c4;*/
    /*border-top: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-roomtype-off-right {
    margin: 0;
    padding: 2px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    text-align: right;
    font: 11px Arial, Helvetica;
    /*border-left: 1px solid #c4c4c4;*/
    /*border-top: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.pkg-roomtype-off-left {
    margin: 0;
    padding: 2px;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #ffffff;
    color: #25408f;
    font: 11px Arial, Helvetica;
    /*border-top: 1px solid #c4c4c4;*/
    /*order-right: 1px solid #c4c4c4;*/
    /*text-align: left;*/
}

.box-active {
    padding: 2px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #ffffff;
    text-align: left;
}

    .box-active .description {
        color: #25408f;
        font: 11px Arial, Helvetica;
    }

#listbox {
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 250px;*/
}

    #listbox .inner {
        padding: 2px;
        border-bottom: 1px dotted #c4c4c4;
        background-color: #ffffff;
        color: #25408f;
        font: 11px Arial, Helvetica;
    }


/* Title Bars and Boxes */
.box-blue {
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
}

    .box-blue .title {
        margin: 0;
        padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #c4c4c4;
        /*background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        font: 12px Arial, Helvetica;
        font-weight: bold;
    }

    .box-blue .fittitle {
        margin: 0;
        padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #25408f;
        font: 12px Arial, Helvetica;
        font-weight: bold;
    }

    .box-blue .title1 {
        margin: 0;
        padding: 1px 2px 1px 2px;
        border-bottom: 1px solid #c4c4c4;
        /*background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        font: 10px Arial, Helvetica;
        font-weight: bold;
    }

    .box-blue .inclusionItem {
        visibility: hidden;
        margin: 0;
        padding: 1px 2px 1px 2px;
        border-bottom: 1px solid #c4c4c4;
        /*background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        font: 10px Arial, Helvetica;
        font-weight: bold;
    }

    .box-blue .title1b {
        margin: 0;
        padding: 1px 2px 1px 2px;
        /*background-color: #ffffff;
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        font: 10px Arial, Helvetica;
        font-weight: bold;
        /*border-bottom: 1px solid #c4c4c4;*/
    }

    .box-blue .title1a {
        margin: 0;
        padding: 1px 2px 1px 2px;
        /*background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        font: 10px Arial, Helvetica;
        font-weight: bold;
    }

    .box-blue .title2, .box-active .title2 {
        margin: 0;
        padding: 1px 2px 1px 2px;
        border-bottom: 1px solid #c4c4c4;
        /*background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        text-align: center;
        font: 12px Arial, Helvetica;
        font-weight: bold;
    }

    .box-blue .title3 {
        margin: 0;
        padding: 2px;
        /*background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        font: 14px Arial, Helvetica;
        font-weight: bold;
        cursor: pointer;
    }

    .box-blue .title3-on {
        margin: 0;
        padding: 2px;
        /*background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        background-color: #1D3364;
        color: white;
        text-decoration: underline;
        font: 14px Arial, Helvetica;
        font-weight: bold;
        cursor: pointer;
    }

    .box-blue .text {
        padding: 2px;
        background-color: #ffffff;
        color: #25408f;
        font: 11px Arial, Helvetica;
    }

    .box-blue .text2, .box-active .text2 {
        padding: 2px;
        border-bottom: 1px dotted #c4c4c4;
        background-color: #ffffff;
        color: black;
        font: 11px Arial, Helvetica;
    }

    .box-blue .active {
        margin: 0;
        padding: 2px;
        border-bottom: 1px dotted #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link2-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;
        font: 11px Arial, Helvetica;
        font-weight: bold;
    }

    .box-blue .odd {
        background-color: #F0F5FB;
        color: #000000;
        font: 11px Arial, Helvetica;
    }

    .box-blue .even {
        background-color: #ffffff;
        color: #000000;
        font: 11px Arial, Helvetica;
    }

#box-yellow {
    margin: 0;
    padding: 0;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #FAFAFA;
}

    #box-yellow .title {
        margin: 0;
        padding: 2px;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link2-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;
        font: 12px Arial, Helvetica;
        font-weight: bold;
    }

    #box-yellow .text {
        padding: 2px;
        background-color: #FAFAFA;
        color: #25408f;
        font: 11px Arial, Helvetica;
    }

/* Highlights */
#pagecontent .highlights {
    float: none;
    margin: 10px 0 5px 0;
    width: 440px;
}

    #pagecontent .highlights ul {
        margin-top: 0;
        margin-bottom: 8px;
        color: #000000;
        text-align: left;
        font: 12px Arial, Helvetica, sans-serif;
        line-height: 14px;
    }

        #pagecontent .highlights ul ul {
            margin-top: 0;
            margin-bottom: 0;
        }

    #pagecontent .highlights li {
        margin-left: -5px;
        list-style-type: disc;
    }

    #pagecontent .highlights p {
        margin-top: 0;
        margin-bottom: 8px;
        color: #000000;
        font: 12px Arial, Helvetica, sans-serif;
        line-height: 14px;
    }

    #pagecontent .highlights .booknow {
        margin: 20px auto 5px auto;
        padding: 0;
        width: 125px;
        height: 30px;
        background-image: url(Pics/booknow-left.gif);
        background-repeat: no-repeat;
        text-align: center;
    }

        #pagecontent .highlights .booknow a {
            display: block;
            padding: 4px 8px 0px 8px;
            height: 30px;
            background-image: url(Pics/booknow-right.gif);
            background-position: right top;
            background-repeat: no-repeat;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
        }

            #pagecontent .highlights .booknow a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }

#pagecontent .map-gallery {
    float: right;
    margin: 10px 0 5px 0;
    width: 302px;
    vertical-align: top;
}

    #pagecontent .map-gallery .map {
        margin-bottom: 5px;
        border: 1px solid #333333;
    }

/**** PKG Gallery ****/
.gallery {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 302px;
}

    .gallery #slideshow {
        color: #000000;
        list-style: none;
        text-align: left;
    }

        .gallery #slideshow span {
            display: none;
        }

    .gallery #wrapper {
        display: none;
        margin: 0 auto;
        width: 302px;
        text-align: left;
    }

        .gallery #wrapper * {
            margin: 0;
            padding: 0;
        }

    .gallery #fullsize {
        position: relative;
        padding: 0;
        width: 300px;
        height: 200px;
        border: 1px solid #333333;
        background: #ffffff;
        text-align: left;
    }

    .gallery #information {
        position: absolute;
        bottom: 0;
        z-index: 11200;
        overflow: hidden;
        padding: 0;
        width: 300px;
        background: #000;
        color: #fff;
        opacity: .7;
        filter: alpha(opacity=70);
    }

        .gallery #information h3 {
            padding: 4px 8px 3px;
            color: #FFFFFF;
            vertical-align: bottom;
            text-align: center;
            font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

        .gallery #information p {
            display: none;
        }

    .gallery #image {
        height: 190px;
        text-align: left;
        /*width: 300px;*/
    }

        .gallery #image img {
            position: absolute;
            z-index: 25;
            height: 190px;
            text-align: left;
            /*width: 300px;*/
        }

    .gallery .imgnav {
        position: absolute;
        z-index: 50;
        width: 100px;
        height: 200px;
        cursor: pointer;
    }

    .gallery #imgprev {
        left: 2px;
        background: url(Pics/gallery-skip-left.gif) left center no-repeat;
    }

    .gallery #imgnext {
        right: 2px;
        background: url(Pics/gallery-skip-right.gif) right center no-repeat;
    }

    .gallery #thumbnails {
        margin-top: 6px;
        width: 302px;
    }

    .gallery #slideleft {
        float: left;
        width: 16px;
        height: 49px;
        background: url(Pics/gallery-skip-left.gif) left center no-repeat;
        background-color: #ffffff;
    }

        .gallery #slideleft:hover {
            background-color: #ffffff;
        }

    .gallery #slideright {
        float: right;
        width: 16px;
        height: 49px;
        background: #ffffff url(Pics/gallery-skip-right.gif) right center no-repeat;
    }

        .gallery #slideright:hover {
            background-color: #ffffff;
        }

    .gallery #slidearea {
        position: relative;
        left: 5px;
        float: left;
        overflow: hidden;
        width: 260px;
        height: 49px;
    }

    .gallery #slider {
        position: absolute;
        left: 0;
        height: 81px;
    }

        .gallery #slider img {
            padding: 1px;
            border: 1px solid #666;
            cursor: pointer;
        }


#itinerary, #optionals {
    margin: 0;
    padding: 5px;
    border: 1px solid #c4c4c4;
    text-align: left;
}

    #itinerary p, #optionals p {
        font: 12px Arial, Helvetica;
    }

#sidebar .map {
    margin: 0 0 5px 0;
    padding: 0;
    border: 1px solid #999999;
}

#sidebar #pkggallery {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 220px;
}

/* Itinerary */
#itinerary .itinhead {
    color: #000066;
    font-weight: bold;
}

#itinerary .map {
    margin: 0 0 5px 5px;
    padding: 0;
    border: 1px solid #999999;
}

/* Optionals */
#optionals .opt-info {
    border-bottom: 1px solid #606784;
    background-color: #ffffff;
    font: 11px Arial, Helvetica, sans-serif;
}

#optionals .opt-desc {
    background-color: #ffffff;
    font: 11px Arial, Helvetica sans-serif;
}

#optionals td {
    padding: 0;
}

/* Rates - Priceboxes */
#pagecontent .pricebox {
    float: right;
    margin: 0 0 5px 0;
    width: 371px;
}

    #pagecontent .pricebox .bookby {
        padding: 2px;
        border-left: 1px solid #c4c4c4;
        color: #000000;
        text-align: center;
        font-size: 10px;
        line-height: 11px;
    }

#pagecontent .hotels {
    float: left;
    margin: 0 0 5px 0;
    width: 371px;
}

#pagecontent .text2 {
    background-color: #FFFFFF;
}

#pagecontent .on {
    background-color: #EAEAEA;
}

#pagecontent .active {
    background-color: #f4f4f4;
}

#pagecontent .box {
    clear: both;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

#pagecontent .title-blue {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    background-image: url(Pics/toc-link-button-on.gif);
    background-repeat: repeat-x;
    color: #990000;
    font-weight: bold;
}

#pagecontent .title-yellow {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    background-image: url(Pics/toc-link2-button-on.gif);
    background-repeat: repeat-x;
    color: #990000;
    font-weight: bold;
}

#pagecontent .title-yellow2 {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    background-image: url(Pics/toc-link2-button-on2.gif);
    background-repeat: repeat-x;
    color: #990000;
    font-weight: bold;
}

#pagecontent .text1 {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #c4c4c4;
    color: #000000;
    font-size: 11px;
}
/*
#pagecontent .text2
{
	background-color: #f4f4f4;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #c4c4c4;
	color: #000000;
}
*/
#pagecontent .text3 {
    padding: 2px 5px 2px 5px;
    color: #000000;
    font-size: 11px;
}

#pagecontent .pricebox .price1 {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    color: #000000;
    font-size: 11px;
}

#pagecontent .pricebox .price2 {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    color: #990000;
    font-weight: bold;
    font-size: 11px;
}

#pagecontent .pricebox .bookby {
    padding: 2px;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    color: #000000;
    font-size: 10px;
    line-height: 11px;
}

#pagecontent .packagerate {
    position: relative;
    clear: both;
    margin: 0;
    padding: 5px 5px 0 5px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    text-align: justify;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 14px;
}

#pagecontent .ni {
    margin: 0;
    padding: 5px 0 5px 0;
    color: #000000;
    font: 12px Arial, Helvetica, sans-serif;
}

#pagecontent .smtext {
    font-size: 11px;
}

#pagecontent .steps1 {
    margin: 0 auto 5px auto;
    color: #000000;
    text-align: left;
    font: 12px Arial, Helvetica, sans-serif;
}

#pagecontent .red {
    color: #000000;
    font-weight: normal;
    font-size: 11px;
}

#pagecontent .price1 .red {
    color: #AA0000;
    font-weight: bold;
    font-size: 11px;
}




#pricebox {
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
}

    #pricebox .title {
        margin: 0;
        padding: 1px 2px 1px 2px;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;
        text-align: center;
        font: 12px Arial, Helvetica;
        font-weight: bold;
    }

    #pricebox .title2 {
        margin: 0;
        padding: 1px 2px 1px 2px;
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;
        text-align: center;
        font: 12px Arial, Helvetica;
        font-weight: bold;
    }

    #pricebox .info {
        padding: 2px;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        text-align: center;
        font: 11px Arial, Helvetica, sans-serif;
    }

    #pricebox .year {
        margin: 0px;
        padding: 2px 3px 2px 3px;
        border-bottom: 1px solid #c4c4c4;
        background-image: url(Pics/toc-link2-button-on.gif);
        color: #1D3364;
        text-decoration: none;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    #pricebox .year2 {
        margin: 0px;
        padding: 2px 3px 2px 3px;
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
        background-image: url(Pics/toc-link2-button-on.gif);
        color: #1D3364;
        text-align: center;
        text-decoration: none;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    #pricebox .date {
        margin: 0px;
        padding: 2px;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        text-decoration: none;
        font: 11px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    #pricebox .price {
        margin: 0px;
        padding: 2px;
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
        background-color: #ffffff;
        color: #000000;
        font: 11px Arial, Helvetica, sans-serif;
    }

    #pricebox .price2 {
        margin: 0px;
        padding: 2px;
        border: 0;
        border-bottom: 1px dotted #c4c4c4;
        background-color: #ffffff;
        color: #000000;
        font: 11px Arial, Helvetica, sans-serif;
    }

    #pricebox p {
        margin: 8px 5px 8px 5px;
        text-align: left;
        font: 12px Arial, Helvetica;
    }

/* Book Now Buttons */
.booknow-off {
    margin: 0px;
    padding: 2px;
    width: 85px;
    border: 1px solid #606784;
    background-image: url(Pics/menu-bg1-off.gif);
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.booknow-on {
    margin: 0px;
    padding: 2px;
    width: 85px;
    border: 1px solid #606784;
    background-image: url(Pics/menu-bg1-on.gif);
    color: #AA0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.booknow2-off {
    margin: 0px;
    padding: 3px 6px 3px 6px;
    border-top: 1px solid #545454;
    border-left: 1px solid #545454;
    background-image: url(Pics/menu-bg1-off.gif);
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.booknow2-on {
    margin: 0px;
    padding: 3px 6px 3px 6px;
    border-top: 1px solid #545454;
    border-left: 1px solid #545454;
    background-image: url(Pics/menu-bg1-on.gif);
    color: #AA0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

/* Hotel Profiles */
.hotel-description {
    padding-top: 8px;
    color: #000000;
    font: 12px Arial, Helvetica, sans-serif;
}

.hotel-amenities {
    color: #000000;
    font: 11px Arial, Helvetica, sans-serif;
}

.hotel-title {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    width: 98%;
    border: 1px solid #606784;
    background-image: url(Pics/box1-title-bg3.gif);
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.hotel-thumb {
    margin: 0px 2px 4px 2px;
    width: 75px;
    height: 50px;
    border: 1px solid #000000;
}

.hotel-activities-box {
    border-right: 1px solid #8D92A9;
    border-left: 1px solid #8D92A9;
}

.hotel-activities-row {
    padding: 2px;
    border-bottom: 1px solid #8D92A9;
    background-color: #eef0f9;
    font: 11px Arial, Helvetica, sans-serif;
}

.hotel-amenities-box {
    border-right: 1px solid #8D92A9;
    border-bottom: 1px solid #8D92A9;
    border-left: 1px solid #8D92A9;
}

.hotel-amenities-row {
    padding: 3px;
    background-color: #eef0f9;
    font: 11px Arial, Helvetica, sans-serif;
}

/* Independent Hotel Listings */
.hotel-list {
    border-top: 1px solid #aaaa7f;
    border-right: 1px solid #aaaa7f;
    border-left: 1px solid #aaaa7f;
    background-image: url(Pics/menu-bg2-on.gif);
}

.hotel-list-title {
    padding: 2px;
    border-bottom: 1px solid #aaaa7f;
    background-image: url(Pics/menu-bg2-on.gif);
    color: #AA0000;
    font-weight: bold;
    font-size: 12px;
}

.hotel-list-active {
    padding: 2px;
    border-bottom: 1px solid #aaaa7f;
    background-image: url(Pics/menu-bg1-on.gif);
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.hotel-list-on {
    padding: 2px;
    border-bottom: 1px solid #aaaa7f;
    background-color: #eeeff3;
    color: #AA0000;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.hotel-list-off {
    padding: 2px;
    border-bottom: 1px solid #aaaa7f;
    background-color: #e9e7d1;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}


/* Ship Profiles */
.ship-desc {
    text-align: justify;
    font: 11px Arial, Helvetica, sans-serif;
}

.ship-cat {
    border: 1px solid #000000;
    text-align: center;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.ship-cat2-color {
    width: 55px;
    height: 40px;
    border: 1px solid #000000;
}

.ship-cat2-white {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 40px;
}

.ship-cat2-black {
    margin: 0;
    color: #000000;
    text-align: center;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 40px;
}

/* Tooltips */
.tooltip1 {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    visibility: hidden;
    padding: 2px;
    width: 125px;
    border: 1px solid #aaaa7f;
    background-color: #F3F2E9;
    color: #000000;
    text-align: center;
    font-size: 10px;
}

/* Section Title Tabs */
#sectionheader {
    padding: 4px;
    background-color: #1D3364;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

    /*#sectionheader .left {
        width: 7px;
        background-image: url(Pics/toctab-header-left.gif);
        background-repeat: no-repeat;
        font-size: 1px;
        line-height: 1px;
    }*/

    /*#sectionheader .right {
        width: 7px;
        background-image: url(Pics/toctab-header-right.gif);
        background-repeat: no-repeat;
        font-size: 1px;
        line-height: 1px;
    }*/

    #sectionheader .duration {
        width: 50%;
        background-image: url(Pics/toctab-header-bg.gif);
        /*color: black;*/
        color: white;
        vertical-align: bottom;
        text-align: right;
        font: 12px Arial, Helvetica;
        font-weight: bold;
        line-height: 10px;
        /* 	background-repeat: no-repeat;*/
        /*#990000;*/
        /*font-size: 10px;*/
    }

    #sectionheader .name {
        padding: 3px 2px 2px 2px;
        /*background-image: url(Pics/toctab-header-bg.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        color: white;
        text-align: left;
        font: 18px Georgia, "Times New Roman", Times;
        font-weight: bold;
    }

    #sectionheader .name2 {
        padding: 3px 2px 2px 2px;
        /*background-image: url(Pics/toctab-header-bg.gif);
        background-repeat: repeat-x;
        color: #AA0000;*/
        color: white;
        text-align: right;
        font: 18px Georgia, "Times New Roman", Times;
        font-weight: bold;
    }

#sectionheader2 {
    margin: 10px 0 0 0;
    width: 760px;
    text-align: left;
}

    #sectionheader2 .name {
        padding: 1px 3px 2px 3px;
        border-top: 1px solid #969696;
        border-right: 1px solid #969696;
        border-left: 1px solid #969696;
        background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;
        text-align: left;
        font: 18px Georgia, "Times New Roman", Times;
        font-weight: bold;
    }

/*
#create
{
	margin: 0;
	width: 760px;
	clear: both;
	text-align: center;
}
*/
#create .box-blue .title {
    margin: 0;
    padding: 1px 2px 1px 2px;
    background-color: #ffffff;
    background-image: url(Pics/toc-link-button-on.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font: 12px Arial, Helvetica;
    font-weight: bold;
}

#create .box-blue {
    margin: 0;
    padding: 0;
    border-top: 0;
    border-right: 1px solid #c4c4c4;
    border-bottom: 0;
    border-left: 1px solid #c4c4c4;
    background-color: #ffffff;
}

#create #content {
    clear: both;
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    text-align: center;
}

#optionalcontent {
    margin: 0;
    padding: 0;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #F3F5FE;
    text-align: left;
}

#maincontent {
    clear: both;
    margin: 0;
    width: 760px;
    text-align: left;
}

#servicegroupcontent {
    margin: 0;
    padding: 0;
    width: 760px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #F3F5FE;
    text-align: left;
}

#flightdetails {
    clear: both;
    margin: 0;
    text-align: left;
    /*width: 760px;*/
}

#create #content .year {
    margin: 0px;
    padding: 2px 3px 2px 3px;
    background-image: url(Pics/toc-link2-button-on.gif);
    color: #1D3364;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#create #content .box-blue {
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
}

#create #content #subhead p {
    margin: 0;
    padding: 0;
    color: #25408f;
    text-align: center;
    font: 11px Arial, Helvetica;
    font-weight: normal;
}

#create #content .box-blue td .title {
    margin: 0;
    padding: 1px 2px 1px 2px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #ffffff;
    background-image: url(Pics/toc-link-button-on.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font: 12px Arial, Helvetica;
    font-weight: bold;
}

/** FIT Styles **/
#fittabs {
    margin: 0;
    padding: 0;
    width: 748px;
}

    #fittabs ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 700px;
        border-left: 1px solid #c4c4c4;
        color: #25408f;
        list-style: none;
        font: 12px Arial, Helvetica, serif;
        font-weight: bold;
        line-height: 1;
    }

        #fittabs ul li a {
            display: block;
            margin: 0px;
            padding: 3px 6px 3px 6px;
            border-right: 1px solid #c4c4c4;
            background-color: #dbe4f3;
            background-image: url(Pics/toc-link-button-off.gif);
            background-repeat: repeat-x;
            color: #25408f;
            text-decoration: none;
            font: 12px Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

            #fittabs ul li a:hover {
                margin: 0px;
                padding: 3px 6px 3px 6px;
                border-right: 1px solid #c4c4c4;
                background-color: #ffffff;
                background-image: url(Pics/toc-link-button-on.gif);
                background-repeat: repeat-x;
                color: #25408f;
                text-decoration: underline;
                font: 12px Arial, Helvetica, sans-serif;
                font-weight: bold;
            }

    #fittabs li {
        float: left;
        margin: 0;
        padding: 0;
        border-top: 1px solid #c4c4c4;
    }

        /* rollover */
        #fittabs li a:hover, #fittabs li a.sfhover {
            margin: 0;
            padding: 3px 6px 3px 6px;
            border-right: 1px solid #c4c4c4;
            background-color: #ffffff;
            background-image: url(Pics/toc-link-button-on.gif);
            background-repeat: repeat-x;
            color: #25408f;
            text-decoration: underline;
            font: 12px Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

    #fittabs .active {
        display: block;
        margin: 0;
        padding: 3px 6px 3px 6px;
        border-right: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link2-button-on.gif);
        background-repeat: repeat-x;
        color: #AA0000;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

.pricebox {
    padding: 0px 0px 0px 0px;
    border: 0px solid #000000;
    background-color: transparent;
    color: #25408f;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 11px;*/
}

#subhead {
    margin: 0;
    padding: 0;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #F3F5FE;
    color: #AA0000;
    text-align: left;
}

.subheaderbox {
    margin: 0;
    padding: 0;
    padding: 2px 5px 2px 5px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-color: #F3F5FE;
    color: #25408f;
    text-align: right;
    font: 11px Arial, Helvetica;
    font-weight: normal;
}

.remark-item3 {
    margin: 0;
    padding: 1px 2px 1px 2px;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    background-image: url(Pics/toc-link-button-on.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    font: 12px Arial, Helvetica;
}

#subhead2 {
    margin: 0;
    padding: 0;
    width: 760px;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    background-color: #F3F5FE;
    text-align: left;
}

    #subhead p, #subhead2 p, #subhead3 p, #subhead4 p {
        margin: 0;
        padding: 2px 5px 2px 5px;
        color: #25408f;
        text-align: justify;
        font: 11px Arial, Helvetica;
        font-weight: normal;
    }

    #subhead2 img {
        margin: 2px;
        text-align: right;
    }

#subhead3 {
    margin: 0;
    padding: 0;
    width: 760px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #F3F5FE;
    color: #25408f;
    text-align: left;
    font: 11px Arial, Helvetica;
    font-weight: normal;
}

#subhead4 {
    margin: 0;
    padding: 0;
    width: 760px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #F3F5FE;
    color: #25408f;
    text-align: left;
    font: 11px Arial, Helvetica;
    font-weight: normal;
}

#subhead3 td, #subhead2 td, #subhead td {
    padding: 2px 5px 2px 5px;
    color: #25408f;
    font: 11px Arial, Helvetica;
    font-weight: normal;
}



/* Change Font Size */

#SCFontButtons {
    position: relative;
    margin: 0;
    min-height: 15px;
    width: 140px;
    height: auto;
}

* html #SCFontButtons {
    margin-bottom: -3px;
    height: 15px;
}

    #SCFontButtons .0pxTMargin {
        margin-top: 0;
    }

#SCByLine {
    margin-bottom: -2px;
}

#SCFontLabel {
    right: 38px;
    color: #000000;
    font-size: 11px;
}

#SCFontLabel, #SCFontMinusBtn, #SCFontPlusBtn {
    position: absolute;
    top: 0;
}

#SCFontMinusBtn {
    right: 18px;
}

#SCFontPlusBtn {
    right: 0;
    cursor: pointer;
}

    #SCFontPlusBtn img, #SCFontMinusBtn img {
        display: block;
    }

    #SCFontPlusBtn .DecreaseFont, #SCFontMinusBtn .DecreaseFont {
        display: none;
    }


/*  FIT Styles  */
.fit-tab-mid {
    padding: 3px 2px 2px 2px;
    background-image: url(Pics/toctab-header-bg.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    text-align: left;
    font: 18px Georgia, "Times New Roman", Times;
    font-weight: bold;
}

.fit-tab-left {
    width: 7px;
    background-image: url(Pics/toctab-header-left.gif);
    background-repeat: no-repeat;
    font-size: 1px;
    line-height: 1px;
}

.fit-tab-right {
    width: 7px;
    background-image: url(Pics/toctab-header-right.gif);
    background-repeat: no-repeat;
    font-size: 1px;
    line-height: 1px;
}

.fit-tab-numeral {
    padding: 2px 3px 2px 3px;
    width: auto;
    background: #99CCFF;
    background-image: url(Pics/toctab-header-left.gif);
    background-repeat: no-repeat;
    color: #AA0000;
    text-align: center;
    font: 18px Georgia, "Times New Roman", Times;
    font-weight: bold;
}

.fit-tab-title {
    padding: 2px 2px 2px 2px;
    background-image: url(Pics/toctab-header-bg.gif);
    background-repeat: repeat-x;
    color: #AA0000;
    text-align: left;
    font: 15px Georgia, "Times New Roman", Times;
    font-weight: bold;
}

.fit-box {
}

.fit-box-title {
}

.fit-box-row {
}

.fit-box-content {
}

.fit-button {
}


#ships {
    margin: auto;
    padding: 0;
    width: 760px;
}

    #ships .box {
        margin: auto;
        padding: 0;
        width: 760px;
        border-right: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
    }

    #ships p {
        margin: 5px;
        text-align: justify;
        font: 12px Arial, Helvetica;
    }

    #ships ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    #ships li {
        margin-left: -15px;
        list-style-type: square;
        text-align: left;
        font: 11px Arial, Helvetica, sans-serif;
    }

    #ships .title {
        margin: 0;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link-button-on.gif);
        background-repeat: repeat-x;
        color: #990000;
        text-align: center;
        font: 14px Arial, Helvetica;
        font-weight: bold;
    }

    #ships .info {
        padding: 2px 5px 2px 5px;
        border-bottom: 1px dotted #c4c4c4;
        background-color: #ffffff;
        text-align: left;
        font: 11px Arial, Helvetica, sans-serif;
    }

    #ships .info2 {
        padding: 2px 5px 2px 5px;
        border-bottom: 1px dotted #c4c4c4;
        background-color: #FaFaFa;
        text-align: left;
        font: 11px Arial, Helvetica, sans-serif;
    }

    #ships .info3 {
        text-align: left;
        font: 11px Arial, Helvetica, sans-serif;
    }

    #ships .info-price {
        padding: 2px 5px 2px 5px;
        border-bottom: 1px dotted #c4c4c4;
        background-color: #ffffff;
        text-align: left;
        font: 14px Arial, Helvetica, sans-serif;
    }

    #ships .selections {
        width: 500px;
    }

        #ships .selections .bookby {
            padding: 2px;
            border-bottom: 1px solid #c4c4c4;
            border-left: 1px solid #c4c4c4;
            background-color: #ffffff;
            text-align: center;
            font: 11px Arial, Helvetica, sans-serif;
        }

        #ships .selections .year {
            margin: 0px;
            padding: 2px 3px 2px 3px;
            border-bottom: 1px solid #c4c4c4;
            background-image: url( "Pics/toc-link2-button-on.gif" );
            color: #1D3364;
            text-decoration: none;
            font: 12px Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

        #ships .selections .date {
            margin: 0px;
            padding: 2px;
            border-bottom: 1px solid #c4c4c4;
            background-color: #ffffff;
            text-decoration: none;
            font: 11px Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

        #ships .selections .price {
            margin: 0px;
            padding: 2px;
            border-bottom: 1px solid #c4c4c4;
            border-left: 1px solid #c4c4c4;
            background-color: #ffffff;
            color: #000000;
            font: 11px Arial, Helvetica, sans-serif;
        }

        #ships .selections .hotel {
            padding: 2px;
            border-bottom: 1px solid #c4c4c4;
            border-left: 1px solid #c4c4c4;
            background-color: #ffffff;
            color: #000000;
            font: 12px Arial, Helvetica, sans-serif;
        }

        #ships .selections .hotel2 {
            padding: 2px;
            border-bottom: 1px solid #c4c4c4;
            background-color: #ffffff;
            color: #000000;
            font: 11px Arial, Helvetica, sans-serif;
        }

    #ships .cat {
        border-right: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        text-align: center;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    #ships .desc {
        padding: 2px;
        border-bottom: 1px solid #c4c4c4;
        text-align: center;
        font: 11px Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    #ships .cat-dp {
        border: 1px solid #000000;
        text-align: center;
        font: 11px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }


    #ships .selections .continue {
        padding: 2px;
        border-bottom: 1px solid #c4c4c4;
        background-color: #ffffff;
        color: #000000;
        text-align: center;
        font: 13px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    #ships #shipgallery {
        width: 240px;
    }

    #ships .summary {
        width: 240px;
        text-align: center;
    }

    #ships .button {
        margin: 5px;
        border: 1px solid #c4c4c4;
        background-color: #ffffff;
        background-image: url(Pics/toc-link2-button-on.gif);
        background-repeat: repeat-x;
        color: #990000;
        text-align: center;
        font: 12px Arial, Helvetica;
        font-weight: bold;
    }

    #ships .wrapper {
        margin: 0 0 10px 0;
        border-right: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
    }

.Footertxt {
    color: White;
    font-size: 11px;
    font-family: Arial, helvetica, Sans-Serif;
    line-height: 100%;
}

.FooterLinks a {
    color: White;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 100%;
}

    .FooterLinks a:hover {
        color: #CCCCCC;
        font-weight: bold;
        font-size: 11px;
        font-family: Arial, Helvetica, Sans-Serif;
        line-height: 100%;
    }

.tnav a {
    color: White;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 100%;
}

    .tnav a:hover {
        color: #999999;
        font-weight: bold;
        font-size: 11px;
        font-family: Arial, Helvetica, Sans-Serif;
        line-height: 100%;
    }

.HeaderContent {
    padding: 4px;
    background-color: #1D3364;
    color: White;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#survey .box2-title, #survey .box-blue .title {
    font-size: 14px;
}