/* Generic settings */
body {
	font-family: arial, sans-serif;
	color: #474747; 
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: #DBDFDB;
	text-align: left;
	line-height: 18px;
}
.pageHeader {
	width: 745px;
	height: 127px;
	background: url(../images/page_header.jpg) 0 0 no-repeat;
	overflow: hidden;
}
.pageMenu {
	text-align: right;
	margin-right: 27px;
	margin-top: 94px;
	font-weight: bold;
}
.edges {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/page_edges.gif) 0 0 repeat-y;
	overflow: auto;
}
.menuDivider {
	padding-left: 6px;
	padding-right: 6px;
}
.adminTitle {
	margin-left: 390px;
	margin-top: 94px;
	font-weight: bold;
}
ul {
	margin-top: 7px;
	margin-bottom: 7px;
}
li {
	line-height: 28px;
}
.center {
	text-align: center;
}
.dispInline {
	display: inline;
}
.redText {
	color: #FF0000;
}
.fullWidth {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.topPad10 {
	padding-top: 10px;
}
.topPad20 {
	padding-top: 20px;
}
.botPad30 {
	padding-bottom: 30px;
}
.rightImages {
	float: right; 
	margin-right: 55px;
	margin-bottom: 18px;
	display: inline;
}

/* Prices page */
table.prices td {
	border: 1px solid #D9E3D5;
}

table.prices th {
	background: #A2ADBC;
	color: #FFFFFF;
}
tr.subHead {
	background: #D9E3D5;
	font-weight: bold;
}

/* Availability pages */
.calendar {
	width: 484px;
	margin: 0 auto;
}
.month {
	width: 200px;
	float: left;
	padding: 0px 20px 20px 20px;
}
.yearSelect {
	padding: 20px 0 30px 0;
	text-align: center;
}
th.calendar {
	padding: 3px 0 3px 0;
	background: #A2ADBC;
	color: #FFFFFF;
}
tr.adminHeight {
	height: 40px;
}
td.weekDays {
	padding: 3px 0 3px 0;
	background: #D9E3D5;
}
td.booked {
	background: #FFAAAA;
	color: #FFFFFF;
}

/* Heading formats */
h1 {
	color: #678B58;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 150%; 
	font-weight: bold;
}
h2 {
	color: #678B58;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 120%; 
	font-weight: bold;
}

/* Paragraph formats */
p {
	margin-top: 0px;
	margin-bottom: 11px;
}

/* Home page */
.mainText {
	float: left; 
	width: 370px;
	margin-left: 50px;
	margin-top: 25px;
	padding-bottom: 12px;
	display: inline;
}

/* The Cottage page */
.cottageText {
	width: 420px;
}
.thumbText {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.topThumb {
	text-align: center;
	margin-top: 17px;
}
.thumbs {
	text-align: center;
	margin-top: 25px;
}
.cottageThumbs {
	float: right;
	display: inline;
	width: 227px;
	margin-right: 25px;
	margin-bottom: 18px;
	padding-bottom: 27px;
	background: url(../images/thumbs_background.gif) 0 0 repeat-y;
}
img {
	border: 0px;
}

/* Page footer */
.pageFooter {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
}
.footerText {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2px;
 	padding-bottom: 20px;
	font-size: 85%;
	line-height: 20px;
}
.footerMenuText {
	padding-left: 5px;
	padding-right: 5px;
}

/* Link formatting */
a:link    {color: #678B58; text-decoration: none;}
a:visited {color: #678B58; text-decoration: none;}
a:active  {color: #678B58; text-decoration: none;}
a:hover   {color: #678B58; text-decoration: underline;}

a.menu:link    {color: #4D4C4C; text-decoration: none;}
a.menu:visited {color: #4D4C4C; text-decoration: none;}
a.menu:active  {color: #9663C4; text-decoration: none;}
a.menu:hover   {color: #677562; text-decoration: none; background-color: #DAD9D0;}

a.menuSelected:link    {color: #678B58; text-decoration: none;}
a.menuSelected:visited {color: #678B58; text-decoration: none;}
a.menuSelected:active  {color: #678B58; text-decoration: underline;}
a.menuSelected:hover   {color: #678B58; text-decoration: none;}

a.footer:link    {color: #474747; text-decoration: none;}
a.footer:visited {color: #474747; text-decoration: none;}
a.footer:active  {color: #474747; text-decoration: none;}
a.footer:hover   {color: #474747; text-decoration: underline;}