/* THIS stylesheet shows EVERY time we load it in our site and the user doesn't have a custom stylesheet */

/*body { background:#F5F9FC url('/utils/cruiseSearch/cfimages/blue_candy_stripes.jpg') repeat scroll top left ; }*/
body { background:#ECF1F5 url('/images/opaque_candy_stripes3.png') repeat scroll top left ; color:#363437;   }

.top_bar { background-color:#4B90B8; }
.offer_info { background-color:#EBF3F6; }
.offer_info, table.tabs tr td  { border-color: #7CA7CA; }

.cruise_offer_container a, .cruise_offer_container a:link, 
.cruise_offer_container a:visited { color:#008F66; }

.offer_minprice, .offer_minprice_cpe { background-color:#42BA9F; color:#ffffff;}
.offer_minprice a, .offer_minprice a:link, .offer_minprice a:active, .offer_minprice a:visited,
.offer_minprice_cpe a, .offer_minprice_cpe a:link, .offer_minprice_cpe a:active, .offer_minprice_cpe a:visited  
{ color:#ffffff;}
.greyed_out { color:#808080; }

.get_a_quote .button_173 , .get_a_quote .button_200 { background-color:#017A5D; }

.admin_links_side h4, .admin_links_top h4 { color:#363437; }
.admin_links_top ul li { border-right-color:#363437; }
.admin_links_side, .admin_links_top { border-color: #7CA7CA; background-color:#EBF3F6; }

.last_updated a:link, .last_updated a { color:#808080; }

/* Overview */
.amenity_redemption .attention, 
.amenity_redemption .attention a  { color:#ff0000; }
/* END: Overview */

/* General table stuff */
.itinerary_table, .pricing_table, .overview, .itinerary_overview, .offer_header_cpe, .special_setting_description_cpe { background-color:#EBF3F6; }
.itinerary_table td, .pricing_table td { border-left-color: #EBF3F6; }
.itinerary_table a, .pricing_table a, .review a { color:#179377; }
.row_one { background-color:#DDE7F0; }
.row_two { background-color:#D3E1EC; }
.table_row_separator { background-color:#CCCCCC; }
/* End: General table stuff */


/* TAB navigation */

/*div.tabs span a, div.tabs span a:link*/ 
div.tabs span{
	background-color:#D3E0F1;
}

/*div.tabs span.active a, div.tabs span.active a:link */
div.tabs span.active {
	border-color:#7CA7CA; 
	background-color:#EBF3F6;
}

.cruise_offer_container div.tabs span a{
	color:#7CA7CA;
}
div.tabs span a:visited{
	color:#7CA7CA;
}


div.tabs span.active a, div.tabs span.active a:visited, div.tabs span.active a:hover{
	color: #363437;
}



table.tabs tr td {
	background-color:#D3E0F1;
}

table.tabs tr td.active {
	border-color:#7CA7CA; 
	background-color:#EBF3F6;
}

table.tabs tr td a, 
table.tabs tr td a:link,
table.tabs tr td a:visited
table.tabs tr td.active a, 
table.tabs tr td.active a:visited, 
table.tabs tr td.active a:hover{
	color: #363437;
}

/* END: TAB navigation */
