body						
{						
	background-image: url('/images/background.gif');
	font-family: arial;			
}

A
{
	color: #FF0066;
}



.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: #C4D0FF;
}
.Days
{
	font-size: 10px;
	font-color: #ffffff;
	
}
/*
 *
 *
 *	End Calendar classes
 *
 *
*/
.AnnualCalRented
{
	background-color:Fuchsia;
}
.AnnualCalAvailable
{
	background-color:#D7DFFF;
}
.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-family:Arial;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.WebGroupListHeader
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #414554;
	background: #C4D0FF;
}

.WebGroupListItem
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #838BAB;
	background: #ECF0FF;
}


.WebGroupListAlternatingItem
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #414554;
	background: #D7DFFF;
}

.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;
}

ul#nav {margin: 0; padding: 0; list-style: none;}
ul#nav li {margin: 0; padding: 0;}
ul#nav li a {display: block; margin: 0 0 3px 0; padding: 5px 0; width: 100px; background: url('/images/background.gif') top right; font-weight: bold; color: #0000bb; text-decoration: none; font-size: 13px; text-align: center; border-right: 2px solid #000; border-bottom: 2px solid #000;}
ul#nav li a:hover {color: #ff0000; border: none; border-left: 2px solid #000; border-top: 2px solid #000;}
select.button, input.button, a.button
{
	padding: 4px; font-size: 13px; color: #000; /*border: 1px solid #999;*/
	background:transparent url(../images/button_gradient.png) repeat-x scroll 0pt 0pt;
	border-color:#808080;
	border-style:solid;
	border-width:1px 1pt;
	text-decoration: none;
}
select.button:hover, select.button:focus, input.button:hover, input.button:focus, a.button:hover, a.button:focus
{
	padding: 4px; font-size: 13px; color: #000; /*border: 1px solid #779397; */
	background:transparent url(../images/button_hov_gradient.png) repeat-x scroll 0pt 0pt;
	cursor:pointer;
}

.buttonSO
{ 

	font-size:25px !important;
	cursor:pointer;
} 

