/* GENERAL */

body {
     font-family: Arial, sans-serif !important;
     margin-top: 0px;
     background-image:url(images/bodyBackground.png);
     background-repeat: repeat-x;
     background-position: top;
     background-color: #3B5977;
     text-align: center;
     }

a {
     color: #0000CC;
     text-decoration: underline;
     }

a:hover {
     color: #EE2E24;
     }

.fullPage #pageContainer {
     width: 950px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     }

#siteContainer {
     padding: 0;
     text-align: left;
     }

#siteHeader {
     background-image:url(images/siteHeader.png);
     background-position: bottom;
     background-repeat: no-repeat;
     text-align: right;
     padding-right: 210px;
     font-size: 11pt;
     height: 90px;
     }

#siteHeader a {
     text-decoration: none;
     color: #000066;
     font-weight: bold;
     }

#siteHeader a:hover {
     text-decoration: underline;
     color: #EE2E24;
     }
     
#siteHeaderIntro {
     background-image:url(images/siteHeaderIntro.png);
     background-position: bottom;
     background-repeat: no-repeat;
     text-align: right;
     font-size: 11pt;
     height: 90px;
     }

#siteHeaderIntro a {
     text-decoration: none;
     color: #000066;
     font-weight: bold;
     }

#siteHeaderIntro a:hover {
     text-decoration: underline;
     color: #EE2E24;
     }

#siteLeft {
     padding-left: 10px;
     padding-top: 10px;
     background-color: #FFFFFF;
     }

#siteRight {
     padding-right: 10px;
     padding-top: 0px;
     background-color: #FFFFFF;
     }

#introMiddle {
     padding: 0px;
     background-color: #FFFFFF;
     }

#rightBar {
     background-image:url(images/rightBar.png);
     background-repeat: no-repeat;
     background-position: left bottom;
     width: 190px;
     text-align: left;
     font-size: 9pt;
     }
     
#rightSection {
     background-image:url(images/rightBar.png);
     background-repeat: no-repeat;
     background-position: left bottom;
     width: 190px;
     text-align: left;
     font-size: 9pt;
     margin-top: 10px;
     }

.padded {
     padding: 10px;
     }

.topBorder {
     border-top: 1px dashed #CCCCCC;
     padding-top: 10px;
     }

#introBox {
     font-size: 9pt;
     background-image:url(images/introBox.png);
     background-position: bottom left;
     background-repeat:no-repeat;
     }

#introBox #content {
     padding: 7px
     }

#introBoxNarrow {
     font-size: 9pt;
     background-image:url(images/introBoxNarrow.png);
     background-position: bottom left;
     background-repeat:no-repeat;
     }

#introBoxWide {
     font-size: 9pt;
     background-image:url(images/introBoxWide.png);
     background-position: bottom left;
     background-repeat:no-repeat;
     }

#introBoxNarrow #content {
     padding: 7px
     }

#introBoxWide #content {
     padding: 7px
     }

#tanBoxNarrow #content {
     padding: 7px
     }

#introBoxSmall {
     font-size: 9pt;
     background-image:url(images/introBoxSmall.png);
     background-position: bottom left;
     background-repeat:no-repeat;
     }

#introBoxSmall #content {
     padding: 7px
     }

#exchangeBox {
     font-size: 9pt;
     background-image:url(images/exchangeBox.png);
     background-position: bottom left;
     background-repeat:no-repeat;
     }

#exchangeBox #content {
     padding: 7px
     }

#exchangeBox #exchangeBoxHeadlineWide {
     background-image:url(images/exchangeBox.png);
     background-position: top left;
     background-repeat:no-repeat;
     padding-left: 7px;
     padding-top: 4px;
     }

#exchangeBox #exchangeBoxHeadlineNarrow {
     background-image:url(images/exchangeBox.png);
     background-position: top right;
     background-repeat:no-repeat;
     padding-left: 7px;
     padding-top: 4px;
     }

/* LAYOUT TWEAKS */

.twoCol #pageContainer #contentContainer #promo {
     float: right;
     width: 300px;
     }

.twoCol #pageContainer #contentContainer #left {
     width: 440px;
     float: left;
     margin-left: 0px;
     margin-right: 10px;
     margin-top: 0px;
     }

.twoCol #pageContainer #contentContainer #right {
     width: 300px;
     float: none;
     }

.fullPage #pageContainer {
     padding: 0;
     }
     
.categoryGroupTitle {
     width: 370px;
     }
     
#contentContainer td.columnTitle {
     padding-left: 3px;
     padding-right: 3px;
     text-align: center;
     width: 120px;
     }

#contentContainer td.linkButton {
     padding-left: 3px;
     padding-right: 3px;
     text-align: center;
     width: 120px;
     }


/* FONT SIZES */

h1 {
     font-size: 12pt;
     font-weight: bold;
     margin: 0;
     }

h1.subLine {
     font-size: 16pt;
     font-weight: normal;
     margin: 0;
     }
     
#contentPage p {
     margin-top: 10px;
     margin-bottom: 0px;
     line-height: 150%;
     }

h1.phone {
     font-size: 24pt;
     line-height: 26pt;
     }

#itineraryTableContainer, #itineraryDetailsContainer {
     font-size: 9pt;
     }

sup {
     vertical-align: text-top;
     font-size: 6pt;
     }

h1 sup {
     vertical-align: text-top;
     font-size: 9pt;
     }

p {
     margin: 0;
     padding: 0;
     }
     
#rightBar p, #rightSection p {
     margin-top: 8px;
     }
     
.red {
     color: #CC3333;
     }

/* SEARCH BOX */

#searchContainer {
     border: 0;
     margin-top: 0;
     }

#searchContainerHeader {
     background-color: transparent;
     color: #000000;
     font-weight: normal;
     font-size: 20pt;
     line-height: 1.1em;
     font-family: Arial, sans-serif;
     font-style:  normal;
     font-weight: normal;
     padding: 2px 10px;
     background-image:url(images/searchBox.jpg);
     background-position: top;
     background-repeat: no-repeat;
     }

#searchFormContainer {
     background-color: transparent;
     font-size: 9pt;
     background-image:url(images/searchBox.jpg);
     background-position: bottom;
     background-repeat: no-repeat;
     }

#searchFormActions {
     font-size: 8pt;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 7px;
     }

#searchFormActions p {
     float: left;
     width: 50%;
     }

#searchFormActions p.buttons {
     float: right;
     width: 50%;
     text-align: right;
     }

#searchFormActions p.buttons a {
     background-image:url(images/searchButton.png);
     display: block;
     height: 20px;
     width: 87px;
     float: right;
     }

#searchFormActions p.buttons a span {
     display: none;
     }

/* SEARCH RESULTS */

.searchPagingLinksContainer {
     background-color: #FFFFCC;
     border-top: 1px solid #CCCC33;
     border-bottom: 1px solid #CCCC33;
     }

.searchPagingRight {
     text-align: right;
     }

.searchPagingRight p {
     padding-right: 7px;
     font-size: 8pt;
     }

.searchPagingLeft {
     background-color: #FFFFCC;
     }

.searchPagingLeft p {
     padding-left: 7px;
     font-weight: bold;
     padding-bottom: 3px;
     }

.searchResult .heading {
     background-color: #D2E9F6;
     }

.searchResult .rightCol .heading {
     background-color: #A5D3ED;
     color: #336699;
     }

/* ITINERARY PAGE */

.columnBannerDark {
     background-color: #A5D3ED;
     color: #336699;
     letter-spacing: -1px;
     }

.columnBannerLight {
     background-color: #D2E9F6;
     color: #336699;
     }
     
.rowAlt td {
     background-color: #FFFFFF;
     }

#bookingSummary, .rowDefault td {
     background-color: #D2E9F6;
     }
     
#callInfoContainer {
     width: 730px;
     }

#callInfoMain {
     background-color: #A5D3ED;
     background-image:url(images/callInfoMain.jpg);
     background-position: top;
     border: 1px solid #CCCCCC;
     color: #336699;
     width: 100%;
     margin-right: 0;
     }
     
#callInfoImage {
     display: none;
     }
     
#callInfoRight {
     font-size: 9pt;
     width: 400px;
     border-left: 0;
     }
     
#callInfoLeft {
     font-size: 9pt;
     border-right: 1px solid #336699;
     }
     
#cruisedetail #callToAction {
     background-image:url(images/itinerary_sumbox_phone.gif);
     background-position: left bottom;
     background-repeat: no-repeat;
     border-top: 0;
     padding-top: 0;
     }
     
#contentContainer td.columnTitle {
     text-align: center;
     }
     
#topCallInfoContainer {
     background-image:url(images/contactblock_bg.jpg);
     background-repeat: no-repeat;
     border: 1px solid #CCCCCC;
     height: 111px;
     width: 198px;
     }
     
/* MAKING IT EASY TO MANAGE FOOTERS */

#pricingDisclaimers {
     display: none;
     }
     
#merchDisclaimer {
     font-size: 8pt;
     color: #999999;
     padding-bottom: 50px;
     padding-left: 10px;
     padding-right: 10px;
     }
     
#merchDisclaimer p {
     margin-top: 8px;
     margin-bottom: 0px;
     }
     
#merchDisclaimer a {
     color: #999999;
     text-decoration: underline;
     }
     
#merchDisclaimer a:hover {
     color: #FFFFFF;
     text-decoration: underline;
     }
     
#rciFooterTop {
     background-image:url(images/rciFooterBackground.png);
     padding: 10px;
     background-position: top;
     text-align: center;
     color: #000000;
     font-size: 8pt;
     }
     
#rciFooterTop a {
     color: #000000;
     }

#rciFooterTop a:hover {
     color: #EE2E24;
     }
     
#rciFooterBottom {
     background-image:url(images/rciFooterBackground.png);
     padding: 10px;
     background-position: bottom;
     text-align: center;
     color: #000000;
     font-size: 8pt;
     }
     
#rciFooterBottom a {
     color: #000000;
     }
     
#rciFooterBottom a:hover {
     color: #EE2E24;
     }
     
/* WAIT PAGE */

#WaitPage {
     background-color: #FFFFFF;
     }
     
/* PROMO CSS */

.promoContent #searchFormContainer {
     background-color: #e9e9d9;
     background-image:url();
     }

.promoContent #searchContainerHeader {
     background-color: #BAB69B;
     background-image:url();
     font-weight: bold;
     font-family: Arial, sans-serif;
     font-size: 10pt;
     }
     


.primary {
     color: #336699;
     }

.script {
    font-style:  normal;
  }
  
#large {
     font-size: 30pt;
     }

h1.script {
     font-size: 18pt;
     font-weight: normal;
     }

h2.script {
     font-size: 11pt;
     line-height: 11pt;
     font-weight: bold;
     border: 0;
     padding: 0;
     margin: 0;
     }

h3.script {
     font-size: 18pt;
     font-weight: bold;
     border: 0;
     padding: 0;
     margin: 0;
     }

.scriptLead {
     font-size: 8pt;
     text-transform: uppercase;
     font-weight: bold;
     }

#redBoxHeadline {
     background-image:url(images/redBoxHeadline.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #FFFFFF;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }

#blueBoxHeadline {
     background-image:url(images/blueBoxHeadline.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #FFFFFF;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }


#tanBoxHeadline {
     background-image:url(images/tanBoxHeadline.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #000000;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }
     
#redBoxHeadlineNarrow {
     background-image:url(images/redBoxHeadlineNarrow.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #FFFFFF;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }

#blueBoxHeadlineNarrow {
     background-image:url(images/blueBoxHeadlineNarrow.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #FFFFFF;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }

#blueBoxHeadlineWide {
     background-image:url(images/blueBoxHeadlineWide.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #FFFFFF;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }
     
#tanBoxHeadlineNarrow {
     background-image:url(images/tanBoxHeadlineNarrow.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #000000;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }
     
#blueBoxHeadlineSmall {
     background-image:url(images/blueBoxHeadlineSmall.png);
     background-position: top left;
     background-repeat: no-repeat;
     color: #FFFFFF;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     }
     
.group1 {
     visibility: hidden;
     }

