﻿/*********************/
/* HotelResults.ascx */
/*********************/

.hotelResults_loading
{
	float: left;
	width: 736px;
	text-align: center;
}

.hotelResults_content
{
	float: left;
	width: 736px;
}

/*******************/
/* hotelResults.js */
/*******************/

.hotelResults_listing
{
	float: left;
	width: 736px;
}

.hotelResults_navigation
{
	display: none;
	float: left;
	text-align: center;
	width: 736px;
}

/********************/
/* hotelResults.htm */
/********************/

/* HotelGroup */

.hotelGroup
{
	float: left;
	margin-bottom: 8px;
}

.hotelGroupHeading
{
	background-color: #004890;
	float: left;
	margin-bottom: 5px;
	padding: 2px 0px 2px 6px;
	text-align: left;
	width: 730px;
}

.hotelGroupHeading .name
{
	float: left;
	width: 630px;
}

.hotelGroupHeading .name h2
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.hotelGroupHeading .rating
{
	float: right;
	padding-right: 10px;
	text-align: right;
}

.hotelGroupBody
{
	float: left;
	width: 736px;
}

.hotelGroupImage
{
	float: left;
	margin-right: 5px;
	width: 144px;
}

.hotelGroupLinks
{
	float: left;
	width: 144px;
}

.hotelGroupLinks a,
.hotelGroupLinks a:hover,
.hotelGroupLinks a:visited
{
	color: #00B1D5;
}

.hotelGroupLinks .linkContainer
{
	float: left;
	font-size: 11px;
}

.hotelGroupLinks .linkDivider
{
	color: Gray;
	float: left;
	margin: 0px 5px 0px 5px;
}

.hotelGroupContent
{
	float: left;
	font-size: 11px;
}

.hotelGroupDescription
{
	color: #054E9D;
	float: left;
	margin-right: 5px;
	text-align: left;
	width: 236px;
}

.hotelGroupDescription ul
{
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.hotelGroupHotels
{
	float: left;
	width: 346px;
}

.hotelGroupHotels .package
{
	color: #014A8F;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 346px;
}

.hotelGroupHotels .divider
{
	background-color: #3F76AC;
	float: left;
	height: 1px;
	width: 346px;
}

/* Hotel */

.hotelGroupHotels .hotel
{
	color: #074E9E;
	float: left;
	padding: 2px 0px 5px 5px;
	width: 341px;
}

.hotelGroupHotels .alternateHotel
{
	background-color: #E5ECF4;
}

.hotelGroupHotels .hotel .hotelRow
{
	float: left;
	text-align: left;
	width: 341px;
}

.hotelGroupHotels .hotel .hotelRow .topSection
{
	float: left;
	padding-bottom: 10px;
	width: 140px;
}

.hotelGroupHotels .hotel .hotelRow .topSection_freeNights
{
	width: 240px;
}

.hotelGroupHotels .hotel .hotelRow .topSection a,
.hotelGroupHotels .hotel .hotelRow .topSection a:hover,
.hotelGroupHotels .hotel .hotelRow .topSection a:visited
{
	color: #00B1D5;
}

.hotelGroupHotels .hotel .hotelRow .topSection dt
{
	font-weight: bold;
}

.hotelGroupHotels .hotel .hotelRow .topSection dd
{
}

.hotelGroupHotels .hotel .hotelRow .topSection .name
{
	float: left;
	width: 100%;
}

.hotelGroupHotels .hotel .hotelRow .topSection .name h3
{
	color: #054E9D;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.hotelGroupHotels .hotel .hotelRow .topSection .specials
{
	color: #FF0000;
}

.hotelGroupHotels .hotel .hotelRow .topSection .tickets
{
	float: left;
	margin-top: 5px;
	width: 100%;
}

.hotelGroupHotels .hotel .hotelRow .price
{
	color: #74B74D;
	float: left;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 135px;
}

.hotelGroupHotels .hotel .hotelRow .price .savings
{
	color: Orange;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	width: 105px;
	padding-left: 15px;
	padding-right: 15px;
}

.hotelGroupHotels .hotel .hotelRow .price .ticketValue
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	width: 105px;
	padding-left: 15px;
	padding-right: 15px;
}

.hotelGroupHotels .hotel .hotelRow .price .small
{
	color: #74B74D;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	padding-left: 15px;
	padding-right: 15px;
	width: 105px;
}

.hotelGroupHotels .hotel .hotelRow .bookingLink
{
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center; 
	width: 65px;
}

.hotelGroupHotels .hotel .hotelRow .bookingLink_freeNights
{
	width: 100px;
}

.hotelGroupHotels .hotel .hotelRow .bookingLink a,
.hotelGroupHotels .hotel .hotelRow .bookingLink a:visited
{
	text-decoration: none;
}

.hotelGroupHotels .hotel .hotelRow .bookingLink a:hover
{
	text-decoration: underline;
}

.hotelGroupHotels .hotel .hotelRow .bookingLink .available
{
	color: Orange;
}

.hotelGroupHotels .hotel .hotelRow .bookingLink .unavailable
{
	color: Gray;
}

.hotelGroupHotels .hotel .hotelRow .bookingLink .overOccupancy
{
	color: Gray;
}

/*********************/
/* TicketDialog.ascx */
/*********************/

#ticketDialog #instructions
{
	text-align: left; font-size: 14px; padding-bottom: 10px; float: left;
}

#ticketDialog #ticketListing
{
	float: left;
}

#ticketDialog #ticketListing .ticketItem,
#ticketDialog #ticketListing .ticketItem_alternate
{
	float: left; width: 725px;
}

#ticketDialog #ticketListing .ticketItem_alternate
{
	background-color: #E5ECF4;
}

#ticketDialog #ticketListing #ticketVoucher .ticketRow
{
	float: left; padding-bottom: 5px; padding-top: 5px;
}

#ticketDialog #ticketListing #ticketVoucher #link
{
	float: left; width: 100px; font-size: 14px; font-weight: bold;
}

#ticketDialog #ticketListing #ticketVoucher #name
{
	float: left; width: 525px; text-align: left;
}

#ticketDialog #ticketListing #ticketVoucher #price
{
	float: left; width: 100px; color: #74B74D; font-weight: bold;
}