/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fcfcf9;
}
.BgColor3 {
	background-color:#8f5a49;
}
.BgColor4 {
	background-color:#dee2cb;
}
.CalendarBg1 {
	background-color:#bc882b;
}
.CalendarBg2 {
	background-color:#8f5a49;
}

.MenuBg {
	background: url(../images/link_bg.gif) no-repeat bottom;
	width:195px;
	height:35px;
}
.BoxSpacer {
	background: #FFFFFF url(../images/box_bg_spacer.gif) top repeat-x;
}
.LeftBottomImg {
	background:#daedf9 url(../images/left_bottom_img.jpg) bottom no-repeat; 
	padding-bottom:237px;
}
.MenuBgImg {
	background:#daedf9 url(../images/menu_bg.gif) top no-repeat;
}
.HeadingBg {
	background:url(../images/amenities_heading_bg.gif) right no-repeat;
}
.LineSpacer {
	background:url(../images/line_spacer.gif) center repeat-x;
	height:5px;
}
.HorDotted {
	background:url(../images/hor_dotted.gif) center repeat-x;
}
.VerDotted {
	background:url(../images/ver_dotted.gif) center repeat-y;
}
.Border {
	border:1px solid #dee2cb; 
}
.DivBorder {
	border-bottom:1px solid #242527;
}
.HolidayBg {
	background-image:url(../images/holidaytips.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.CalendarBorder {
	border:1px solid #000000; /*dee2cb*/
}

