.Menu
{
	width: 0em;
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display: none;
}

.Menu a
{
	cursor: hand;
	cursor: pointer; /* Added for FireFox */
	text-decoration: none;
	color: Black;
}

.Menu a:hover
{
	cursor: hand;
	cursor: pointer; /* Added for FireFox */
	text-decoration: underline;
	/* background-color: lightskyblue; */
}

.OpenMenu
{
	border-right: 1px black solid;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	background-color: #f5f5dc;
	display: block;
	position: absolute;
	z-index: 101;
	font-size: 16px;
	line-height: 130%;
	/*
	padding-left: .5em;
	padding-right: .5em;
	*/
}

.MenuBar
{
	background-color: Transparent;
}

.MenuTitle
{
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
}

.SelectedMenuTitle
{
	cursor: hand;
	cursor: pointer; /* Added for FireFox */
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none;
	background-color: #f5f5dc;
}

.MenuItem
{
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
}

.ActiveMenuItem
{
	cursor: hand;
	cursor: pointer; /* Added for FireFox */
	/* border: solid 1px black; */
	text-decoration: underline;
	background-color: lightskyblue;
	padding-left: .5em;
	padding-right: .5em;
}

.InactiveMenuItem
{
	cursor: default;
	text-decoration: none;
	background-color: Transparent;
	padding-left: .5em;
	padding-right: .5em;
}

#wucNavBar_HomeMenuItem
{
}

#wucNavBar_NewResvMenuItem
{
}

#wucNavBar_CancelMenuItem
{
}

#wucNavBar_tdDropdownMenu
{
}

#wucNavBar_CorporateIdMenuItem
{
}

#wucNavBar_GroupLoginMenuItem
{
}

#wucNavBar_SignInMenuItem
{
}

.CalendarContainerStyle
{
	width: 100%; /* border: solid 1px red; */
}

.CalendarTableStyle
{
	width: 100%;
}

.CalendarDayHeaderStyle
{
	font-size: x-small;
}

.CalendarDayCommonStyle
{
	height: 30px;
	width: 35px;
	text-align: right;
	vertical-align: top;
	font-family: "Times";
	font-style: italic;
	font-size: xx-small;
}

.CalendarDayStyle
{
	height: 60px;
	width: 60px;
}

.CalendarDayNoteStyle
{
	font-family: "Times";
	font-style: italic;
	font-size: xx-small;
}

.TodayDateStyle
{
	/*
	border-top:  1px solid Black;
	border-bottom:  1px solid Black;
	border-right: 1px solid Black;
	border-left:  1px solid Black;
	*/
	background-color: #00FFFF; /* Aqua */
}

.OpenDateStyle
{
	/*
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	*/
	background-color: Transparent;
}

/* This type of style is necessary if you want to change the link color for the calendar date */
.OpenDateStyle A
{
	color: Black;
}

.ClosedDateStyle
{
	/*
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	*/
	background-color: #FF0000; /* Red */
}

.ClosedToArrivalStyle
{
	/*
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	*/
	background-color: #FFCC00; /* Orange */
}

.NoSellThruStyle
{
	/*
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	*/
	background-color: #FFFF66; /* Yellow */
}

.StayDateSelectedStyle
{
	background-color: #B7FF66; /* Light Green */
}

.MinNightsStyle
{
	/*
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	*/
	background-color: #ADD8E6; /* Light Blue */
}

.PackageNotOfferedStyle
{
	/*
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	*/
	background-color: #DCDCDC; /* Gainsboro */
}

.StayInfoContainerStyle
{
	height: 100%;
	width: auto;
}

.StayInfoTableStyle
{
	/* border: solid 1px Red; */
}

.StayInfoLabelStyle
{
	font-size: x-small;
}

.StayInfoInputStyle
{
	font-size: x-small;
}

.StayInfoDescStyle
{
	font-size: x-small;
	font-style: italic;
}

.StayInfoButtonRowStyle
{
	margin-top: 15px;
	margin-bottom: 10px;
}

.StayDatesRecapLabelStyle
{
	font-size: 10px;
}

.StayDatesRecapValueStyle
{
	font-size: 10px;
	font-weight: bold;
}

.ResvRecapLabelStyle
{
	font-size: xx-small;
}

.ResvRecapValueStyle
{
	font-size: xx-small;
}

.RoomListContainerStyle
{
	margin-left: 0;
	overflow: auto;
	margin-right: 0;
	/* height: 100%; */
	text-align: left;
	/* border: solid 1px Red; */
}

.RoomListTableStyle
{
	margin-left: 0;
	margin-right: 0;
}

.RoomListRoomsHeaderStyle
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	width: 100%;
}

.RoomListSelectColumnStyle
{
	width: 20px;
	margin: 0;
	padding: 0;
	font-size: xx-small;
}

.RoomListRoomColumnStyle
{
	width: 120px;
	margin: 0;
	padding: 0;
	font-size: xx-small;
}

.RoomListBuildingColumnStyle
{
	width: 80px;
	margin: 0;
	padding: 0;
	font-size: xx-small;
}

.RoomListTotalColumnStyle
{
	margin: 0;
	padding: 0;
	font-size: xx-small;
}

#RoomListRoomsContainer
{
	/* height: 20em; */
	height: 100%;
	overflow: auto;
}

.RoomListRatePromoLabelStyle
{
	font-size: xx-small;
}

.RoomListRatePromoInputStyle
{
	font-size: xx-small;
}

.RoomListRateDescStyle
{
	font-weight: bold;
}

.RoomListHeaderStyle
{
	font-size: xx-small;
	font-weight: bold;
}

.RoomListRoomsTableStyle
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	width: 100%;
}

.RoomListItemStyle
{
	font-size: xx-small;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}

.RoomListAlternatingItemStyle
{
	font-size: xx-small;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}

.RoomListSelectedItemStyle
{
	font-size: xx-small;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #B7FF66;
}

.RoomListUnavailableItemStyle
{
	font-size: xx-small;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: Red;
}

.AlertListItemStyle
{
	list-style-image: url(images/alert.gif);
	color: Red;
}

.OKListItemStyle
{
	list-style-image: url(images/OK.gif);
}

.DefaultListItemStyle
{
	list-style-image: none;
}

.V1DateResetStyle
{
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 2em;
}

.V1GuestInfoContainerStyle
{
	/* background-color: Aqua; */
}

.V1GuestInfoTableStyle
{
	font-size: x-small;
}

.V1GuestInfoHeaderStyle
{
	font-size: x-small;
	font-weight: bold;
	background-color: #99ccff;
}

.V1GuestInfoLabelStyle
{
	font-size: x-small;
}

.V1GuestInfoValueStyle
{
	font-size: x-small;
}

.V1CalendarLegendContainerStyle
{
}

.V1CalendarLegendTableStyle
{
	font-size: xx-small;
}

.V1CalendarLegendLabelStyle
{
	font-size: x-small;
}

.V1CCInfoContainerStyle
{
	/* width: 100%; */
}

.V1CCInfoTableStyle
{
	/* width: 100%; */
	font-size: x-small;
}

.V1CCInfoHeaderStyle
{
	font-size: x-small;
	font-weight: bold;
	background-color: #99ccff;
}

.V1CCInfoLabelStyle
{
	font-size: x-small;
}

.V1CCInfoValueStyle
{
	font-size: x-small;
}

.V1PrivacySettingsContainerStyle
{
	width: 100%;
}

.V1PrivacySettingsTableStyle
{
	/* width: 100%; */
	font-size: x-small;
}

.V1PrivacySettingsHeaderStyle
{
	font-size: small;
	font-weight: bold;
	background-color: #99ccff;
}

.V1UserSetupTableStyle
{
	font-size: x-small;
}

.V1ResvListContainerStyle
{
	width: 100%;
}

.V1ResvListTableStyle
{
	width: 100%;
}

.V1ResvListValidationSummaryStyle
{
	margin-top: .5em;
	font-size: medium;
}

.V1UserSetupTableStyle
{
	font-size: x-small;
}

.V1RequiredFieldStyle
{
	color: Red;
}

.V1ProfileHeaderStyle
{
	width: 100%;
	background-color: lightskyblue;
	font-weight: bold;
}

.V1ProfileLabelStyle
{
	font-size: medium;
	font-weight: normal;
}

.V1ProfileValueStyle
{
	font-size: medium;
	font-weight: normal;
	padding-left: 2em;
}

.V1ProfileLinkButtonStyle
{
	font-weight: normal;
}

.V1ResvPolicyContainerStyle
{
	width: 100%;
}

.V1ResvPolicyTableStyle
{
	width: 100%;
}

.V1ValidationSummaryStyle
{
	margin-left: 0px;
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 130%;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

#wucResvList_pnlResvListButtons
{
	text-align: center;
	width: 100%;
}

#wucResvList_btnModifyReservation
{
	width: 20em;
	margin-top: 1.5em;
	background-color: lightblue;
}

#wucResvList_btnCancelReservation
{
	width: 20em;
	margin-top: .5em;
	margin-bottom: 2em;
	background-color: lightblue;
}

#resv-confirmation-container
{
	position: relative;
	left: -27em;
	margin-top: 5em;
	margin-bottom: 2em;
}

#wucCCInfo_ddlCreditCardType
{
	font-size: xx-small;
}

#wucResvComments_tbComments
{
	width: 100%;
}

#tblCalendarLegend
{
	font-size: small;
}

#wucRoomList_imgRoomPicture
{
	width: 100%;
}