body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	colour: #333333;
	scrollbar-face-color:#CC0000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FF8080;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
/* tblSpacer is used to control spacing between tables. Rather than using a library item which would require multiple page updates when chnaged, using a css entry means chnages can be made without having to update multiple pages and re-publishing */
.tblSpacer {
	BORDER: none;
	font-size: 5px;
	height: 8px;
	padding: none;
	width: 100%;
	}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660066;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660066;
}
a:hover {
	background-color:#FC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.tableBorderBlue {
    BORDER-BOTTOM: #3366CC 1px solid;
	BORDER-LEFT: #3366CC 1px solid;
	BORDER-RIGHT: #3366CC 1px solid;
	BORDER-TOP: #3366CC 1px solid;
}
.tableBorderLeftFFCC00 {
    BORDER-LEFT: #FFCC00 1px solid;
}
.tableHeaderTextRev {
    font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.tableHeaderTextSmallRev {
    font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.tableRowShadeBlue {
    background-color: #3366CC;
}
.tableRowShadeGreen {
    background-color: #669933;
}
.tableRowShadePhoto {
    background-color: #FFCC00;
}
.tableRowShadeYellow {
    background-color: #FFCC00;
}
.textContents unused{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left:10px;
}
.textDate {
	color: #E71810;
}
/* The entries under the Calendar section below are required to control the Calendar Availability display across multiple websites. */
/* tblCalendarHolder controls the overall table that the individual calendar months are held within */
.tblCalendarHolder {
    BACKGROUND-COLOR: #FFFFFF;
	border: none;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	width: 570px;
	}
/* tblCalendarMonth controls the individual calendar month table background color, text size, text color */
.tblCalendarMonth {
    BACKGROUND-COLOR: #FFFFFF;
	border: none;
	border-collapse: collapse;
	color: #000000;
	font-weight: normal;
	text-align: center;
	width: 140px;
	}
/* tdCalendarMonth controls the font color, font size and font weight of the calendar month display. Font family, size and weight is controlled by tblCalenderMonth */
.tdCalendarMonth {
    border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
	background-color: #999999;
	color: #FFFFFF;
	}
/* tdCalendarBlank controls the table cell display where no day, availability is required. Width is controlled by tdCalendarDay. */
.tdCalendarBlank {
    border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
	background-color: #CCCCCC;
	}
/* tdCalendarDay controls the table cell display for Monday thru Sunday days of the week. Background color is controlled by tblCalendarMonth. */
.tdCalendarDay {
    border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
	color: #000000;
	width: 20px;
	}
/* tdCalendarDayAvl controls the table cell display for an available date. Width is controlled by tdCalendarDay. */
.tdCalendarDayAvl {
    background-color: #00FF00;
	border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
	}
/* tdCalendarDayBkd controls the table cell display for an available date. Width is controlled by tdCalendarDay. */
.tdCalendarDayBkd {
    background-color: #FF0000;
	border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
	}
/* tdCalendarDayChg controls the table cell display for an changeover date. Width is controlled by tdCalendarDay. */
.tdCalendarDayChg {
    background-color: #FFFF00;
	border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
	}
/* tblCalendarKey controls the display of the calendar key above the calendars */
.tdCalendarKey {
    background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	}
/* tblCalendarTitle controls the display of the title bar above the calendars */
.tdCalendarTitle {
    background-color: #999999;
	color: #000000;
	font-size: 12px;
	text-align: center;
	}
/* End Calendar Controls */
/* .tblPropertyDescription sets the table background color, border and table width for the table that holds property features. This WILL be used for included PHP pages. */
.tblPropertyDescription {
	background-color: #FFFFFF;
	BORDER-TOP: #3366CC 1px solid;
	BORDER-BOTTOM: #3366CC 1px solid;
	BORDER-LEFT: #3366CC 1px solid;
	BORDER-RIGHT: #3366CC 1px solid;
	width: 570px;
	}
/* .txtCapacity sets the cell background color, the font color, the font weight and the text alignment. Also used for background color on some floor plan pages. This WILL be used for included PHP pages. */
.txtCapacity {
    background-color: #FFCC00;
	color: #333333;
	font-weight: bold;
	text-align: center;
	}
/* .txtHeaderRev sets the cell background color, the font color, the font weight and the text alignment. This WILL be used for included PHP pages. */
.txtHeaderRev {
    background-color: #3366CC;
	color: #FFCC00;
	font-weight: bold;
	text-align: center;
	}