#bookingHeading {
	width: 200px;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	margin: 30px 0px 10px;
}
#checkAvailability, body.blueSkin #checkAvailability {
	margin: 27px 0px 0px;
	padding: 0px;
	width: 200px;
	color: #797A7B;
	font-size: 0.7em;
}
#checkAvailability span.CAtitle {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #88959B;
}
body.blueSkin #checkAvailability {
	color: #88959B;
}
form#bookingForm {
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#bookingForm input, #bookingForm select, body.blueSkin #bookingForm input, body.blueSkin #bookingForm select {
	font: 0.85em Arial, Helvetica, sans-serif;
	color: #2E3956;
	background: #FFF;
	border: 1px solid #D2D2D7;
}
body.blueSkin #bookingForm input, body.blueSkin #bookingForm select {	
	color: #FFF;
	background: #252A33;
	border: 1px solid #616673;
}
#bookingForm select {
	width: 50px;
}
#bookingForm select#fromyear {
	width: 55px;
}
#bookingForm input#accesscode {
	width: 110px;
}
#formContainer {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
div#month, div#day, div#year {
	width: 56px;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px;
}
div#year {
	width: 80px;
}
div#arrivalLabel {
	width: 100px;
	float: left;
	text-align: left;
	margin: 0px;
}
div#arrival {
	width: 175px;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px;
}
div#nightsLabel, div#occupancyLabel, div#childrenLabel, div#codeLabel {
	float: left;
	width: 56px;
	margin: 12px 0px 0px;
}
div#nights, div#children, div#guestsPerRoom {
	float:left;
	margin: 2px 0px 0px;
	width: 56px;
	padding: 0px;
}
div#codeLabel {
	width: 120px;
}
div#bookingButton {
	float: left;
	/*margin: 28px 12px 0px 0px;*/
	margin: 1px 0px 0px 5px;
	padding: 0px;
	width: 50px;
}
div#bookingButton input.ca, body.blueSkin div#bookingButton input.ca {
	cursor: pointer;
	background: #B6B6B6;
	border-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	width: 45px;
	vertical-align: top;
}
body.blueSkin div#bookingButton input.ca {
	background: #616673;
	color: #FFF;
}
div#bookingButton input.ca:hover {
	background: #AAA;
}
body.blueSkin div#bookingButton input.ca:hover {
	background: #8B8F9C;
}
div#existingBooking, div#code {
	float: left;
	width: 120px;
	margin: 2px 0px 0px;
	padding: 0px;
}
div#existingBooking {
	width: 160px;
	margin: 12px 0px 1px;
}

/* ***********************DATEPICKER CSS STARTS HERE************************ */

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* Hide the input by using a className */
input.fd-hidden-input,
select.fd-hidden-input
        {
        display:none;
        }
/* Screen reader class - hides it from the visual display */
.fd-screen-reader
        {
        position:absolute;
        left:-999em;
        top:0;
        width:1px;
        height:1px;
        overflow:hidden; 
        outline: 0 none;
	/*-moz-outline: 0 none;*/
        } 
/* Disabled datePicker and activation button */
a.dp-disabled,
.dp-disabled table
        {
/*        opacity:.3 !important;           
        filter:alpha(opacity=40); */          
        }
.dp-disabled,
.dp-disabled td,
.dp-disabled th,
.dp-disabled th span
        {
        cursor:default !important;          
        }
a.date-picker-control:focus,
div.datePicker table td:focus 
        {
        overflow:hidden;
        outline:0 none;
	/*-moz-outline: 0 none;*/
	color:rgb(100,130,170) !important;
        }
/* The wrapper div */
div.datePicker
        {
	position:absolute;
	z-index:9999;
	text-align:center;
	/* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/1em Arial, Helvetica, sans-serif;
	/* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana, sans-serif; */
        
        /* Or, if you prefer a pixel precision */
        /* font:900 12px/12px Verdana, sans-serif; */
        
        background:transparent;
	/* Mozilla & Webkit extensions to stop text-selection. */
/*        -moz-user-select:none;
	-khtml-user-select:none;*/
        }  
/* Styles for the static datePickers */
div.static-datepicker
        {
        position:relative;        
        top:5px;
        left:0;
        }
div.datePicker table
        {
        width:auto;
        height:auto;
        border-collapse:separate;         
        } 
/* Draggable datepickers */
div.datePicker tfoot th.drag-enabled,
div.datePicker thead th.drag-enabled,
div.datePicker thead th.drag-enabled span
        {
        cursor:move;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
/*Added for blueSkin*/
body.blueSkin a.date-picker-control:link,
body.blueSkin a.date-picker-control:visited
/*End Added for blueSkin*/
        {
	position:relative;
	/* Moz & FF */
    /*display: -moz-inline-stack;*/
    border:0 none;
	padding:0;
	margin:2px 0px 0px 4px;
	background:transparent url(../images/calendar/cal.gif) no-repeat 50% 50%;
	min-width:16px;
	line-height:1;
	cursor:pointer;
	visibility:visible;
	text-decoration:none;
	vertical-align:top;
        }
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus,
a.dp-button-active:link,
a.dp-button-active:visited,
a.dp-button-active:hover,
a.dp-button-active:active,
a.dp-button-active:focus,
/*Added for blueSkin*/
body.blueSkin a.date-picker-control:hover,
body.blueSkin a.date-picker-control:active,
body.blueSkin a.date-picker-control:focus,
body.blueSkin a.dp-button-active:link,
body.blueSkin a.dp-button-active:visited,
body.blueSkin a.dp-button-active:hover,
body.blueSkin a.dp-button-active:active,
body.blueSkin a.dp-button-active:focus
/*End Added for blueSkin*/
        {
        background:transparent url(../images/calendar/cal.gif) no-repeat 50% 50%                !important;
        }


/*Added for blueSkin*/		
body.blueSkin a.date-picker-control:link,
body.blueSkin a.date-picker-control:visited
        {
        background:transparent url(../images/calendar/cal-blue-bg.gif) no-repeat 50% 50%;
        }
body.blueSkin a.date-picker-control:hover,
body.blueSkin a.date-picker-control:active,
body.blueSkin a.date-picker-control:focus,
body.blueSkin a.dp-button-active:link,
body.blueSkin a.dp-button-active:visited,
body.blueSkin a.dp-button-active:hover,
body.blueSkin a.dp-button-active:active,
body.blueSkin a.dp-button-active:focus
        {
        background:transparent url(../images/calendar/cal-blue-bg.gif) no-repeat 50% 50%                !important;
        }
/*End of added for blueSkin*/
		
		
		
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
/* IE, Safari & Opera. Seperate CSS rule seems to be required. */
a.date-picker-control
        {
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:17px;
        height:15px;
        margin:auto 0;
        }
/* Default "button" styles */
div.datePicker thead th span
        {
        display:block;
        padding:0;
        margin:0;
        text-align:center;
        line-height:1em;
        border:0 none;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
/* The "month, year" display */
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
	display:inline;
	text-transform:uppercase;
	letter-spacing:1px;
	font:normal 1em Arial, Helvetica, sans-serif;
	cursor:default;
        }
/* Next & Previous (month, year) buttons */
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
	cursor:pointer !important;
	font: lighter 2em georgia, "times new roman", palatino, times, bookman, serif;
	color: #2E3956;
	background: #FFF;
        }
/* Hover effect for Next & Previous (month, year) buttons */
div.datePicker th span.prev-but:hover,
div.datePicker th span.next-but:hover,
div.datePicker th span.today-but:hover
        {
        color:#FFCC33;
        }
/* Today button */
div.datePicker th span.today-but
        {
	text-align:center;
	margin:0 auto;
	font:normal 0.9em Arial, Helvetica, sans-serif;
	width:100%;
	text-decoration:underline;
	padding-top:0.3em;
	text-transform:uppercase;
	vertical-align:middle;
	cursor:pointer !important
        }
/* Disabled buttons */ 
div.dp-disabled th span.prev-but,
div.dp-disabled th span.next-but,
div.dp-disabled th span.today-but,
div.dp-disabled th span.prev-but:hover,
div.dp-disabled th span.next-but:hover,
div.dp-disabled th span.today-but:hover,
div.datePicker th span.prev-but.fd-disabled:hover,
div.datePicker th span.next-but.fd-disabled:hover,
div.datePicker thead th span.fd-disabled,
div.datePicker th span.fd-disabled:hover
        {
        color:#aaa;
        cursor:default !important; 
        /*opacity:1;*/        
        }   
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
	text-align:center;
	margin:0 auto;
	font:900 1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	/*text-transform:lowercase;*/
	cursor:pointer;
        }
/* The table */
div.datePicker table
        {
	margin:0;
	padding:0;
	border:1px solid #EAEAEC;
	/*background:#fff url(../date-picker-v5/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;*/
    text-align:center;
	border-spacing:2px;
	padding:0.3em;
	width:auto;
	empty-cells:show;
	/*border-radius:0.8em;*/
	background: #FFF;	/*-moz-border-radius:0.8em;
	-moz-box-shadow:0px 0px 5px #aaa; */              
        }
/* Common TD & TH styling */
div.datePicker table td,
div.datePicker table tbody th
        {
	border:0 none;
	padding:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background:#fff;
	width:2em;
	height:2em;
	overflow:hidden;
	outline:transparent none 0px;
	border:1px solid #ccc;
	text-transform:none;
	/* -moz-border-radius:2px;         
        border-radius:2px;*/
        }
div.datePicker table td:focus,
div.datePicker table td:active
        {
        outline:0 none red;
        }
div.datePicker table th
        {
	border:0 none;
	padding:0;
	font-weight:bold;
	color:#2E3956;
	text-align:center;
	vertical-align:middle;
	text-transform:none;
	background: #FFF;
        }
div.datePicker table thead th
        {
        height:auto !important;
        }
div.datePicker table tbody th
        {                          
        border:1px solid #dcdcdc;        
        }
/* Week number display */
div.datePicker table thead th.date-picker-week-header,
div.datePicker table tbody th.date-picker-week-header
        {
        font-style:oblique;  
        background:transparent;
        cursor:default;         
        }
div.datePicker table thead th.date-picker-week-header
        {
        cursor:help;
        border:0 none;
        padding:0 0 0.2em 0;
        }
/* tfoot status bar */
div.datePicker tfoot th
        {
        cursor:default;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:0.1em;
        border:0 none;
        background:#fff;
        height:2.8em;
        }
/* TD cell that is _not_ used to display a day of the month */
div.datePicker table tbody td.date-picker-unused
        {
        background:#fff url(../images/calendar/backstripes.gif);
        border-color:#dcdcdc;          
        cursor:default !important;
        }

/* The TH cell used to display the "month, year" title */
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.2em 0;
        }
/* The "mon tue wed etc" day header styles */
div.datePicker table thead th.date-picker-day-header
        {
        /*text-transform:lowercase;*/
        cursor:help;
        height:auto;
        }
/* The "todays date" style */
div.datePicker table tbody td.date-picker-today
        {
        background:#fff url(../images/calendar/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }

div.datePicker table tbody td.month-out.date-picker-highlight 
        {
        color:#aa8866 !important;
        }
/* The "highlight days" style */
div.datePicker table tbody td.date-picker-highlight,
div.datePicker table thead th.date-picker-highlight
        {
        color:#FFCC33 !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
	background:#2E3956;
	cursor:pointer;
	border-color:#2E3957 !important;
	color:#FFF;	/*text-shadow: 0px 1px 1px #fff;*/
        }
/* The "disabled days" style */
div.datePicker table tbody td.day-disabled
        {          
        background:#fff url(../images/calendar/backstripes.gif) no-repeat 0 0;
        color:#aaa !important;
        cursor:default;
        text-decoration:line-through;
        } 
div.datePicker table tbody td.month-out 
        {
	border-color:#ddd;
	color:#aaa !important;
	background: #FFF;        /*background:#fff url(../date-picker-v5/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;  */                           
        } 
/* The "selected date" style */
div.datePicker table tbody td.date-picker-selected-date
        {
        color:#2E3957 !important;
        border-color:#2E3956 !important;
        }
/* The date "out of range" style */
div.datePicker table tbody td.out-of-range,
div.datePicker table tbody td.not-selectable
        {           
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;              
        } 
/* Week number "out of range" && "month-out" styles */
div.datePicker table tbody th.month-out,
div.datePicker table tbody th.out-of-range
        {
        color:#aaa !important;
        font-style:oblique;
        background:#fcfcfc !important;          
        }
/* week numbers "out of range" */
div.datePicker table tbody th.out-of-range
        {
/*        opacity:0.6;
        filter:alpha(opacity=60);*/
        }  
/* Used when the entire grid is full but the next/prev months dates cannot be selected */
div.datePicker table tbody td.not-selectable
        {         
/*        opacity:0.8;
        filter:alpha(opacity=80); */       
        }
div.datePicker table tbody tr
        {
        display:table-row;
        }
div.datePicker table tfoot sup
        {
        font-size:0.86em;
        letter-spacing:normal;
        text-transform:none;
        height: 0;
	line-height: 1;
	position: relative;
	top: -0.2em;	
	vertical-align: baseline !important;
	vertical-align: top;  
        }
div.datePicker table thead th.date-picker-day-header,
div.datePicker table thead span.month-display,
div.datePicker table thead span.year-display
        {            
        /*text-shadow: 0px 1px 1px #fff;*/                       
        }
/* You can add focus effects (for everything but IE6) like so: */

div.datepicker-focus table.datePickerTable
        {
        border-color:#999 !important;         
        }
div.datePicker table tbody tr td:focus,
div.datePicker table tbody td.date-picker-hover 
        {
	overflow:hidden;
	outline:0px solid #ff0000;
	/*	-moz-outline: 0 none;
	-o-highlight:0 none;*/
	color:#FFFFFF !important;
	background: #252A33;
        }
div.static-datepicker table
        {
/*        -moz-box-shadow:0 0 0 transparent;*/
        
        }               
div.datepicker-focus table
        {
        /* Naughty, naughty - but we add a highlight using the table's border colour */
        outline:none;
        /* -moz-box-shadow:0px 0px 5px #aaa;  */       
        }    
/*       *:-o-prefocus{
		   outline : -o-highlight-border;
		 }*/
 
/* INTERNET EXPLORER WOES
   ======================
   
   Hover Effects
   -------------
   
   IE cannot deal with :focus on the TR so the datePicker script adds the class "dp-row-highlight" to the
   row currently being hovered over. This should enable you to add hover effects if desired.
   
   e.g. the following rule will highlight the cell borders in another colour when a row is moused over,
   it looks like crap though so I didn't include the rule within the demo:
   
div.datePicker table tbody tr.dp-row-highlight td
        {
        border-color:#aaa;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack  
   This is a workaround for a nasty IE6 bug that never caches background images on dynamically created DOM nodes
   which means that they are downloaded for every cell for every table - nasty! */    
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
body.fd-drag-active 
        {
        /*-webkit-user-select:none;*/
        }
/* Chrome has problems with the -webkit-box-shadow and -webkit-border-radius styles together 
   Remove one or the other to get things looking less ugly */       
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
        div.datePicker table
                {
                border-spacing:0.3em;
                -webkit-box-shadow:0px 0px 5px #aaa;                 
                -webkit-border-radius:0.8em;             
                }          
        div.static-datepicker table
                {
                -webkit-box-shadow:0 0 0 transparent;
                } 
        div.datepicker-focus table
                {        
                -webkit-box-shadow:0px 0px 5px #aaa;      
                }       
        div.datePicker table td,
        div.datePicker table tbody th
                {
                padding:0.1em;
                -webkit-border-radius:2px;
                }
        div.datePicker table tbody td.date-picker-hover
                {                
                -webkit-box-shadow:0px 0px 1px rgb(100,130,170);
                }       
}*/
