﻿/*#############################################################################

Red Color Definations:

#CC0000 : Backgrounds and links (not in header): 
#fae5e5 : Background of highlights section (on itinerary lists)
#fae5e5 : Background of side bar (on itinerary info pages)
#FFFFFF : Header links
#454545 : Color of text

#############################################################################*/

/* Link Colors (links that are not in the header) */
.itinColor, .itinNavCell span, .itinCopy a:link, .itinCopy a:active, .itinCopy a:visited, .itinCopy a:focus, .itinBoldColor, .homeCopy a:link, .homeCopy a:active, .homeCopy a:visited, .homeCopy a:focus, .homeBoldColor, .homeCopyNav, .homeCopyNav a:link, .homeCopyNav a:active, .homeCopyNav a:visited, .homeCopyNav a:focus
{
	color: #CC0000;
}
.itinCopy a:hover, .homeCopy a:hover, .homeCopyNav a:hover, .itinNavCell a:link, .itinNavCell a:visited, .itinNavCell a:focus
{
	color: #000000;
}
.itinNavCell a:hover, .itinNavCell a:active
{
	color: #CC0000;
}


/* Back ground colors, used with/without spacer images */
.footer, .headertd, .spacertd
{
	background-color: #CC0000;
}

/* Header link colors */
.headertd, .headertd a:link, .headertd a:active, .headertd a:visited, .headertd a:hover, .headertd a:focus
{
	color: #FFFFFF;
}

/* Regular Text color */
.itinCopy
{
	color: #454545;
}

/* Background of highlights sections */
.highlight
{
	background-color: #fae5e5;
}

/* Background of dates side bar on Itinerary info page */
.itinDatestd
{
	background-color: #fae5e5;
}

/* Color of text highlighting new things */
.homeNew
{
	color: #CC0000;
}


#leftItinBannerCell
{
	background-color: #CC0000;
}

#rightItinBannerCell
{
	background-color: #fae5e5;
}

#rightItinBannerCell A, #rightItinBannerCell A:Visited
{
	color: #CC0000;
	text-decoration: none;
}

.itinBanner
{
	color: #CC0000;
}

H1, H2, H3, B, Strong
{
	color: #CC0000;
}

.pricingCalendarTable 
{
	background-color:#fae5e5;
	font-size:12px;
	border: solid 1px #CC0000;
}

.pricingCalendarTitle 
{
	color:White;
	background-color:#CC0000;
	font-size:12px;
	font-weight:bold;
	border: solid 1px #CC0000;
}

.homepageSlideShowContainer
{
	width:832px;
	height:430px;
	position:relative;
}

.homepageSlideShow
{
	left:0px;
	top:0px;
	position: absolute !important;
}

.itinBannerImageWrapper 
{
	width:600px;
	height:245px;
}