﻿h1 {font-size: 8pt;
	font-family: Verdana, Helvetica, Sans-Serif;}
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.StatusNormal
{
	background-color: #FFFFFF;
}
.StatusAvailable
{
	background-color: #E5E6BA;
}
.StatusAvailableEnabled
{
	background-color: #E5E6BA;
	color: #008000;
}
.StatusAvailableSummerRate
{
	background-color: #A2B8CF;
}
.StatusCheckOutOnlyDay
{
	background-image: url(/images/CheckOutOnly.jpg);
	background-repeat: no-repeat;
}
.StatusCheckOutOnlyDayLarge
{
	background-image: url(/images/CheckOutOnlyLarge.jpg);
	background-repeat: no-repeat;
}
.StatusCheckOutOnlyDaySummer
{
	background-image: url(/images/CheckOutOnlySummer.jpg);
	background-repeat: no-repeat;
}
.StatusCheckOutOnlyDaySummerLarge
{
	background-image: url(/images/CheckOutOnlySummerLarge.jpg);
	background-repeat: no-repeat;
}
.StatusUnavailable
{
	background-color: #8B8B8B;
}
.SelectedCalendarDay
{
	background-color: #89B65B;
}
.SelectedCalendarDayCheckOut1
{
	background-repeat: no-repeat;
	background-image: url(/images/SelectedCalendarDayCheckOut1.jpg);
}
.SelectedCalendarDayCheckOut2
{
	background-image: url(/images/SelectedCalendarDayCheckOut2.jpg);
	background-repeat: no-repeat;
}
.Message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.AddButton
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 9pt;
	color: white;
	letter-spacing: -1px;
	background-color: #FE0007;
	text-transform: uppercase;
}
.DollarAmount
{
	font-family: 'Courier New' , Courier, monospace;
	font-size: 11pt;
	text-align: right;
}
.ReservationPageCalendar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.SummaryTableHeader
{
	background-color: #A2B8CF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
}
.SummaryTableDetail
{
	background-color: #E5E6BA;
	font-size: 9pt;
}
.SummaryTableButton
{
	background-color: #C4C665;
	font-weight: bold;
	font-size: 9pt;
}
.HoldTableHeader
{
	background-color: #A2B8CF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
}
.HoldTableDetail
{
	background-color: #E5E6BA;
	font-size: 9pt;
}
.HoldTableButton
{
	background-color: #89B65B;
	font-weight: bold;
	font-size: 9pt;
}
.CheckInBar
{
	font-size: 9pt;
	font-weight: bold;
}
.Legend
{
	font-size: 9pt;
	font-weight: bold;
}
.PackageSeason
{
	font-size: 9pt;
	font-weight: bold;
}
.PackageSeasonDetail
{
	font-size: 9pt;
}
.PackageHoliday
{
	font-size: 9pt;
	font-weight: bold;
}
.PackageHolidayDetail
{
	font-size: 9pt;
}
.PackageButton
{
	font-size: 9pt;
	font-weight: bold;
}
.FadedText
{
	color: #808080;
}
.RequiredTextMessage
{
	font-size: 9px;
	font-weight: bold;
}
.WhatsNewHeading
{
	font-size: 11px;
	font-weight: bold;
}
.WhatsNewDetail
{
	font-size: 9px;
}