html {
	height: 100%;
}

img {
	border: none;
}

body {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times ;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	z-index: 0;
}

div.wrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.leftpanel
{
	float: left;
	width: 530px;
	border: 2px solid black;
	text-align: left;
}

div.leftpanel table tr {
	padding-bottom: 6px;
}

p.introbox {
	font-size: 14pt;
	margin-left:10px;
	font-style: italic;
	text-align: center;
}

span.large {
	font-size: 160%;
}

div.treelogo {
	background-image: url(css_images/treelogo.jpg);
	width: 280px;
	height: 191px;
	margin-left: 120px;
}

div.rightpanel {
	float:left;
	position: relative;
	width: 390px;
	text-align: center;	
	margin-left: 2px;
}

div.rhimage {
	margin-left: auto;
	margin-right: auto;	
}

div.gallery {
	margin: 20px;
	text-align: center;
	width: 100%;
}

div.gallery img {
	border: none;
	margin: 20px;
}

table.gallery {
	border: solid 1px lightgrey;
	border-collapse: collapse;
}

table.gallery td {
	border: none;
	padding: 2px;
}

table.gallery td img {
	border: 1px solid lightgrey;
	background-color: #FFFFAC;
	padding: 2px;
}


table.calendar {
	border: 2px solid cornflowerblue;
	width: 90%;
	font-weight: bold;
	margin-left: 40px;
}

table.calendar td {
	color: #0C84CB;
	vertical-align: top;
	border-bottom: 2px silver solid;
	border-right: 2px silver solid;
	width: 100px;
	font-size: 80%;
}

table.calendarday {
	border: 2px solid cornflowerblue;
	width: 90%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

tr.dbooked td {
	background-color: #FF7575;
}

table.calendarday td {
	color: #0C84CB;
	vertical-align: top;
	border-bottom: 2px silver solid;
	border-right: 2px silver solid;
	width: 30%;
	font-size: 100%;
}

table.calendar td a, table.calendarday td a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

table.calendar td a:hover, table.calendarday td a:hover {
	background-color: #C7F5E7;
}

td.room {
	height: 200px;
	overflow: auto;
}

td.room div.heading {
	width:100%;
	font-size: 120%;
	font-weight: bold;
	color: White;
	background-color: #0C84CB;
}

td.room div.booking {
	width:100%;
	font-size: 100%;
	font-weight: normal;
	color: black;
	background-color: white;
}


td.weekday {
	background-color: White;
	height: 100px;
}

td.weekend {
	background-color: #FFFF80;
	height: 100px;
}

td.weekdaytitle {
	background-color: White;
	height: 15px;
}

td.weekendtitle {
	background-color: #FFFF80;
	height: 15px;
}

div.plaque {
	position: relative;
	float: left;
	width: 450px;
	height: 300px;
	background-color: white;
}

/*********************** left column ***********************/
div.leftwrapper {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

iframe.qbook_booking {
	width: 300px;
	height: 300px;
	border: none;
}	

div.lefthead {
	background-image: url(css_images/brownhead300.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:40px;
	width:310px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;	
}

div.leftbody {
	background-image: url(css_images/brownbody300.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	width:300px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 25px;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;	
}

div.leftfoot {
	background-image: url(css_images/brownfoot300.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:6px;
	width:300px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 25px;
	margin-left: auto; 
	margin-right: auto;	
}

/*********** photo frame **********************************/

div.photoframe {
	float: right;
	position:relative;
	margin-right:20px;
	margin-top: 10px;
	width:450px;
	height:300px;
	background-image: url(css_images/picframes.gif);
	background-position: top right;
	background-repeat: none;
}

div.photoframe img#photo {
	position: absolute;
	left: 35px;
	top: 29px;
	width: 377px;
	clip: rect(0px,377px,240px,0px);
	background-color: blue;
}

div.clearboth {
	clear: both;
	width:100%;
}

/*************************** start menu ***************************/

div#menuwrapper {
	clear: both;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#main_menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: 22px;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

#main_menu li {
	float: left;
	display: inline;
	/*width: 100px;*/
	padding-left: 10px;
	padding-right: 0px;
	font-size: 90%;
}
#main_menu li a, #main_menu li a:visited {
	display: block;
/*	width: 100px;*/
	height: 24px;
	color: black;
	font-size: 1.1em;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	background-color: #CEB58C;
}

#main_menu li a:hover, #main_menu li a.selected {
	background-color: #BC9F3D;
}
 
#main_menu li a:active, #main_menu li a:focus {
	background-color: #CEB58C;
} 

/*************************** end menu ***************************/

div.menu ul {
	height: 20px;
	background-color: #C1F33F;
	margin: 0px;
	padding: 0px;
}

div.menu a.menuitem {
	font-weight: bold;
	text-decoration: none;
	color: #A09725;
	padding-left: 20px;
	padding-right: 20px;
}

div.menu a.menuitem:hover {
	font-weight: bold;
	text-decoration: underline;	
}

.title {
	margin-top: 30px;
	margin-left: 30px;
	display: block;
	font-size: 40pt;
	letter-spacing: 3px;
	font-weight: normal;
	font-style: normal;
}

.subtitle {
	margin-top: 30px;
	margin-left: 30px;
	display: block;
	font-size: 24pt;
	letter-spacing: 3px;
	font-weight: normal;
	font-style: normal;
}

textarea.message {
	font-family: "MS Sans Serif", Geneva, sans-serif;	
}

div.adminwrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

p.content {
	font-size: 12pt;
}

p.content:first-letter {
	font-size: 22pt;
}

div.imgholder {
	margin-left:50px;
	width: 900px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	text-align: center;
}

img.framed {
	border-right: 10px solid white;
	border-left: 10px solid white;
	width: 200px;
	height: 200px;
}

/*****
div.footer {
	width: 100%;
	border-top: 2px solid silver; 
	font-size: 8pt;
	color: Gray;
	font-weight: bold;
}
*******/

div.footer {
	clear: both;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: sans-serif;
	color: Gray;
	font-weight: bold;
	text-align: left;
}

div.footer a {
	text-decoration: none;
	color: Gray;
}

div.footer a:hover {
	text-decoration: underline;
	color: black;
}

table.availability {
	width: 300px;
}


form {
	margin-bottom: 0px;
}

input.but {
	margin: 0px;
	background-color: #BC9F3D;/* #1176BD; #8B5547; */
	color: white;
}

input.roomcount {
	width: 100px;
}

.error {
	color: #C8201C;
	font-weight: bold;
}

/* Admin styles */

div.menu {
	background-image: url(css_images/menu_0.gif);
	border-top: solid 1px white;
	border-bottom: solid 1px black;	
}

div.menu a {
	padding: 2px 10px 2px 10px;
	color: white;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}


div#pricebox {
	margin: 20px 20px 0px 0px;
	float: right;
	width: 580px;
}

div#map {
/* 	border: solid black 3px;	 */
	height: 350px;
	margin-top: 20px;
} 

div#pricebox {
	background-color: #b1671f;
	background-image: url(css_images/brown_500.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	color: white;
	font-size: 100%;
	padding: 20px;
}

div#bottombox {

	float: left;
	margin: 10px;
	width: 710px;
	padding: 3px;
	color: white;
	text-align: left;
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	background-color: #b1671f;
	background-image: url(css_images/brown_100.gif);
	background-position: top;
	background-repeat: repeat-x;
}

div#creditbox {
	position: relative;
	float: right;
	padding: 3px;
	margin: 10px 10px 0px 0px;
	background-color: transparent;
}

div#creditbox img{
	border: none;
	clear: right;
}



div#pricebox table {
	width: 100%;
	text-align: left;
	color: white;
	font-size: 120%;
	font-style: italic;
}

/*
div#leftimg, div#room1, div#room2, div#room3 {
	background-color: transparent;
	padding: 0px;
	margin: 20px 0px 20px 20px;
	color: white;
	border: solid 1px silver;
	overflow: hidden;
}
*/
div#leftimg {
	width: 360px;
	height: 238px;
}

div#room1 {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 275px;
	height: 206px;
	z-index: 5;
}

div#room2 {
	position: absolute;
	left: 77px;
	top: 440px;
	width: 275px;
	height: 206px;
}

div#room3 {
	position: absolute;
	top: 245px;
	left: 20px;
	width: 180px;
	height: 270px;
	z-index: 5;
}

div#room4 {
	position: absolute;
	top:140px;
	width: 180px;
	left: 255px;
	height: 270px;
	z-index: 7;
}


div#leftimg img, div#room1 img, div#room2 img, div#room3 img {
	height: 100%;
}

div#addressbox {
	float: left;
	clear: left;
	margin: 10px 0px 0px 20px;
	width: 300px;
	height: 100px;
	padding: 3px;
	text-align: left;
	font-style: italic;
	font-size: 25px;
	font-weight: normal;
}

div#addressbox p {
	margin: 3px;
}

div#addressbox a {
	text-decoration: none;
	font-size: 80%;
}

div#addressbox a:hover {
	text-decoration: underline;
}


p.admintitle {
	margin-top:0px;
	padding-top: 5px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
}

div.adminheader {
	background-image: url(css_images/headerback.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: white;
	height: 2em;
	font-size: 1.7em;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	
}

div.rhpic {
	position: absolute;
	left: 280px;
	width: 710px;
	top: 0px;
	z-index: 3;
}

div.maintitle {
	font-size: 80px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 135px;
	color: black;
	text-align: left;
}

div.subtitleleft {
	float: left;
	color: white;
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
	color: White;
	width: 250px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	margin:0px;
}

div.subtitleright {
	float: left;
	color: black;
	font-size: 50px;
	font-weight: normal;
	font-style: italic;
	color: Black;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

div.imagebox {
	position: relative;
	width: 500px;
	height: 450px;
	float: left;	
}

div.leftimagetop, div.leftimagebottom {
	position: absolute;
	background-color: transparent;
	width: 500px;
	height: 300px;
	z-index: 1;
	border: none;
	text-align: left;
}

div.leftimagetop {
	left: 10px;
	top: 10px;	
}

div.leftimagebottom {
	left: 40px;
	top: 100px;
}

div.leftimagetop img, div.leftimagebottom img {
	height: 100%;
}

div.breakfastmenu {
	font-family: Comic Sans MS, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
	text-align: center;
}

div.breakfastmenu p {
	margin: 6px;
}

div.breakfastmenu span.title {
	color: #0002F9;
	font-family:  Monotype Corsiva, Georgia, "Times New Roman", Times, cursive;
	font-size: 200%;
	font-style: italic;	
}

div.guestList {
	visibility: hidden;
	height: 150px;
	overflow: auto;
	background-color: #F0E68C;
	color: black;
	z-index: 20;
	position: absolute;
	border: solid 2px black;
}

div.guestList table {
	text-align: left;
	border: solid 1px silver;
	border-collapse: collapse;
}

div.guestList table tr {
	border-bottom: solid 1px silver;
	cursor: pointer;
}

div.guestList table td {
	padding-right: 10px;
	padding-left: 10px;
}

div#booking {
	position: absolute;
	top: 100px;
	left: 350px;
	width: 260px;
	height: 260px;
	z-index: 100;	
	background-color: transparent;
	visibility: hidden;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div#booking div.close {
	display: black;
	margin-left: 160px;
	margin-top: 20px;
	padding: 5px;
	color: black;
	font-weight: bold;	
	background-color: white;
	border: solid 1px darkgrey;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



