/* Text CSS */
h1 {
	display: block;
	font-size: 3em;
	font-weight: bold;
	color: #6E7D5A;
	margin-bottom: 30px;
}

h1 a {
	font-size: 2em;
	color: #6E7D5A;
	font-family: georgia, "Times New Roman", arial, helvetica, verdana, sans-serif;
}

h1 a:hover {
	color: #AFB5A0;
}

h2 {
	color: #AFB5A0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	color: #AFB5A0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4, h5, h6 {

}

p {
	color: #6E7D5A;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin: 0px 0px 0px 20px;
}

li {
	list-style: disc;
	color: #6E7D5A;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

a {
	color: #6E7D5A;
	text-decoration: none;
	font-weight: bold;
}

.content_box a {
	color: #6E7D5A;
}

a:hover {
	color: #AFB5A0;
}

.menu {
	font-style: italic; 
	font-family: "times new roman", arial, helvetica, verdana, sans-serif;
}

hr {
	height: 1px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #D2D6CB;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
}

.yummy {
	color: #FF0000;
	font-size: 0.7em;
}

.next_arrow {
	float: right;
	position: absolute;
	top: 180px;
	left: 220px;
}

/* Alignment Styles */

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}


/* Form Styles */

form {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px 0 10px 0;
	overflow: hidden;
	padding: 5px;
}

form h1, form h2, form h3 strong {
	color: #FFFFFF;
}

form h3 {
	color: #6E7D5A;
}

form a {
	color: #6E7D5A;
}

form fieldset {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #6E7D5A;
	margin: 10px 5px 20px 5px;
	padding: 5px 5px 10px 5px;
}

form fieldset legend {
	background-color: #6E7D5A;
	font-size: 2em;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #6E7D5A;	
	margin: 0px 0px 10px 0px;
}

form label {
	margin: 8px 8px 0 8px;
	float: left;
	display: block;
	width: 150px;
	font-size: 1.2em;
	font-weight: bold;
	color: #454545 !important;
	line-height: 1.6em;
}

form label.validation {
	width: auto;
	font-weight: normal;
}

form input {
	margin: 4px;
	float: left;
	display: block;
	width: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form input.small {
	width: 80px;
}

form input.checkbox {
	margin: 10px 4px 10px 4px;
	float: left;
	display: block;
	width: auto !important;
	border: none;
	padding: 2px 2px 2px 2px;
}

form input.checkbox:hover {
	border: none;
}

form textarea {
	margin: 4px;
	float: left;
	display: block;
	width: 380px;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form .readonly {
	background-color: #DDDDDD;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
	background-color: #EEEEEE;
}

form select {
	margin: 4px;
	float: left;
	display: block;
	width: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form select:hover, form select:focus {
	background-color: #EEEEEE;
}

form select.small {
	width: 80px;	
}

form .button {
	clear: both;
	display: block !important;
	float: none !important;
	margin: 5px 5px 0 5px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	background-color: #AFB5A0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4m;
	border-style: solid;
	border-width: 1px;
	border-color: #6E7D5A;
}

form .button:hover, form .button:focus {
	background-color: #6E7D5A!important;
	color: #FFFFFF;
	cursor: pointer;
}

form .hidden {
	border: none;
	padding: 0px;
	display: none;
}

form br {
	clear: both;
}

form .autolen {
	width: auto !important;
}


table.calendarbox{
	text-align: center;
}
table.calendarbox td{
	border: 1px solid #D6EBD6;
	background-color:#FFFFFF;
	padding: 2px;
	vertical-align: top;
}
table.calendarbox td.nav{
	border: 0;
}

/* Calendar Styles */

.availability_chart { clear: both; margin: 0px 0px 0px 110px; }

table.calendar {border: 0;}
table.calendar td, th {text-align: center; border: 0; padding: 2px;}
table.calendar th {height: 10px; font-size: 7pt; background-color: #EAF6E9;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt; /* padding: 1px;*/}

table.calendar .calendar-month {font-weight: bold; color: #017F52/*margin-top: 3px;*/ font-size: 12pt; text-align: center; background-color: #F8FCF8;}
table.calendar .calendar-month a{text-decoration: none;}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}

table.calendar th {text-align: center;}
table.calendar td.linked-day, table.calendar td.booked-day {font-size: 9pt;}
table.calendar td.booked-day, .booked-day {color:#FFFFFF; background-color:#A61F25;}
table.calendar td.pending-day, .pending-day {color:#FFFFFF; background-color:#999999;}
