body
{
	background-color: #FFFFFF;
	font-family: arial;
}

A
{
	color: Black;
}

.style34 {	font-size: 24px;}
.style36 {	font-size: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;}
.style38 {	font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;}

.HiddenElement 
{
	display:none;
}

.VRMWebItem
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Black;
}
.VRMInput 
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Black;
}
.ErrorMessage 
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Red;
}
/*
 *
 *
 *	Begin Calendar classes
 *
 *
*/
/* The days that are not in this month */
.CalOtherMonthDay
{
	visibility:hidden;
}
/* Todays date */
.CalToday
{
	font-size:9px;
}
/* Each day rendered */
.CalDay
{
	background-color:White;
	font-size:9px;
}
/* Class for the << and >> at the top of the calendar */
.CalNextPrev
{
	font-size:9px;
}
/* "sun mon tue ...." */
.CalDayHeader
{
	font-size:9px;
}
/* Class for the day the user clicks on */
/* does not work, put code in SelectedDayStyle tag in the cal */
.CalSelectedDay
{
}
/* "July 2003" */
/* does not work, put code in TitleStyle tag in the cal */
.CalTitle
{
}
/* Class to highlight weekend days */
.CalWeekend
{
	font-size:9px;
}
/* Class for days that can be selected */
.CalSelectable 
{
	background-color:#294910;
	font-size:9px;
}

/*
 *
 *
 *	End Calendar classes
 *
 *
*/
.AnnualCalRented
{
	background-color:B5B69C;
	color: #294910;
}
.AnnualCalAvailable
{
	background-color:dedfd6;
}
.AnnualCalBookable
{
	background-color:Maroon;
}
.AnnualCalSelected
{
	background-color:Green;
	border:2px solid black;
	font-weight:bold;
	color: #ffffff;
}
/*
 *
 *
 *	Begin Pricing Grid classes
 *
 *
*/
.PricingWinter 
{
	background-color:white;
	color: blue;
	font-weight: bold;
}
.PricingSpring 
{
	background-color:white;
	color: olive;
	font-weight: bold;
}
.PricingSummer
{
	background-color:white;
	color: green;
	font-weight: bold;
}
.PricingAutumn
{
	background-color:blue;
	color: gold;
	font-weight: bold;
}
/*
 *
 *
 *	End Pricing Grid classes
 *
 *
*/

.WebLabel
{
	font-family:Verdana;
	font-size:10pt;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.WebGroupListHeader
{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: FFFFFF;
	background: 214100;
}

.WebGroupListItem
{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: 000000;
	background: B5b69C;
}


.WebGroupListAlternatingItem
{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: 000000;
	background: DEDFD6;
}

.WebGroupDateField
{
	border: groove 1;
}

.EmailLink
{
	color: FF0066;
}

.MainHeader
{
	font-family: Arial;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	text-align: center;
}

.MainWebGroup
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-align: center;
	border: solid 1px #000099;
}

.MainTable
{
	background-color: C4D0FF;
	border: double 4px #000099;
	padding: 2px;
}

.MainHelp
{
	text-align: right;
	padding-right: 10px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	cursor: hand;
}

.InstructionalText
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

.VRMThumbnailPropertyName
{
	font-weight: bold;
}

.VRMThumbnailSeperator
{
	height: 1px;
	width: 100%;
	background-color: Gray;
}

.TitleText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #CC3333;
    FONT-FAMILY: Verdana
}