body {
	margin: 0;
	padding: 0;
	font: 9pt Arial, sans-serif;
	color: #333;
}

h1 {
	font-size: 14pt;
	text-align: center;
}

.grid {
	border-collapse: collapse;
	width: 100%;
}

.grid caption {
	font-size: 14pt;
	padding: 5px 0;
	font-weight: bold;
}

.grid th {
	border-top: 1px solid #D0D0D0;	
	border-left: 1px solid #D0D0D0;	
	text-align: center;
	background: #f4f4f4;
	font-size: 8pt;
	padding: 5px 2px;
	margin: 0;
	width: 16px;
}

.grid th.room {
	font-size: 11pt;
}

.grid td {
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;	
	vertical-align: top;
	text-align: center;
	padding: 5px 2px;
	margin: 0;
	background: #f4f4f4;
	width: 16px;
}

.grid .room {
	padding: 5px 0 5px 5px;
	width: 127px;
	text-align: left;
}

.grid .chalet {
	padding: 5px;
	background: #F0F0F0;
	font-weight: bold;
	text-align: left;
	border-left: none;
}

.grid .we {
	background: #e9e9e9;
}

.grid .key {
	text-align: left;
	padding: 5px;
	font-size: 8pt;
	background: #FFF;
}

.grid .powered {
	background: #FFF;
	text-align: right;
	padding: 5px;
	font-size: 8pt;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

.d {
	display: block;
	color: #999;
}

td.chalet_full {
	background: #000;
}

td.chalet_space {
	background: url('../_images/backgrounds/chalet_space.gif') top left;
}
