.OwnerLink
{
	text-decoration:underline;
}
.HiddenElement 
{
	display:none;
}

.ErrorMessage 
{
	color:Red;
}
/*
 *
 *
 *	Begin Calendar classes
 *
 *
*/
/* The days that are not in this month */
.CalOtherMonthDay
{
	visibility:hidden;
}
/* Todays date */
.CalToday
{

}


/* Each day rendered */
.CalHead
{
	background-color:#5784A4;

}
/* Each day rendered */
.CalDay
{
	background-color:White;

}
/* Class for the << and >> at the top of the calendar */
.CalNextPrev
{

}
/* "sun mon tue ...." */
.CalDayHeader
{

}
/* 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
{

}
/* Class for days that can be selected */
.CalSelectable 
{
	background-color:Fuchsia;

}

/*
 *
 *
 *	End Calendar classes
 *
 *
*/
.AnnualCalRented
{
	background-color:#DE0031;
}
.AnnualCalAvailable
{
	background-color:#BFCFFF;
}
.AnnualCalBookable
{
	background-color:#CCFF80;
}
.AnnualCalSelected
{
	background-color:Green;
	border:2px solid black;
	font-weight:bold;
}

.AnnualCalCheckOut
{
	background-color:White;
	border:2px solid black;
	font-weight: normal;
}


/*
 *
 *
 *	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 tr.WebGroupListHeader td, #GridProperties tr.WebGroupListHeader td
{
	font-weight:bold;
	color: #fff !important;
	background: #5784A4;
	text-align: center;
}

.WebGroupListItem
{
	background: #DDE8FF !important;
}


.WebGroupListAlternatingItem
{
	background: #fff !important;
}

.WebGroupDateField
{
	border: none;
}

.EmailLink
{
	color: #FF0066;
}

.MainHeader
{
	color: white;
	font-weight: bold;
	text-align: center;
}

.MainWebGroup
{
	font-weight: bold;
	text-align: center;
	border: solid 1px #000099;
}

.MainTable
{
	background-color: #a9a397;
	border: none;
}

.MainHelp
{
	text-align: right;
	font-weight: bold;
	color: White;
	cursor: hand;
}

.InstructionalText
{
	color: Black;
}

.VRMThumbnailPropertyName
{
	font-weight: bold;
}

.VRMThumbnailSeperator
{
	height: 1px;
	width: 100%;
	background-color: Gray;
}

.headerLabel
{
	font-weight: bold;
	font-size: 14px;
}

#dgResult, #dgResult td, #GridProperties, #GridProperties td {border: none !important; text-align: center;}


.rateChart
{
	font-weight: normal;
	font-size: 11px;
	width: 95%;
}

/* TO ADD A Custom background color to a form field
CSS:
.FormColor{
background: Yellow;
text-decoration:none;
}
ASP Code:
CssClass="FormColor"
*/
