/*From rumbling bald*/

/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#datepicker_div {
	display: none;
	border: 1px solid #9A986C;
	background:#F6F4E7;
	padding:2px;
	width:162px;
	z-index: 9999; /*must have*/
	
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
	width: 575px;
	
}
.datepicker_rtl {
	direction: rtl;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepicker_control {
	background: #400;
	padding: 2px 0px;
}
.datepicker_links {
	background: #9E9B72;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width:100%;
	text-align:right;
	color:#1F497D;
}
.datepicker_prev a { color:#1F497D !important; }
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
	float: right;
	text-align: right;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	width:100%;
	text-align:left;
	color:#990000;
	/*float: right;
	width: 34%;
	text-align: right;*/
}
.datepicker_next a { color:#1F497D !important; }
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
	float: left;
	text-align: left;
	padding: 7px 0;
}
.datepicker_header {
	padding: 7px 0;
	background: #7DA1DF;
	color: #000000;
	text-align: center;
}
.datepicker_header select {
	background: #fff;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	text-align: center;
	font-size: 11px;
	margin: 0px;
	padding: 7px 0px;
}
.datepicker td {
	margin: 0px;
	padding:0;
}
.datepicker tr {
	margin: 0px;
	padding: 0px;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker_titleRow {
	background: #1F497D;
	font-weight:bold;
}
.datepicker_daysRow {
	background: #eee;
	color: #666;
}
.datepicker_weekCol {
	background: #777;
	color: #fff;
}
.datepicker_daysCell {
	background: #fff;
	color: #000;
	border-top: 1px solid #1F497D;
	/*
	border-right: 1px solid #938A5F;
	border-bottom: 1px solid #938A5F;
	*/
	border-left: 1px solid #1F497D;
}

.datepicker_daysCell a{
	display: block;
}
.datepicker_weekEndCell {
	background: #fff;
}
.datepicker_titleRow .datepicker_weekEndCell {
	background: #1F497D;
	font-weight:bold;
}
.datepicker_daysCellOver {
	background: #fff;
	border-top: 1px solid #777;
	/*
	border-right: 1px solid #938A5F;
	border-bottom: 1px solid #938A5F;
	*/
	border-left: 1px solid #777;
	/*border: 1px solid #777;*/
}

.datepicker_rightEdge {
	border-right: 1px solid #1F497D;
}

.datepicker_bottomEdge {
	border-bottom: 1px solid #1F497D;
}

.datepicker_unselectable {
	border-top: 1px solid #1F497D;
	/*
	border-right: 1px solid #938A5F;
	border-bottom: 1px solid #938A5F;
	*/
	border-left: 1px solid #1F497D;
	background: #7DA1DF;
	color: #ffffff;
}

.datepicker_past {
	background: #7DA1DF;
	color: #000000; 
	a:link #9E9469;	
}

.datepicker_booked {
	background: #D1C89E;
	color: #9E9469;
}

.datepicker_booked a {
	color:#9E9469 !important;
}

.datepicker_today {
	/*background: #fcc !important;*/
}
.datepicker_currentDay {
	background: #ECCB6E !important;
}
.datepicker_status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

.chooseContainer {
	float: left;
	width: 200px;
	margin: 10px 0 35px 35px;
	background: #d4e4fe;
	border: 1px solid #7DA1DF;
	height: 152px;
}

.SM_bookingFeesX {
	padding: 3px;
	background-color: #7DA1DF;
}

table.SM_bookingFees {
	padding-left: 5px;
}

table#book_now td {
	width: 235px;
	text-align: center;
	margin-bottom: 10px;
}

#reserveMsg{
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}


h1.btm_cal {
	display: inline-block;
	line-height: 1;
	margin: 0;
}

h2.btm_cal {
	display: inline-block;
	line-height: 1.4;
	margin: 0;
}

#reserveMsg h4 {
	padding-top: 10px;
	clear: both;
}

span.btm_details {
	color: #666;
}

h1.choose {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 4px 0;
	color: #000000;
	font-weight: bold;	
	text-align: center;
}

#loading {
	margin: 10px 0 ;
}

#btm_links {
	clear: both;
	padding-top: 20px;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
	text-decoration: underline;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepicker_titleRow a {
	color: #eee !important;
}
.datepicker_control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: none !important;
	color: #FFF !important;
	font-weight: bold; !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	/*border: 1px solid #777;*/
	padding: 5px;
}
.datepicker_oneMonth {
	float: left;
	width: 165px;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.datepicker_departDay{
    background: #ffee7f url(../images/icons/SM_calCheckout_bg.png) no-repeat left top;	
	width: 18px;
	height: 17px;
}

.datepicker_arrivalDay{
    background: #CC9933 url(../images/icons/SM_calCheckin_bg.png) no-repeat left top;
	width: 18px;
	height: 17px;
}

.datepicker_otherMonth{
	background:#7DA1DF !important;
	}
