/* Normalize */
ul,li,div,ol,blockquote,p,div,span,address,h1,h2,h3,h4,h5,form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul,ol,li {
	list-style: none;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

/* Backgrounds */
a:link, a:visited, a:hover {
	background: transparent;
}

/* Base Styles */
body {
	background: url(/images/bodyback.gif) top center repeat-y #90635F;
	color: black; 
	font-family: verdana,sans-serif; 
	font-size: 100%; 
	text-align: center;
	margin: 0;
}
#container {
	width: 760px; 
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#top_img {
	width: 760px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}
#top_img a:link, #top_img a:visited, #top_img a:hover {
	display: block;
	width: 760px;
	height: 100px;
	text-indent: -9999px;
	text-align: left;
	background: url(/images/top.jpg) top left no-repeat;
}
#top_img span {
	font: bold 12px Verdana;
	width: 148px;
	height: 20px;
	border: 0 solid black;
	text-align: center;
	position: absolute;
	padding-top: 4px;
	right: 15px;
	top: 26px;
	color: #990000;
}

.body {
	margin: 0;
	background: white;
	padding: 10px;
	overflow: hidden;
	width: 740px;
}

a:link, a:visited {
	color: #0000EE; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}
.display {
	display: block;
}

/* Menu */
#menu {
	background: #CAD2DD url(/images/menu_back.jpg) top left no-repeat; 
	font: 80% Verdana;
	padding: 5px 2px 0; 
	width: 760px; 
	overflow: hidden;
}
#menu.nonSelected {
	padding: 5px 2px 1px;
}
#menu li {
	float: left;
	background: url(/images/button_left.gif) top left no-repeat;
	padding: 0 0 0 5px;
}
#menu li a:link, #menu li a:visited {
	background: url(/images/button_right.gif) top right no-repeat;
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 5px 10px 2px 6px;

}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.selected {
	background: url(/images/button_left_on.gif) top left no-repeat; 
	padding: 0 0 0 9px;
}
#menu li.selected a:link, #menu li.selected a:visited, #menu li.selected a:hover {
	background: url(/images/button_right_on.gif) top right no-repeat;
	font-weight: bold; 
	padding: 5px 15px 3px 6px;
}


/* Secondary Nav */
#secondaryNav {
	background: white;
	padding: 0 0 10px;
}
#secondaryNav p, #search #secondaryNav p {
	margin: 0;
	padding: 0 0 .2em;
	font: 70% Verdana;
	color: black;
}
#secondaryNav a {
	color: black;
}
#secondaryNav h2, #search #secondaryNav h2 {
	background: none;
	width: auto;
	border: 0;
	font: bold 140% Arial;
	color: black;
	padding: 0;
	margin: 0;
}
#secondaryNav h2 a:link, #secondaryNav h2 a:visited, #secondaryNav h2 a:hover {
	text-decoration: none;
}

/* FOOTER */
#footer {
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #CFBFBF;
	font: 70% arial,sans;
	padding-bottom: 1em;
	overflow: hidden;
	position: relative;
	height: 35px;
}
#footer #snake {
	width: 200px;
	padding: 3px 10px 10px 0;
	float: right;
	text-align: right;
}
#snake a:link, #snake a:visited, #snake a:hover {
	color: #006B13;
}
#topLink {
	display: block;
	width: 67px;
	height: 25px;
	background: url(/images/topLink.gif) top left no-repeat;
	text-indent: -9999px;
	text-align: left;
	position: absolute;
	left: 400px;
	top: 4px;
}
#footer #office {
	width: 450px;
	padding: 3px 0 10px 10px;
	float: left;
	text-align: left;
}
#footer #office span{
	display: block;
	padding: 0;
}
#footer #office a:link, #footer #office a:visited, #footer #office a:hover {
	font-weight: bold;
	color: black;
}

/* TOOL TIPS */
.tip {
	background: white;
	z-index: 13000;
	padding: 3px 5px;
	border: 1px solid #2E5134;
	font: bold 70% Arial;
}
 
.tool-text {
	
}


/* AVAILABILITY */
.availabilityCalendar {
	position: relative;
	margin: 1.5em 0 30px;
	overflow: auto;
}
.availability p {
	font: 80% verdana;
}
.availabilityCalendar .leftArrow {
	width: 24px;
	height: 24px;
	background: url(/images/css/arrowLeft.gif) top left no-repeat;
	float: left;
	text-indent: -9999px;
}
.availabilityCalendar .rightArrow {
	width: 24px;
	height: 24px;
	background: url(/images/css/arrowRight.gif) top left no-repeat;
	float: right;
	text-indent: -9999px;
}
.availabilityCalendar .monthHeader {
	font: bold 16px Arial;
	padding: 0 0 5px;
	text-align: center;
	overflow: auto;
}
.calendarContainer {
	clear: both;
}
.availabilityCalendar table {
	clear: both;
	width: 740px;
}
.availabilityCalendar th {
	border: 0;
	padding: 2px 0;
	background: #5C5C5C;
	color: white;
	border-bottom: 1px solid white;
	text-shadow: -1px 1px 1px rgba(0,0,0,.4);
	text-align: center;
}
.availabilityCalendar th.Monday {
	background: #707070;
}
.availabilityCalendar th span {
	font: 11px Verdana;
	display: block;
	padding: 1px 0;
	text-align: center;
}
.availability th.cabinName {
	width: 200px;
}
.availability th.cabinName span{
	display: block;
	padding-right: 5px;
	font: bold 11px Verdana;
	text-align: right;
}

.availabilityCalendar th span.number {
	font-weight: bold;
}
.availabilityCalendar td.day {
	border: 1px solid white;
	padding: 0;
	background: #DAE7DB;
	width: 18px !important;
	height: 18px !important;
	overflow: hidden;
}
.availabilityCalendar td.blank {
	background: #E0E0E0;
	width: 18px;
}
.availabilityCalendar td.past {
	background: #E0E0E0;
	color: #C9C9C9;
	text-decoration: line-through;
	width: 18px;
}
.availabilityCalendar td.past span, .availabilityCalendar td.booked span{
}
.availabilityCalendar td.booked {
	background: url(/images/css/icons/notAvailable.gif) 4px 4px no-repeat #E7DBDA !important;
}
.availabilityCalendar td.available {
	background: url(/images/css/icons/available.gif) 3px 4px no-repeat #DAE7DB !important;
}
.availabilityCalendar td a:link, .availabilityCalendar td a:visited {
	display: block;
	width: 15px;
	height: 18px;
}
.availabilityCalendar td a:hover {
}
.availabilityCalendar td.cabinName {
	font: 11px Verdana;
	background: none !important;
}
.availabilityCalendar td.cabinName a:link, .availabilityCalendar td.cabinName a:visited, .availabilityCalendar td.cabinName a:hover {
	color: #2E2E2D;
	display: inline;
	width: auto;
	height: auto;
}

.calendarKey {
	clear: both;
	font: 12px Arial;
	text-align: center !important;
	padding: 8px 0;
	font-weight: bold;
	width: 100% !important;
}
.calendarKey span {
	margin: 0 5px;
	padding: 3px;
}
.calendarKey .booked {
	background: #E7DBDA !important;
	color: red !important;
	text-decoration: line-through !important;
	font-weight: normal;
}
.calendarKey .available {
	background: #DAE7DB;
	color: #008800;
	font-weight: normal;
}

