@charset "utf-8";

/*  [00] GLOBAL
        ---------------------------------------------------------------------------  */
a img { border: 0; }
body { font-family:Arial, Helvetica, sans-serif; }
a:link {
    color: #0000FF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #0000FF;
}
a:hover {
    text-decoration: none;
    color: #FF0000;
}
a:active {
    text-decoration: none;
}

/*  [01] MAIN MENU BAR
        ---------------------------------------------------------------------------  */
ul#MenuBar1  li a {
    background-image:url(../images/header/menubar-gradient.jpg);
    background-repeat: repeat-x;
    border: 1px solid #957B22;
    font-weight:bold;
    color:#000;
    white-space: nowrap;
}
#MenuBar1 {
    white-space:nowrap;
}
ul#MenuBar1  li a:hover {
    background-image:url(../images/header/menubar-gradient-hover.jpg);
    background-repeat: repeat-x;
    border: 1px solid #957B22;
    color:#000;
    text-decoration: none;
}
#MenuBar1 .MenuBarSubmenuVisible a { 
    background-color: #f3f9fe; 
    padding:8px;
    border:none;
    background-image:none;
    color:#0c182d;
}
#MenuBar1 .MenuBarSubmenuVisible a:hover { 
    background-color: #008DDC; 
    padding:8px;
    border:none;
    background-image:none;
    color: #e6e6e6;
}

/*  [02] CONTENT
        ---------------------------------------------------------------------------  */
.cruiseDealsTerms {
    font-size:12px;
    padding-bottom:3px;
}
.cruiseDealsVendorBox {
    border: 1px solid #333;
    margin-top:15px;
    margin-bottom:15px;
    font-size:14px;
    padding:7px;
    background-color:#F1F1F1;
}
.cruiseDealsVendorHdr {
    font-size:14px;
    padding-bottom:5px;
    font-weight:bold;
}
.redFont {
    color:#F00;
}
.sponsoredLinkBox {
    margin-top:18px;
    margin-bottom:1px;
    font-size:12px;
    padding:5px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.sponsoredLinkHdr {
    font-size:13px;
    padding-bottom:3px;
    color:#999;
}
.sponsoredLinkVendor {
    color:#CCC;
}
.homepgDealsExp {
    font-size:12px;
    text-align:center;
    font-weight:normal;
}
.mainDealsExp {
    font-size:12px;
    text-align:center;
    font-weight:normal;
}
.clear {
    clear:both;
}
table.ceNewsList {
	font-size:13px;
	width:100%;
}
table.ceNewsList td {
	padding:5px;
}
td#newsArticle {
	font-size:13px;
}
td#newsArticle h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	color:#088cd7;
	padding:0;
}
td#newsArticle p {
	margin:0 0 10px 0;
	padding:0;
}
td#newsArticle p:last-child {
	margin:15px 0 0 0;
	font-size:11px;
	color:#666;
}
p#newsArticleSub {
	font-style:italic;
	font-weight:bold;
	margin-bottom:15px !important;
	color:#666;
}
img.newsArticleLeft {
	float:left;
	margin: 10px 10px 10px 0;
}
img.newsArticleRight {
	float:right;
	margin: 10px 0 10px 10px;
}

/*  [03] COMPARE CRUISE PRICES
        ---------------------------------------------------------------------------  */
div#cruiseCompareSurround {
    border:1px solid #008DDC;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    margin: 25px 0px 25px 0px;
    float:left;
    padding-bottom:10px;
    width:755px;
}
form#cruiseCompareForm {
    font-size:13px;
}
form#cruiseCompareForm select {
    font-size:13px;
    margin-left:10px;
}
form#cruiseCompareForm label {
    display:block;
    font-weight:bold;
    margin-top:10px;
    margin-left:10px;
}
div#cruiseCompareCol1 {
    float:left;
    min-width:251px;  /* adds static width */
    margin-right:25px; /* was 45px */
}
div#cruiseCompareCol2 {
    float:left;
    min-width:274px;  /* adds static width */
    margin-right:25px; /* was 85px */
}
div#cruiseCompareModifyCol2 {
    float:left;
    margin-right:65px;
}
div#cruiseCompareCol3 {
    margin-top:80px;
    margin-right:10px;
    float:left;
}
h2#cruiseCompareHdr {
    font-size:20px;
    color:#008DDC;
    margin:0;
    padding:5px 8px;
    background:#e1f1fd;
    border-top-right-radius:10px;
    -moz-border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    -moz-border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    border-bottom:1px solid #0C8CDB;
}
p#cruiseCompareSub {
    font-style:italic;
    font-size:15px;
    margin:5px 10px;
    padding:0;
    font-weight:bold;
}
a#cruiseCompareSubmit{
    color:#FFF;
    background:#FF3048;
    font-size:18px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:6px 8px;
    float:left;
    width:130px;
    font-weight:bold;
    text-align:center;
}

a#cruiseCompareSubmit:hover {
    background:#cb2236;
}


a#cruiseCompareClear {
    font-size:12px;
    margin-top:5px;
    float:left;
    width:146px;
    text-align:center;
}
a#cruiseCompareModifyClear {
    font-size:12px;
    margin-top:5px;
    float:left;
    width:146px;
    color:blue;
    text-align:center;
}
a#cruiseCompareModifyClear:hover {
    color:#FF3048 !important;
}
.vendorResultsFrame {
    border:none;
    height: 100%;
    overflow: scroll !important;
    /* REMOVED TO FIT IN JQUERY UI CONTAINER - border:7px solid #fcefb4; */
    /* REMOVED TO TRY TO GET 100% height working - height:680px; */
    /* ADDED BUT THEN REMOVED, to avoid scrolls - overflow-x:hidden; */
}
#cruiseCompareResults {
    /* margin-top:20px; CE EDIT: Removed for better fancybox displays */
}
#cruiseCompareSub {
    font-size:14px;
    font-weight:bold;
    margin-bottom:15px;
}
div.ui-icon-circle-close {
    position:absolute;
    cursor:pointer;
    top:0;
    right:0;
}
#cruiseCompareResults {
    /*margin-top:-5px;*/
}
p#searchParametersTitle {
    font-size:16px;
    font-weight:bold;
    padding:0;
    margin:0px 0px 5px 0px;
    text-decoration:underline;
}
p.searchParameter {
    font-size:14px;
    padding:0;
    margin:0;
    text-wrap:none !important;
}
div#cruiseCompareHdr {
    float:left;
    font-weight:bold;
    font-size:20px;
    margin:0px 0px 25px 0px;
    padding:0
}
body#cruiseCompareBody {
    overflow:hidden;
}
select#compareMenuMobile {
    display:none;
    font-size:14px;
    margin-bottom:5px;
}
span.mobileAltName {
    display:none;
}
div#cruiseCompareLandingSurround {
    margin:35px;
}
div#cruiseCompareSurroundModify {
    border:1px solid #008DDC;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding-bottom:10px;
    display:none;
    float:left;
}
div#cruiseCompareLandingHdr {
    margin-bottom:25px;
    font-weight:bold;
    font-size:20px;
    float:left;
}
div#searchParameters {
    float: left;
    margin-right: 50px;
    margin-bottom:10px;
}
div#cruiseCompareRecoWide, div#cruiseCompareRecoSmall {
    border:1px solid #FF3048;
    font-size:18px;
    color:#FF3048;
    padding:7px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float:left;
    width:350px;
}
div#cruiseCompareRecoSmall {
    display:none;
    margin-top:25px;
}
p#cruiseCompareEdit {
    margin:5px 0px 0px 0px;
    padding:0;
    font-size:12px;
}
div#bottomBar {
    width:100%;
    height:auto;
    background-color:#E1E1E1;
    border-top:1px solid #C1C1C1;
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
}
div#restoreTxt {
    color:#000;
    font-size:14px;
    margin:20px 6px 5px 7px;
    float:left;
}
img.restoreImg {
    margin:7px 6px 7px 0px;
    float:left;
    border-radius:5px;
    border:1px solid #C1C1C1;
    width:70px;
    height:40px; 
}
img.restoreImg:hover {
    border:1px solid #888;
}
div#closeBar {
    position:absolute;
    font-size:12px;
    right:0;
    top:0;
    margin:5px 7px;
}

.dateWarning {
    padding:8px 10px;
    font-weight:bold;
    background-color:red;
    color:white;
}
.dateWarning a {
    color:yellow;
    text-decoration:none;
}
.dateWarning a:hover {
    text-decoration:underline;
}
.ui-tabs-panel {
    overflow:hidden;
}

#top_nav{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#tabContents{
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


/* FIXES FOR SMALLER SCREENS */
@media screen and (max-width:749px){ 

    div#cruisecompareReco {
        font-size:11px !important;
    }
    div#cruiseCompareLandingSurround {
        margin:10px !important;
    }
    div#cruiseCompareLandingHdr {
        font-size:18px !important;
    }
    div#searchParameters {
        margin-bottom:5px !important;
    }
    /* div#cruiseCompareCol1 {
            margin-right:40px !important;
    }
    div#cruiseCompareCol2 {
            margin-right:10px !important;
    }
    div#cruiseCompareCol3 {
            margin-top:20px !important;
            margin-left:10px;
    } */
}

@media screen and (max-width:750px){ 

    div#cruiseCompareRecoWide {
        display: none !important;
    }
    div#cruiseCompareRecoSmall {
        display: inline-block !important;
        width:auto !important;
        margin-bottom:10px !important;
    }
}

/* MOBILE PHONES */
@media screen and (max-width:480px){ 
    div#fullRestore {
        display:none;
    }
    select#moreOptions {
        display:inline-block !important;
        font-size:12px;
        width:180px;
        margin:6px 5px 5px 5px;
    }

    div#cruiseCompareCol1 {
        float:left;
        min-width:0px;  /* adds static width */
        margin-right:25px; /* was 45px */
    }

    div#cruiseCompareModifyCol2 {
        float:left;
        margin-right: 0px;
    }

    div#cruiseCompareCol3 {
        margin-top: 20px;
        margin-left: 10px;
        float: left;
    }
}