/*===========================================================================
	Colors (Search)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

@media screen, handheld {

/*===========================================================================
	Components
===========================================================================*/

/*===========================================================================
	Modules
===========================================================================*/

/* Change Travel Details
===========================================================================*/

form#change-travel-details-form {
	background-color: transparent;
}

form#change-travel-details-form fieldset#check-in-and-out-dates,
form#change-travel-details-form fieldset {
	background-color: #EEF3F9; /* PZ tableBody2, default #EEF3F9 pale blue */
}

body.search-section div#change-travel-details div#search-header,
body.search-section div#change-travel-details div#search-header a {
	color: #FFFFFF; /* PZ bgColor, default #FFFFFF white */
	background-color: #0D447F; /* PZ tableBack, default #0D447F deep blue */
}

div#change-travel-details h3 {
	background-color: #6699CC; /* PZ darkSubText, default #6699CC medium dark blue */
}

div#change-travel-details fieldset#top-destinations ul li#recently-searched-cities {
	background-color: #FAF4CD; /* PZ hiLiteColor, default #FAF4CD pale yellow */
}

div#change-travel-details div#amenities,
div#change-travel-details fieldset#top-destinations ul {
	border-color: #0D447F; /* PZ tableBack, default #0D447F deep blue */
}

div#change-travel-details p.directions {
	color: #999999; /* PZ lightestSubText, default #999999 medium gray */
}

/* Destination Guides
===========================================================================*/

div#destination-guides {
	background-color: #EEF3F9; /* PZ tableBody2, default #EEF3F9 pale blue */
	border-color:     #0D447F; /* PZ tableBack, default #0D447F deep blue */
}

div#destination-guides h6 a {
	color: #000000; /* PZ text, default #000000 true black */
}

div#destination-guides h6 a em {
	color: #036; /* PZ link, default #003366 ultra dark blue */
}

div#destination-guides h6 a:focus em,
div#destination-guides h6 a:hover em,
div#destination-guides h6 a:active em {
	color: #C00; /* PZ alink, default #CC0000 old red */
}

/* Great Travel Deals
===========================================================================*/

div#great-travel-deals h6 {
	background-color: #D4E5FA; /* PZ tableBody1, default #D4E5FA light blue */
}

div#great-travel-deals dl {
	background-color: #EEF3F9; /* PZ tableBody2, default #EEF3F9 pale blue */	
}

/* Road Trips
===========================================================================*/

div#road-trips {
	background-color: #EEF3F9; /* PZ tableBody2, default #EEF3F9 pale blue */	
}

div#road-trips h6 a {
	color: #000000; /* PZ text, default #000000 true black */
}

div#road-trips h6 a em {
	color: #036; /* PZ link, default #003366 ultra dark blue */
}

div#road-trips h6 a:focus em,
div#road-trips h6 a:hover em,
div#road-trips h6 a:active em {
	color: #C00; /* PZ alink, default #CC0000 old red */
}

/*===========================================================================
	Pages
===========================================================================*/

/* HTTP 404
===========================================================================*/

div#http-error {
	background-color: #EEF3F9; /* PZ tableBody2, default #EEF3F9 pale blue */
	border-color:     #036; /* PZ vlink, default #003366 ultra dark blue */
}

div#http-error h3 {
	color:            #FFFFFF; /* PZ bgColor, default #FFFFFF white */
	background-color: #6699CC; /* PZ darkSubText, default #6699CC medium dark blue */
}

/* Disambiguation
===========================================================================*/

} /* end @media */
