

.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:blue;
	font-size:9px;
}

/* Color classes calendar for NEW search engine */

.CalBack
{
	background-color:transparent;
}

.CalHead
{
	background-color:#e7f0f9;
	font-color: #ffffff;
	font: #ffffff;
}
.Days
{
	font-size: 10px;
	font-color: #ffffff;
	
}
/*
 *
 *
 *	End Calendar classes
 *
 *
*/
.AnnualCalRented
{
	background-color:Fuchsia;
}
.AnnualCalAvailable
{
	background-color:#D7DFFF;
}
.AnnualCalAvailable a
{
	text-decoration: underline !important;
}
.AnnualCalBookable
{
	background-color:Maroon;
}
.AnnualCalCheckOut
{
	background-color:Red;
	border:2px solid black;
	font-weight:bold;
}
.AnnualCalSelected
{
	background-color:Green;
	border:2px solid black;
	font-weight:bold;
}
/*
 *
 *
 *	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-weight:bold;
}

#dgResult, #GridProperties {border: none; !important; text-align: center; width: 100%;}
#dgResult td, #GridProperties td {border: none; !important; text-align: center;}

td.WebGroupListHeader, .WebGroupListHeader, tr.WebGroupListHeader td
{
	background: #c77874;
	padding: 3px;
	font-weight: bold;
	color: #53616;
}

.WebGroupListItem
{
	color: #838BAB;
}


.WebGroupListAlternatingItem
{

	color: #414554;
	background: #fff1c3;
}

.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: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

.VRMThumbnailPropertyName
{
	font-weight: bold;
}

.VRMThumbnailSeperator
{
	height: 1px;
	width: 100%;
	background-color: Gray;
}

.Ratechart
{
background:transparent;
font-size: 11px;
}

.PropertyPageAccent
{
	background-color: #c8e5ea;
}

.headerLabel
{
	font-size: 16px;
	font-color: #d5c6bf;
	font-weight: bold;
}

.inputLabel
{
	font-size: 11px;
	font-color: #ffffff;
}
.SearchLabel
{
	font-size: 11px;
	font-color: #FFFFFF;
	font-weight: bold;
}

.WebLabel
{
	font-size: 11px;
	font-color: #ffffff;
	font-weight:bold;
}
.calHead
{
	background: #e7f0f9;
	font-color: #ffffff;
	font: #ffffff;
}