



.page_control .selected {

	font-weight: bold; text-decoration: none;

	}

.OwnerLink
{
	color:black;
	text-decoration:underline;
}


.HiddenElement 
{
	display:none;
}

.VRMWebItem
{
}
.VRMInput 
{
}
.ErrorMessage 
{
	

	color:Red;
}
/*
 *
 *
 *	Begin Calendar classes
 *
 *
*/
/* The days that are not in this month */
.CalOtherMonthDay
{
	visibility:hidden;
}
/* Todays date */
.CalToday
{
}
/* Each day rendered */
.CalDay
{
	background-color:White;
}
/* Class for the << and >> at the top of the calendar */
.CalNextPrev
{
}
/* "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:Fuchsia;
	font-size:9px;
}

/*
 *
 *
 *	End Calendar classes
 *
 *
*/
.AnnualCalRented
{
	background-color:#b88b88;
}
.AnnualCalAvailable
{
	background-color:#c9d9f0;
}
.AnnualCalBookable
{
	background-color:#fdfcf8;
}
.AnnualCalSelected
{
	background-color:#b3aa7f;
	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-size: 14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.inputLabel
{

font-size: 12px;
	font-style:normal;
	font-variant:normal;

}

.WebGroupListHeader
{

font-size: 12px;
	background: #000;
	padding: 3px;
	font-weight: bold;
	color: #C9BD89;
	text-align: center;
}

.WebGroupListItem
{

font-size: 12px;
	text-align: center;

	background: #none;
}


.WebGroupListAlternatingItem
{

font-size: 12px;
	text-align: center;
	background: #C9BD89;
}

.WebGroupDateField
{
}

.EmailLink
{
	color: #FF0066;
}

.MainHeader
{

font-size: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.MainWebGroup
{
	
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-align: center;
	border: none !important;

}

.MainTable
{

	border: none !important;
	padding: 2px;

}

.MainHelp
{
	text-align: right;
	padding-right: 10px;

	font-size: 10pt;
	font-weight: bold;
	color: White;
	cursor: hand;
}

.InstructionalText
{

	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

.VRMThumbnailPropertyName
{
	font-weight: bold;
}

.VRMThumbnailSeperator
{
	height: 1px;
	width: 100%;
	background-color: Gray;
}
.calHead
{
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-bottom: 1px;
	background: #7c7d5e !important;
	color: #fff !important;
}


.AnnualCalCheckOut {background: #ff0000; border: 2px solid #000; color: #fff;}
