table#lodge_calendar{
	background: #AA9D8C;
}

table#lodge_calendar thead tr th,table#lodge_calendar tfoot tr th{
	padding:4px 0;
	text-align:center;
	background:#AA9D8C;
	color:#fff;
}

table#lodge_calendar tr th{
	text-align:right;
	background:#FFF6E8;
	padding:0;
}

table#lodge_calendar tr td{
	background:#FFFAF4;
	padding:0;
}

a.calendar_link{
	display:block;
	width:90px;
	height:200px;
	color:#000;
	text-decoration:none;
	padding:5px;
}

a.calendar_link:hover{
	text-decoration:none;
	background:#FFFFBF;
}

a.calendar_link:visited{
	text-decoration:none;
}

a.calendar_link span.sales{
	border-bottom:thin solid #333;
	font-weight:bold;
	margin-top:5px;
}

span.availability{
	color:green;
	font-weight:bold;
	text-align:center;
}

span.unavailability{
	color:red;
	font-weight:bold;
	text-align:center;
}