/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCC99;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 175%;
	font-weight: bold;
}
h3 {
	font-size: 150%;
	font-weight: bold;
}
h4 {
	font-size: 125%;
	font-weight: bold;
}

a {
	color: #669966;
	text-decoration: none;
}

#content {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 20px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#cottage_sketch {
	float: right;
	padding-right: 20px;
}
#title {
	padding-left: 20px;
	color: #669966;
}
#menu_old {
	width: 100%;
	height: 25px;
	display: table-row;
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	border-top: 1px solid #669966;
}
#menu {
padding: 0;
margin: 0;
list-style-type: none;
width: 100%;
text-align: center;
	border-top: 1px solid #669966;
}

#menu_old li {
	display: table-cell;
	text-align: center;
	line-height: 50px;
	float: left;
}
#menu li {
	display: inline;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu>li:hover {
	background-color: #FFFFCC;
	color: #669966;
}
#menu>li:hover>a {
	color: #669966;
}
#menu>li>a {
	text-decoration: none;
	color: #669966;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.current {
	background-color: #669966;
	color: #FFFFCC;
}
#menu>li.current>a {
	color: #FFFFCC;
}
#main {
	padding: 20px;
}
#footer {
	font-size: 85%;
	background-color: #CCCC99;
	margin: 0px;
	padding: 20px;
	text-align: center;
}
#table_photos * tr {
	border-top: 1px solid #000000;
}
#images_table {
	border-collapse: collapse;
}
#images_table td {
	width: 160px;
	height: 160px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #669966;
}

.calendar-month {
	font-size: 200%;
}
table.calendar td {
	font-size: 125%;
	text-align: center;
	vertical-align: middle;
}
.booked {
	/**
	background-color: #669966;
	color: #FFFFCC;
	**/
}
.notbooked {
	background-color: #669966;
	color: #FFFFCC;
}