﻿/*******************
 Check Availability
*******************/
#booking
{
	padding: 8px 10px;
	background: url(/common/templates/template_a/images/booking_tint.png) left bottom no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#booking h4
{
	color: #ffffff;
	font-family: Myriad Pro, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 5px;
}

#booking li
{
	margin-bottom: 5px;
}

#booking .hasDatepicker
{
	width: 130px; 
}

#booking  ul li label
{
	display: inline-block;
	width: 93px;
}

#booking  #calicon
{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: left;
	text-decoration: none;
	text-indent: -500em;
	background: url(/common/templates/template_a/images/calendar_icon.png) top left no-repeat;
}

#booking #date
{
	width: 90px;
}

#booking  select,
#booking  input,
#booking #booksub,
#booking .bookingbtn
{
	background-color: #000000;
	color: #c5a76b;
	border: 1px solid #6c6c6c;
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#booking #booksub, #booking .bookingbtn
{
	display: block;
	width: 100%;
	padding: 2px;
	text-align: center;
	background: #000000 url(/common/templates/template_a/images/check_arrows.png) 215px center no-repeat;
}



/**********
 Highlight
**********/
.highlight .image
{
	position: relative;
}

.highlight .image .captionoverlay
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 10px;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60)

}

.highlight .image .caption
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: bold;
}

.highlight .description
{
	padding: 10px;
}

.highlight .description a.more
{
	display: block;
	margin: 2px 0;
	color: #ffffff;
}


/***********
 Event list
***********/
.event-list ul
{
	list-style: none;
	border-top: 1px solid #434241;
}

.event-list ul li
{
	background-color: #2e2c2b;
	border-bottom: 1px solid #434241;
	padding: 5px 10px;
	font-size: 0.9em;
}

.event-list ul li .date
{
	color: #ffffff;
}

.event-list ul li a
{
	color: #e4cdb3;
}

.event-list .all-events
{
	padding: 8px 10px;
	display:none
}

.event-list .all-events a
{
	color: #ffffff;
}
#newslettersignup ul, #mmmembership ul
{
	padding-top:10px 
}

#newslettersignup ul li, #membershipsignup ul li
{
	padding:5px 0
}
#newslettersignup label
{
	width:80px;
	display:inline-block;
}
#membershipsignup label
{
	width:90px;
	display:inline-block;
}
#submitted
{
	padding:15px
}
#eventsignup_form ul 
{
	padding-top:10px 
}
#eventsignup_form li
{
	padding:5px 0
}
#eventsignup_form label
{
	width:110px;
	display:inline-block;
	margin-right:5px
}
/************
 Single link
************/
.unit p
{
	margin:0
}
.unit .single-link
{
	color: #ffffff;
	padding: 5px 10px;
}

.unit .single-link a
{
	color: #e4cdb3;
	font-size: 1em;
	font-weight: bold;
}
/************
 flash booking
************/
#LivebookingsDirect
{
	margin: auto;
	width: 255px;
	height: 300px;
}