﻿/*#############################################################################

Dark Blue Color Definations:

#2E3092 : Backgrounds and links (not in header): 
#d9dbf1 : Background of highlighted sections (interary lists, tables rows)
#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: #2E3092;
}
.itinCopy a:hover, .homeCopy a:hover, .homeCopyNav a:hover, .itinNav a:hover, .itinNavCell a:link, .itinNavCell a:visited, .itinNavCell a:focus
{
	color: #000000;
}
.itinNavCell a:hover, .itinNavCell a:active
{
	color: #2E3092;
}


/* Back ground colors, used with/without spacer images */
.footer, .headertd, .spacertd
{
	background-color: #2E3092;
}

/* 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: #d9dbf1;
}

/* Color of text highlighting new things */
.homeNew
{
	color: #CC0000;
}

#leftItinBannerCell
{
	background-color: #2E3092;
}

#rightItinBannerCell
{
	background-color: #d9dbf1;
}

#rightItinBannerCell A, #rightItinBannerCell A:Visited
{
	color: #2E3092;
	text-decoration: none;
}

#rightItinBannerCell A:Hover
{
	text-decoration: underline;
}

.itinBanner
{
	color: #2E3092;
}

H1, H2, H3, B, Strong
{
	color: #2E3092;
}


.pricingCalendarTable 
{
	background-color:#d9dbf1;
	font-size:12px;
}

.pricingCalendarTitle 
{
	color:White;
	background-color:#2E3092;
	font-size:12px;
	font-weight:bold;
}
.homepageSlideShowContainer
{
	width:832px;
	height:430px;
	position:relative;
}

.homepageSlideShow
{
	left:0px;
	top:0px;
	position: absolute !important;
}

.itinBannerImageWrapper 
{
	width:600px;
	height:245px;
}