@charset "utf-8";


.discounted {
	color: #FF0000;
}

.sold {
	text-transform: uppercase;
	color: #D1C7B1;
	font-weight: normal;
}


.chalet:link, .chalet:visited {
	color: #3D143E;
}
.chalet:hover {
	text-decoration: underline;
}

.chalet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	height: auto;
	width: auto;
	float: left;
	font-weight: bold;
}
.chaletNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	height: auto;
	width: auto;
	float: left;
	font-weight: bold;
	color: #3D143E;
}
.chaletNumberAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #3D143E;
}


.dateStarting {
	color: #3D143E;
	text-align: left;
	text-indent: 5px;
	font-size: 11px;
	font-weight: bold;
}

.dateHighlight {
	color: #3D143E;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}

.dateHeader {
	font-weight: bold;
	text-transform: uppercase;
	color: #3D143E;
	font-size: 14px;
	vertical-align: bottom;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E4F6E;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 0px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A99A6F;
	height: 22px;
	width: 895px;
	text-align: left;
	text-indent: 5px;
}

