h/* @override http://0.0.0.0:3000/stylesheets/public-screen.css */

/*
#   (c) 2007 Beanlogc Limited
*/

/* RESET SOME STUFF
------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
/*address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}*/
ul {list-style:none;}
/*caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}*/

/* SOME DEFAULTS
------------------------------*/

a
{
    color: #223B6C;
    outline: none;
}

a:hover
{
    background-color: #223B6C;
    color: white;
}

.breaker
{
    clear: both;
    font-size: 1%;
    overflow: hidden;
}

/* TYPOGRAPHY
------------------------------*/

body
{
	  font-family: Arial, Verdanna, "Trebuchet MS", sans-serif;
    font-size: 12px;
    opacity: 0.99999;
}

body.large
{
	font-size: 13px;
}

body.huge
{
	font-size: 15px;
}

h2
{
    text-transform: uppercase;
    font-size: 120%;
    margin: 0 0 .75em 0;
    line-height: 20px;
}

h3
{
	font-size: 1.1em;
	margin: .9em 0;
}

h4
{
	font-size: 1em;
	margin: 1em 0;
}

#content strong
{
	color: #00b159;
}

/* PAGE LAYOUT
------------------------------*/

body
{
    text-align: middle;
    margin: 0;
    background-color: #dae4e6;
}

#Page
{
    width: 760px;
    margin: 0 auto;
    border-top: 9px solid #223B6C;   
    background-color: white;
    position: relative;
}

.single_column_page
{
	width: 441px;
	margin: 40px auto 0 auto;
}

/* TOP OF PAGE
------------------------------*/

h1
{
    padding: 0;
    margin: 20px 0 5px 0;
    font-size: 130%;
    font-weight: normal;
    color: #223B6C;
}

p.tag_line
{
    margin: 5px 0 10px 0;
    color: #00b159;
    font-size: 110%;
}

#logo_image
{
    width: 110px;
    padding: 0;
    margin-left: 60px;
    margin-right: 5px;
    float: left;
    margin-top: -5px;
}

#screen-switcher
{
	text-align: right;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	display: block;
}

#screen-switcher dl
{
  font-style: normal;
  font-weight: bold;
}

#screen-switcher dt
{
	/*display: none;*/
	display: inline;
}

#screen-switcher dd
{
	display: inline;
	margin-left: 5px;
}

#screen-switcher dd.normal
{
	font-size: 12px;
}
#screen-switcher dd.large
{
	font-size: 14px;
}
#screen-switcher dd.huge
{
	font-size: 16px;
}

#header
{
    float:left;
    width:100%;
    background: white url("../images/bg.gif") repeat-x;
    line-height:normal;
    margin-top: 10px;
    height: 45px;
    overflow: hidden;
}

body.home #header
{
    height: 149px;
    background: white url("../images/home_montage.jpg") no-repeat;
    border-bottom: 4px solid #00B159;
}

#header ul
{
    margin:0;
    padding:10px 10px 0 170px;
    list-style:none;
}


body.home #header ul
{
    padding-top:117px
}

#header li
{
    float: left;
    display: block;
    background:url("../images/left.png") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    height: 35px;
    font-size: 12px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a
{
    float: left;
    display:block;
    background:url("../images/right.png") no-repeat right top;
    padding:9px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color: white;
    height: 26px;
}

#header a:hover
{
    text-decoration: underline;
}

#header .current
{
    background-image:url("../images/left_on.png");
}

#header .current a
{
    background-image:url("../images/right_on.png");
    color: white;
    padding-bottom:5px;
}

/* CONTENT AREA LAYOUT
------------------------------*/

div.column
{
    margin-top: 40px;
    float: left;
}

#left_col
{
    width: 160px;
    padding: 30px 0 0 10px;
    border-right: 35px solid white;
}

#content
{
    width: 344px;
    border-right: 1px solid #00b159;
    padding: 0 10px 10px 0;
}

body.home #content
{
    padding-left: 60px;
    padding-right: 59px;
    width: 260px;
}

body.home #content h2
{
    color: #223B6C;
}

body.eventsforthcoming #content,
body.eventspast #content,
body.newslatest #content,
body.newsarchive #content
{
	width: 534px;
	border-right: none;
}

#right_col
{
    width: 164px;
    padding: 30px 17px 10px 19px;

}

body.home #right_col
{
    padding-top: 0;
    padding-left: 40px;
    padding-right: 60px;
    width: 280px;
}

.more_news
{
  text-align: right;
  margin-top: 10px;
}





/* GENERAL CONTENT STYLING
------------------------------*/

#content h1, #content h2, #content h3, #content h4, #content h5
{
	color: #003b78;
	margin: 0;
	padding: 0;
}

#content h1.page_title
{
	margin-bottom: 1.75em;
    font-size: 1.2em;
    font-weight: bold;
	text-transform: uppercase;
}

#content h1
{
	margin-bottom: 0.75em;
    font-size: 1.2em;
    font-weight: bold;
	text-transform: uppercase;
}

#content h2
{
	margin-bottom: 0.75em;
    font-size: 1.2em;
    font-weight: bold;
	text-transform: uppercase;
}

#content h3
{
	font-size: 1.1em;
	margin-bottom: 0.9em;
}

#content h4, #content h5
{
	font-size: 1em;
}

#content p
{
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

#content ul
{
	list-style-type: disc;
	margin-left: 40px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content ol
{
	margin-left: 40px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content img
{
	width: 300px;
	display: block;
	margin: 0 auto;
	border: 1px solid #00B159;
}




/* PROJECTS PAGE
------------------------------*/

body.projects #right_col div.image
{
	display: block;
	width: 146px;
	background-color: #abc3d8;
	padding: 8px;
}

body.projects #right_col div.image img
{
	display: block;
	border: 1px solid #00b159;
	width: 144px;
	height: 96px;
}

body.projects #right_col .project_description h1,
body.projects #right_col .project_description h2,
body.projects #right_col .project_description h3
{
	color: #003b78;
	margin: 10px 0 15px 0;
	font-size: 1em;
	font-family: Arial, Verdanna, "Trebuchet MS";
	font-weight: bold;
}

body.projects #right_col .project_description p
{
	font-size: .83333333em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

body.projects .projects
{
    width: 489px;
    border-right: 1px solid #00b159;
	padding: 0 10px 10px 60px;
}

body.projects .projects h1.page_title
{
    font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
    margin: 0 0 .75em 0;
}

div.projects ul
{
	margin-left: -9px;
}

div.projects ul li
{	
	position: relative;
	display: inline;
	float: left;
	width: 146px;
	height: 98px;
	padding: 8px;
	margin-right: 4px;
	margin-bottom: 9px;
}

div.projects ul li:hover
{
	background-color: #abc3d8;
}

div.projects ul li img
{
	border: 1px solid #00b159;
	width: 144px;
	height: 96px;
	display: block;
}

div.projects ul li label
{
	position: absolute;
	padding: 3px;
	bottom: 9px;
	left: 9px;
	width: 138px;
	overflow: hidden;
	margin: 0;
	color: white;
	font-weight: bold;
	text-shadow: #000000 0 0 5px;
	font-size: .833333em;
	/*background-image: url(../images/product_menu_bg.png);*/
	background: #223B6C;
}



/* LIST STYLE FOR NEWS AND EVENTS
------------------------------*/

#ne_listing
{
	margin-top: 18px;
	margin-bottom: 18px;
}

#ne_listing #result_bar
{
	height: 21px;
	border-top: 1px solid #00ab41;
	border-bottom: 1px solid #00ab41;
	font-size: .833333em;
	line-height: 21px;
	color: #223B6C;
}

#ne_listing #result_bar #pager
{
	float: right;
}

#ne_listing ul
{
	margin: 0;
	list-style: none;
}

#ne_listing ul li
{
	padding: 23px 0 23px 0;
	border-bottom: 1px solid #00ab41;
	font-size: .91666666em;
}

#ne_listing ul li img
{
	border: 1px solid #00ab41;
	float: left;
	margin-top: 0px;
	width: 51px;
	height: 51px;
}

#ne_listing ul li h4
{
	margin: 0;
	color: #00b159;
	line-height: 17px;
}

.news #ne_listing ul li h4
{
	color: #00B159;
}

#ne_listing ul li h4 a
{
	text-decoration: none;
}

#ne_listing ul li h4 a:hover
{
	text-decoration: underline;
	background-color: transparent;
    color: #00b159;
}

.news #ne_listing ul li h4 a:hover
{
	color: #00B159;
}

#ne_listing ul li p
{
	margin: 0;
	line-height: 17px;

}

#ne_listing ul li a
{
	color: #00b159;
}

.news #ne_listing ul li a
{
	color: #00B159;
}

#ne_listing ul li .main
{
	margin-left: 13px;
	width: 310px;
	float: left;
}

#ne_listing ul li dl
{
	float: right;
	width: 140px;
	padding-right: 5px;
	font-size: .9166666666em;
	line-height: 17px;
}

#ne_listing ul li dl dd
{
	color: #00b159;
	float: left;
	width: 40px;
}

.news #ne_listing ul li dl dd
{
	color: #00B159;
}

#ne_listing ul li dl dt
{
	
}

.vevent .details
{
	color: #00b159;
	font-size: 1.1em;
	margin: 1em 0;
}




/* BOOKING FORM
------------------------------*/

a.book_event_link
{
	margin-bottom: 20px;
	text-indent: -10000px;
	width: 136px;
	height: 32px;
	display: block;
	background: url(/images/event-booking.gif) no-repeat;
}

div.book_event_complete
{
	margin-bottom: 20px;
	text-indent: -10000px;
	width: 136px;
	height: 32px;
	display: block;
	background: url(/images/event-booking-booked.gif) no-repeat;
}

a.book_event_backtoevent
{
	margin-bottom: 20px;
	text-indent: -10000px;
	width: 95px;
	height: 27px;
	display: block;
	background: url(/images/event-booking-back-to-event.gif) no-repeat;
}

.booking_form
{
	border: 1px solid #00B159;
	padding: 5px;
}

.booking_form h2
{
	background-color: #223B6C;
	color: white !important;
	font-size: 1em !important;
	padding: 0 5px !important;
}

.booking_form td
{
	height: 30px;
}

.booking_form td.c1
{
	width: 200px;
	vertical-align: top;
}

.booking_form td.c2
{
	vertical-align: top;
}

.booking_form input, .booking_form textarea, .booking_form select
{
	width: 180px;
	border: 1px solid #00B159;
}

input.submit
{
	margin-top: 10px;
	background-color: #223B6C;
	color: white;
	padding: 5px;
	border: 0;
}

.errorExplanation
{
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 20px;
}

.errorExplanation h2
{
	background-color: red;
	color: white !important;
	font-size: 1em !important;
	padding: 0 5px !important;
	margin-bottom: 0.5em !important;
}

.errorExplanation p
{
	margin: 0 !important;
	line-height: 1.5em;
}


.errorExplanation ul
{
	margin: 0 0 0 40px !important;
	list-style: disc;
	line-height: 1.5em;
}

.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select
{
	background-color: #ffbbbd;
}

.room_name
{
  margin-top: 20px;
}


/* HOME RIGHT COLUMN
------------------------------*/

body.home #right_col
{
	font-size: 1em;
}

body.home #right_col h2
{
    color: #223B6C;
    margin-left: 102px;
}

body.home #right_col h3 .date
{
	font-weight: normal;
}

body.home .latest_news ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

body.home .latest_news li
{
    clear: both;
}


body.home .latest_news .news_item
{
    float: left;
    width: 178px;
    padding-left: 20px;
}


body.home .latest_news h3
{
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
	color: #00B159;
}

body.home .latest_news h3 .date
{
}

body.home .latest_news h3 a
{
	color: #00B159;
	text-decoration: none;
}

body.home .latest_news h3 a:hover
{
	text-decoration: underline;
	background-color: transparent;
}

body.home .latest_news div.taster
{
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 10px;
    line-height: 1.3em;
}

body.home .latest_news div.taster *
{
	margin: 0;
}

body.home .latest_news div.taster p,
body.home .latest_news div.taster h1,
body.home .latest_news div.taster h2,
body.home .latest_news div.taster h3,
body.home .latest_news div.taster h4
{
	margin-bottom: 5px;
}

body.home .latest_news div.taster ul,
body.home .latest_news div.taster ol
{
	list-style: disc;
	margin-left: 20px;
}

body.home .latest_news img
{
    border: 1px solid #00B159;
    float: left;
    margin-bottom: 30px;
}






/* PAGE RIGHT COLUMN
------------------------------*/

.box_out, .page_image div.drop_shadow
{
    background-image: url(../images/box_out_bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 2px;
    padding-bottom: 1px;
}

.box_out, .page_image
{
    margin-bottom: 20px;
}

.page_image img
{
    margin: 0;
    border: 1px solid #00B159;
    width: 160px;
    height: 106px;
    display: block;
}

.page_image p.caption
{
    margin: 0;
    margin-top: 5px;
    color: #223B6C;
}

.related_box
{
    width: 160px;
    border: 1px solid #223B6C;
    font-size: .83333em;
}

.related_box h4
{
    padding: 5px 0 5px 10px;
    margin: 0;
    color: white;
    background-color: #223B6C;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

.related_box ul
{
    margin: 5px 0 5px 0;
    padding: 0 0 0 30px;
    list-style: disc;
}

.related_box ul li
{
    vertical-align: middle;
    list-style-position: outside;
    color: #223B6C;
    line-height:18px;
    margin-bottom: 9px;
}
.related_box ul li.ms_word
{
    list-style-image: url(../images/ms_word.gif);
}
.related_box ul li.adobe_pdf
{
    list-style-image: url(../images/adobe_pdf.gif);
}





/* FOOTER
------------------------------*/

#footer
{
    background-color: #223B6C;
    color: white;
    padding: 5px;
    margin-top: 10px;
}

#footer p
{
    margin: 0;
    font-size: 80%;
    padding: 5px;
}

#footer a
{
    color: white;
}

#footer a:hover
{
    background-color: white;
    color: #223B6C;
}

#footer .credit
{
    float: right;
}

#footer .copyright
{
}




/* SUB-NAVIGATION
------------------------------*/

.subnav ul
{
    padding: 0;
    margin: 0;
    text-align: right;
}


.subnav ul li
{
    list-style: none;
    line-height: 20px;
}

.subnav ul li.current
{
    background-color: #F2F2F2;
}

.subnav ul li a
{
    display: block;
    width: 153px;
    text-decoration: none;
    font-weight: bold;
    padding-right: 5px;
    border-right: 2px solid white;
    color: #00b159;
    background: none;
}

.subnav ul li a:hover
{
    text-decoration: underline;
    border-right: 2px solid #00B159;
}

.subnav ul li.current a
{
    border-right: 2px solid #00B159;
    background-color: #00B159;
    color: white;
}

.subnav ul li.current ul li
{
    background: none;
}

.subnav ul li.current ul li a
{
    padding-top: 0;
    font-weight: normal;
    border-right: 2px solid #F2F2F2;
    background: none;
    color: #223B6C;
}

.subnav ul li.current ul li a:hover
{
    border-right: 2px solid #223B6C;
}

.subnav ul li.current ul li.current a
{
    border-right: 2px solid #223B6C;
}




/* ALTERNATIVE NAVIGATION
------------------------------*/

#left_col .altnav ul
{
    padding: 0;
    margin: 50px 0 0 0;
    text-align: right;
}

#left_col .altnav ul li
{
    line-height: 20px;
    margin: 2px 0 2px 0;
    list-style: none;
}

#left_col .altnav ul li a
{
    display: block;
    width: 153px;
    text-decoration: none;
    border-right: 2px solid white;
    font-weight: bold;
    padding-right: 5px;
    color: #223B6C;
    background: none;
}

#left_col .altnav ul li a:hover
{
    border-right: 2px solid #223B6C;
    text-decoration: underline;
}

body.home .altnav
{
    clear: both;
    text-align: center;
    padding-top: 20px;
}


body.home .altnav li
{
    display: inline;
    padding: 0 10px 0 0;
    font-size: 90%;
}

/* GENERIC CONTENT STYLE
------------------------------*/

.content h2, .content h3, .content h4, .content h5
{
	color: #003b78;
	margin: 0;
	padding: 0;
}

.content h2
{
	margin-bottom: 1.75em;
    font-size: 1.2em;
    font-weight: bold;
	text-transform: uppercase;
}

.content h3
{
	font-size: 1.1em;
	margin-bottom: 0.9em;
	color: #00b159;
}

.content h4, .content h5
{
	font-size: 1em;
}

.content p
{
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

.content ul.list
{
	list-style-type: disc;
	margin-left: 40px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.content ol.list
{
	margin-left: 40px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* ROOM BOOKING
------------------------------*/

.booking_legend
{
	float: right;
	width: 130px;
	line-height: 25px;
	margin-left: 35px;
	margin-bottom: 20px;
}

.booking_legend h4
{
	
}

/*.booking_legend p
{
	font-size: 12px;
	font-weight: bold;
	color: #003b78;
}*/

.booking_legend ul li
{
	padding-left: 28px;
}

.booking_legend ul li.unavailable
{
	background: url(../images/legend_weekend.png) no-repeat 1px;
}

.booking_legend ul li.other_booking
{
	background: url(../images/legend_other_booking.png) no-repeat 1px;
}

.booking_legend ul li.free
{
	background: url(../images/legend_free.png) no-repeat 1px;
}

.booking_legend ul li.your_booking
{
	background: url(../images/legend_your_booking.png) no-repeat 1px;
}






/*.availability_tracker div
{
	border: 1px solid grey;
}*/

.availability_tracker
{
	margin: 0 auto 30px auto;
	width: 500px;
	/* IE6ism */
	position: relative;
}

.availability_tracker h4
{
	display: none;
}

.availability_tracker .previous,
.availability_tracker .next
{
	display: none;
}

.availability_tracker .day
{
	width: 40px;
	height: 118px;
	float: left;
	overflow: hidden;
	position: relative;
}

.availability_tracker .day.fri
{
	width: 41px;
}

.availability_tracker .weekend
{
	width: 39px;
	height: 118px;
	float: left;
}

.availability_tracker .day .availability,
.availability_tracker .weekend .availability
{
	text-indent: -10000px;
}

.availability_tracker .weekend .date
{
	height: 36px;
	text-indent: -10000px;
}

.availability_tracker .weekend .availability
{
	height: 82px;
	background-color: #ebebeb;
}

.availability_tracker .day h5.date
{
	height: 36px;
	text-align: center;
	color: #464646;
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
}

.availability_tracker .day .availability
{
	position: relative;
	height: 80px;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
}

.availability_tracker .mon .availability
{
	border-left: 1px solid #898989;
}

.availability_tracker .tue .availability,
.availability_tracker .wed .availability,
.availability_tracker .thu .availability
{
	border-left: 1px dotted #898989;
}

.availability_tracker .fri .availability
{
	border-left: 1px dotted #898989;
	border-right: 1px solid #898989;
}

.availability_tracker .day .availability .book a
{
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 39px;
	z-index: 80;
	text-indent: -10000px;
}

.availability_tracker .day .availability .book a:hover
{
	background: url(../images/book_hover.png) no-repeat;
}

.availability_tracker .day .availability .booking
{
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
}

.availability_tracker .day .availability .booking .start_time,
.availability_tracker .day .availability .booking .end_time
{
	display: none;
}

.availability_tracker .day .availability .booking.other_user
{
	background-color: #00467f;
}

.availability_tracker .day .availability .booking.unavailable
{
	background-color: #ebebeb;
	height: 80px;
}




/* ROOM BOOKING PAGE
------------------------------*/

.room_booking_page
{
}

.room_booking_page h1
{
	margin-bottom: 1.75em;
    font-size: 1.2em;
    font-weight: bold;
	text-transform: uppercase;
}

.room_booking_page p.intro
{
	margin-bottom: 1.5em;
    line-height: 1.5em;
}

.room_booking_page .room h2 a
{
	margin: 0px;
    font-size: 1em;
    font-weight: bold;
	color: #00B159;
	text-transform: none;
	text-decoration: underline;
}

.room_booking_page .room
{
	position: relative;
}

.room_booking_page .room .capacity
{
	position: absolute;
	top: 5px;
	left: 150px;
	color: #464646;
}

.room_booking_page .room .room_photo
{
	float: left;
	border: 1px solid #00B159;
}

.room_booking_page .room .room_photo img
{
	display: block;
}

.room_booking_page .room p.description
{
	margin-left: 120px;
	margin-bottom: 1.5em;
    line-height: 1.5em;
}

.room_booking_page .room p.guidance
{
	margin-left: 120px;
	text-transform: uppercase;
	font-weight: bold;
	color: #00B159;
	margin-bottom: 1.5em;
}



/* NEW ROOM BOOKING PAGE
------------------------------*/

.new_room_booking_page
{
}

.new_room_booking_page fieldset.date
{
	font-weight: bold;
	margin-bottom: 20px;
}

.new_room_booking_page fieldset.times
{
	width: 170px;
	padding: 15px;
	margin-right: 30px;
	float: left;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

.new_room_booking_page fieldset.times label
{
	width: 100px;
	display: block;
	float: left;
	line-height: 20px;
}

.new_room_booking_page fieldset.requirements
{
	width: 170px;
	padding: 15px;
	float: right;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

.new_room_booking_page fieldset.requirements label
{
	width: 130px;
	display: block;
	float: left;
	line-height: 20px;
}

.new_room_booking_page fieldset.requirements input#booking_refreshments
{
	width: 40px;
}

.new_room_booking_page fieldset.requirements h4
{
	margin: 10px 0 0 0;
}

.new_room_booking_page fieldset.price
{
	clear: both;
	background-color: #f5f5f5;
	padding: 4px 10px;
	margin-bottom: 20px;
}

.new_room_booking_page fieldset.price .guidance
{
	margin: 0;
	margin-right: 100px;
}

.new_room_booking_page fieldset.price .amount
{
	float: right;
}

.new_room_booking_page fieldset.invoice_details
{
	border: 1px solid #00b159;
	padding: 10px 20px;
}

.new_room_booking_page fieldset.invoice_details .form_set
{
	margin-bottom: 10px;
}

.new_room_booking_page fieldset.invoice_details label
{
	width: 150px;
	display: inline;
	float: left;
}

.new_room_booking_page fieldset.invoice_details input
{
	width: 200px;
	display: inline;
	float: left;
	border: 1px solid #00b159;
}

.new_room_booking_page .submit_field
{
	float: right;
	margin: 10px;
}

.day_view
{
    margin-bottom: 15px;
}

.day_view .heading
{
	margin-bottom: 1em;
}

.day_view .heading h5
{
	display: inline;
	margin-right: 10px;
}

.day_view .date
{
	display: inline;
	color: #464646;
}

.day_view .labels
{
	margin: 0 -28px;
	/* IE6 fix - or chops content outside parent */
	position: relative;
}

.day_view .labels .hour
{
	float: left;
	width: 55px;
	height: 20px;
	text-align: center;
	font-weight: bold;
}

.day_view .lower
{
    margin-bottom: 2em;
}

.day_view .availability
{
	position: relative;
	/* margin-bottom: 2em; */
	border-left: 1px solid #898989;
}

.day_view .availability .hour
{
	width: 54px;
	height: 80px;
	float: left;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	border-right: 1px dotted #898989;
}

/*
Doesn't work in ie - apply to availability 
.day_view .availability .hour:first-child
{
	border-left: 1px solid #898989;
}
*/

.day_view .availability .hour:last-child
{
	border-right: 1px solid #898989;
}

.day_view .availability .booking
{
	position: absolute;
	top: 1px;
}

.day_view .availability .booking.other_user
{
	background-color: #00467f;
	height: 80px;
}

.day_view .availability .booking.current_user
{
	background-color: #00b159;
	height: 80px;
}





/* VILLAGE HALLS DETAIL PAGE
------------------------------*/

.wide#content
{
	width: 545px;
	border: 0;
	padding: 0;
}

.vh_show#content h1
{
	margin: 0;
}

.vh_show#content .address
{
	font-size: 12px;
	color: #795d34;
	line-height: 16px;
	margin-bottom: 25px;
}

span.addr_label
{
  font-weight: bold;
  color: #000;
}

.vh_show#content .left_col
{
	float: left;
	width: 400px;
	margin-right: 20px;
}

.vh_show#content .main_image
{
	width: 400px;
	float: left;
}

.vh_show#content .main_image img
{
	width: 398px;
	margin-bottom: 25px;
}

.vh_show#content .details
{
	font-size: 1em;
	width: 410px;
}

.vh_show#content .details h2
{
	border-top: 1px solid #00467f;
	margin: 18px 0;
}

.vh_show#content .details p
{
	margin: 0;
}

.vh_show#content .details hr
{
	margin: 17px 0 17px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #00467f;
}

.vh_show#content .details .hall_item
{
	line-height: 1.6em;
}

.vh_show#content .details .hall_item.spacer
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.vh_show#content .details .label
{
	float: left;
	width: 200px;
	color: #00467f;
	margin-right: 10px;
}

.vh_show#content .details .value
{
	float: left;
	width: 200px;
}

.vh_show#content .right_col
{
	width: 125px;
	float: left;
}

.vh_show#content .right_col ul.images
{
	list-style: none;
	margin: 0;
}

.vh_show#content .right_col ul.images li
{
	margin-bottom: 15px;
}

.vh_show#content .right_col ul.images li img
{
	width: 123px;
	margin-bottom: 5px;
}

.vh_show#content .right_col ul.images li .title
{
	color: #00467f;
	font-size: 10px;
}

.vh_listing
{
	margin-top: 18px;
	margin-bottom: 18px;
}

.vh_listing .results_bar
{
}

.vh_listing .results_bar.bottom
{
	margin-top: 10px;
}

.vh_listing .results_bar .no_of_results
{
	font-size: smaller;
	float: right;
	line-height: 14px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	max-width: 90px;
}

.vh_listing .results_bar .pagination
{
	float: left;
	width: 450px;
}

.vh_listing ul
{
	margin: 0 !important;
	list-style: none;
}

.vh_listing ul li
{
	padding: 23px 0 23px 0;
	border-bottom: 1px solid #00ab41;
	font-size: .91666666em;
}

.vh_listing ul li .vh_image
{
	float: left;
	width: 150px;
}

.vh_listing ul li .vh_image img
{
	width: auto !important;
	height: auto !important;
	border: 1px solid #00ab41;
	margin: 0 !important;
}

.vh_listing ul li .main
{
	width: 395px;
	float: left;
}

.vh_listing ul li h4
{
	margin: 0;
	color: #00b159;
	line-height: 17px;
}

.vh_listing ul li ul.details
{
	
}

.vh_listing ul li ul.details li
{
	padding: 0;
	font-size: 1em;
	border: 0;
	list-style: none;
}

.vh_by_capacity#content ol.capacity_categories
{
	list-style: none;
	margin: 0;
}

.vh_by_capacity ol.capacity_categories li.group
{
	border-bottom: 1px solid #00ab41;
	padding: 23px 0 23px 0;
}

.vh_by_capacity ol.capacity_categories li.group .c1
{
	margin-left: 55px;
	width: 135px;
	margin-right: 10px;
	float: left;
}

.vh_by_capacity#content ol.capacity_categories li.group .c1 h4
{
	color: #795d34;
}

.vh_by_capacity ol.capacity_categories li.group .c1 .count
{
	font-size: 10px;
}

.vh_by_capacity ol.capacity_categories li.group .c2
{
	width: 345px;
	float: left;
}

.vh_by_capacity#content ol.capacity_categories li.group .c2 ul
{
	margin: 0;
	margin-left: 15px;
}

.vh_by_capacity#content ol.capacity_categories li.group .c2 ul li
{
	color: #00b159;
}

.vh_search form
{
	padding: 20px 0px;
}

.vh_search form .form_field
{
	margin-bottom: 10px;
}

.vh_search form label
{
	float: left;
	width: 100px;
	line-height: 20px;
	color: #666666;
  font-weight: bold;
}

.vh_search form input#s,
.vh_search form input#activities
{
	float: left;
	width: 200px;
	height: 18px;
	border: 1px solid #00b159;
}

.vh_search form select#seating_capacity
{
	float: left;
	width: 200px;
	height: 18px;
	border: 1px solid #00b159;
}

.vh_search form .search, .vh_search form .capactiy
{
	clear: both;
}

.vh_search form input.inline_submit
{
	margin: 0;
	margin-left: 100px;
	height: 20px;
	background-color: #223B6C;
	color: white;
	border: 0;
	font-size: 12px;
	padding: 0 5px;
}

.vh_search form fieldset.form_field {
  
}

.vh_search form fieldset.form_field h5 {
  display:block;
  float: left;
  width: 100px !important;
  line-height: 20px;
  color: #666666 !important;
  font-weight: bold;
  padding: 0;
}

.vh_search form fieldset.form_field label {
  font-weight:normal;
  color: black;
  width:auto;
  padding: 0 2px 0 2px;
  margin-right: 10px;
}

.vh_search form fieldset.form_field label input {
  vertical-align:middle;
}

.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #00467f;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #00467f;
  color: #FFF;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #00467f;
  font-weight: bold;
  background-color: #00467f;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

.pagination.letters a
{
	padding: 1px 2px;
	margin: 1px;
}

.pagination.letters span.current
{
	padding: 1px 2px;
	margin: 1px;
}


/* TRICKS
------------------------------*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.gmapLink {position:absolute;}