/* booking page */

body.booking #wrapper {
       background-image: none;
       background-color: transparent;
}

.block {
 margin:  0 1.5em 0 .5em
}

	
h2.avail {
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 1em 0 0 .8em;
	}
	
h3.avail {
	
	}
	
	
.terms {
	clear: both;
	width: 650px;
	margin: 0 0 0 1em;
	border-top: 1px solid #666;
	padding: 0 0 2em 0;
	}

.terms p {
	font-size: .9em;
	color: #333;
	}
			

/* calendar */

table.calendarBG {
	border-collapse: collapse;
	}
	
	
table.calendarBG th {
	margin: 0 0 1em 0;
	border-bottom: 1px solid black;
	padding: .5em 0 .5em .5em;
	}
	
table.calendarBG td {
	border-bottom: 1px solid #ccc;
	margin: .25em 0;
	padding: .25em 0 .25em .5em;
	}
		

.calendarBG {
 background-color: #a0c4f3; 
width: 290px;
}

.calendarBlank { 
 background-color: #a0c4f3;
}

.calendarCellEvent {
	background: #375459 !important;
	color: #fff !important;
	}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #1d2b2f;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #ccc;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #e47904; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #e47904; 
 background-color: 	#fff;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             blue;
 text-decoration:   none;
 background-color:  transparent;
}

.calBoxmini {
	width: 290px;
	border: 1px solid #40666e;
	}
	