

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#availability-calendar { width:99%;min-width:750px;margin:0 auto; }
.calendar-item { width:170px; height:145px;margin:.3em;float:left;background:#fff;border:1px solid #DFE4E7; }

.calendar-item table 
{
  background:#fff;margin:0 auto;
}
* html .calendar-item table { height:145px; }

.calendar-item table td
{
  padding:.2em .4em;
  background:#f0f0f0;
  border:1px solid #fff;
  font-size:10px;
  /*cursor:pointer;*/
}
* html .calendar-item table td { padding:.1em .2em;}
.calendar-item table td.booked_1 {background:#c00;color:#fff;}
.calendar-item table td.booked_2 { background:#fc0;color:#fff;}

.calendar-item table td.half_1_0 { background:#f0f0f0 url("images/half_1_0.gif") no-repeat bottom right;color:#fff;}
.calendar-item table td.half_1_1 { background:#f0f0f0 url("images/half_1_1.gif") no-repeat top left;color:#fff;}
.calendar-item table td.half_2_0 { background:#f0f0f0 url("images/half_2_0.gif") no-repeat bottom right;color:#fff;}
.calendar-item table td.half_2_1 { background:#f0f0f0 url("images/half_2_1.gif") no-repeat top left;color:#fff;}

.calendar-item table td a,.calendat-item table td a:hover { text-decoration:none;color:#fff;display:block; }

.calendar-heading
{
  font-weight:bold;color:#2F3E48;
  padding:.3em;text-align:center;
}
.calendar-weekdays
{
  margin:0;padding:0;
  font-weight:bold;
  padding:.3em;
  background:#fff;
  color:#505F69;
}


.availability-menu {
  clear:both;
  background:#F3F4F6;
  border-bottom:1px solid #fff;
  margin:0 0 2em 0;
}

.availability-menu ul
{
  list-style:none;
  padding:.3em 0 0 1em;
  margin:0 0 .5em 0;
}
.availability-menu li {
  margin:0;padding:0;
  margin:0 .5em 0 0;
  display:inline;
  clear:none;padding:.3em 0 .5em 0;
}
.availability-menu li a { text-decoration:none;font-weight:bold;padding:.4em .3em .5em 0;height:30px;vertical-align:middle; }
.availability-menu li a:hover,.availability-menu li a.current { background:#EAEDF0;color:#333;background:#fff; }
.availability-menu li a.current {
  color:#f63;
}

.availability-menu li a img { padding:0 .3em;border:0; }

.ajax_booking_list { margin:0; padding:0; margin:0 0 0 .3em; }
.ajax_booking_list li { clear:both;border-bottom:1px dotted #ccc;padding:.3em 0; }
.ajax_booking_list label { font-weight:bold; }
.ajax_booking_list li.actions { border-bottom:none;background:#f0f0f0; }



/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 700px;	
	height:150px;	
	
	/* custom decorations */
	padding:10px 0;	
	/*border:1px outset #ccc;*/
	/*background-color:#efefef;*/
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	/*margin-left:10px;*/
}

/* single scrollable item */
div.scrollable div.items div {
    /*
	float:left;
	
	
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;*/
	width:170px; height:145px;margin:0 .3em 0 0;float:left;background:#fff;border:1px solid #DFE4E7;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}




/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url('images/scrollable/left.png') no-repeat;
	float:left;
	margin:80px 3px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url('images/scrollable/right.png');
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	/*background:url('images/scrollable/navigator.png') 0 0 no-repeat;*/
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



#facebox .b {
  background:url('images/facebox/b.png');
}

#facebox .tl {
  background:url('images/facebox/tl.png');
}

#facebox .tr {
  background:url('images/facebox/tr.png');
}

#facebox .bl {
  background:url('images/facebox/bl.png');
}

#facebox .br {
  background:url('images/facebox/br.png');
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
