

/*<group=Layout>*/

body
{
	font: 70%/1.5em "Lucida Grande", "Bitstream Vera Sans", Arial, Verdana, sans-serif;
	color: #111;
	margin: 0px;
	padding: 0px;
	background-color: #a4cbda;
	width: 100%;
	background-image: url(images/body_gradient.gif);
	background-repeat: repeat-x;
}

#wrapper
{
	width: 744px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 113px;
	width: 744px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	line-height: normal;
	display: block;
}

#home #header
{
	height: 363px;
	width: 744px;
	background-image: url(images/homeheader.jpg);
	background-repeat: no-repeat;
	line-height: normal;
	display: block;
}

#content
{
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 8px;
	width: 730px;
	padding-top: 0;
	padding-bottom: 10px;
}

#left
{
	padding-right: 10px;
	padding-left: 20px;
	float: left;
	width: 380px;
}

#right
{
	padding-right: 20px;
	padding-left: 10px;
	float: right;
	width: 290px;
	background-color: #eee;
}

#fullwidth
{
	width: 705px;
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 20px;
}

#footer
{
	background-image: url(images/footer.gif);
	width: 724px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	padding-top: 7px;
	text-align: right;
	padding-bottom: 20px;
}

#footer a
{
	font-weight: bold;
	text-decoration: none;
}

#footer, #footer a
{
	color: #6694a5;
}

.readmore
{
	width: 93px;
	height: 19px;
	display: block;
	text-indent: -100000em;
	background-image: url(images/readmore.gif);
}

.imageright
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

img
{
	border-style: none;
}

.section
{
	border-bottom-color: #ddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#hit
{
	font-size: 1.2em;
	padding: 15px;
	background-color: #c3e8f5;
	border-color: #a3cbd9;
	border-width: 1px;
	border-style: solid;
}

#hit p
{
	margin-top: 15px;
}

.huge
{
	font-size: 2em;
}

hr
{
	color: #999;
	background-color: #999;
	height: 1px;
	border-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

#fullwidth hr
{
	margin-left: 15px;
}

#inventory
{
	margin: 10px;
	background-color: #fff;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
	
/*</group>*/

/*<group=Admin>*/

#admin_body
{
	background-image: none;
}

#admin
{
	border-bottom-color: #4090af;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	position: fixed;
	display: block;
	background-color: #77b8d1;
	width: 100%;
}

#admin_inner
{
	padding: 1em;
	height: 10em;
}

#body_fake
{
	background-image: url(images/body_gradient.gif);
	background-repeat: repeat-x;
	padding-top: 12em;
	background-position: left 12em;
}
	
/*</group>*/

/*<group=Links>*/

a:link, a:hover, a:visited
{
	color: #006691;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.clickable_left img
{
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}

.clickable_right img
{
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
	
/*</group>*/

/*<group=Tables>*/

table
{
	border-collapse: separate;
	width: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

td
{
	vertical-align: middle;
}

td.leftcolumn
{
	text-align: right;
	font-weight: bold;
}

td.rightcolumn
{
	text-align: left;
	font-weight: bold;
}

.morespace
{
	padding-top: 1em;
}

.propertable
{
	border-collapse: collapse;
}

.propertable td, .propertable th
{
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
}
	
/*</group>*/

/*<group=Calendar>*/

.calendar td
{
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
}

.calendar th
{
	background-color: #ddd;
	height: 20px;
}

.calendar td.empty
{
	border-style: none;
	background-color: transparent;
}

.calendar caption
{
}

table.calendar
{
	border-collapse: collapse;
	margin-top: 2em;
	float: left;
	margin-left: 15px;
	width: 216px;
}

.clear
{
	clear: both;
	height: 1px;
}

.calendar td, .keyavail
{
	background-color: #c2fa7f;
}

td.notavail
{
	background-color: #eee;
}

td.booked, .keybooked
{
	background-color: #ffb880;
}

.keybooked, .keyavail
{
	width: 1em;
	height: 1em;
	margin-right: 0.2em;
	text-indent: -10000em;
	display: block;
	float: left;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
	
/*</group>*/

/*<group=Typography>*/

h1, h2, h3, p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1
{
	margin-top: 0;
	margin-bottom: 0;
	width: 744px;
	height: 96px;
}

h1 span, h1 a
{
	display: block;
	width: 744px;
	height: 96px;
	text-indent: -10000em;
}

#header p
{
	display: none;
}

h2
{
	font-size: 1.8em;
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 1em;
}

#right h2
{
	font-size: 1.5em;
}

h3, .calendar caption
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.date
{
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0em;
}

ul
{
	padding-left: 2em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.hidden
{
	display: none;
}

.error
{
	font-weight: bold;
	color: #ca1200;
	background-color: #fed4d0;
	border-color: #ca1200;
	border-width: 1px;
	border-style: solid;
	padding: 0.3em 0.3em 0.3em 24px;
	margin-bottom: -0.5em;
	margin-top: 1.5em;
	background-image: url(images/stop.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
	
/*</group>*/

/*<group=Forms>*/

label, input, select
{
	font-weight: bold;
	margin-right: 5px;
}

input, select
{
	font-weight: normal;
}

input
{
	width: 20em;
}

.datefield
{
	width: 7em
}

.tinyfield
{
	width: 2em
}

.namefield
{
	width: 10em;
}

.submit
{
	width: auto;
}

.focused
{
	color: #000;
}

.blurred
{
	color: #666;
}

/*</group>*/

/*<group=Navbar>*/

#navbar_container
{
	width: 730px;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 6px;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
}

#home #navbar_container
{
	background-image: url(images/homeheader_background.jpg);
}

#navbar_container ul
{
	list-style-type: none;
	margin: 0px;
	line-height: 100%;
	font-size: 1.2em;
	padding: 0 0 0 12px;
	background-position: bottom;
}


#navbar_container ul li
 { font-size: 0.8em; background-color: #92d247; margin: 0 2px 0 0; padding: 0; float: left }

#navbar_container ul li a, #navbar_container ul li span
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	color: #333;
}

#navbar_container ul li.selected
{
	background-color: #ffffff;
}

#navbar_container ul li span
{
	background-repeat: no-repeat;
	color: #111;
}

#navbar_container ul li a:hover
{
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Hacks>*/

/* Forces containers to exapnd to full height of floated elements */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0em; 
    clear: both; 
    visibility: hidden;
}

.clearfix
{
	display: inline-table;
	
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/*</group>*/
