/**** Page General ****/
/**** Calendar Code ****/


#lblPets { display: inline !important; }

#mainTable {}
#mainTable td {	vertical-align: top; }

#available_box_key {
	background: #008000; 
	padding: 0 6px;
}

#unavailable_box_key {
	background: #7b0470; 
	padding: 0 6px;
}

/** Contains November 2008 **/
#mainTable td.staticCalendarTitle {
	background-color:#002f00;
	color:#fff;
	height: 26px;
	text-align: center;
	vertical-align: middle;
}

/** Main dates and Days of week **/
#mainTable .staticInnerCalendarTable td {
	width: 30px !important;
	height: 30px !important;
	vertical-align: middle;
}

	/** Days of week **/
	#mainTable tr.staticCalendarHeadRow td {
		border: 1px solid #fff !important;
		height: 18px !important;
		vertical-align: middle;
	}

/** Price X Nights Column (table) **/
table.staticPriceTable {
	width: 145px;
	padding: 0;
	/*margin-top: -4px; /** see also ieFixer.css **/
	margin-right: 41px;
	border-left: 1px solid #eaeaea;
}

/*Price Header */
#mainTable td.staticCalendarPriceTitle {
	height: 44px;
	background-color: #002f00;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	font-weight: bold;
	vertical-align: middle;
}

/** Price list items **/
#mainTable td.staticCalendarPriceCell {
	height: 30px;
	color: #000;
	background: #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#currentCalCell {
	background: #eaeaea;
	padding: 0;
	border-spacing: 0;
}

td.StaticCellUnavailable { color: #fff; }
td.StaticCellAvailable { color: #fff; }

td.staticCalendarCell {
	background-color: #ccc;
	color: #000;
}

.StaticCellOtherMonth {
	background-color: #ccc;
	color: #000;
}

#calendar_navigation { margin: 10px 0 10px 3px; }

/****  Layout  ****/
#tabDescription0 {
	float: left;
	display: inline;
	width: 130px;
	margin: 0 0 0 2px;
}

#availability_top_holder {
	overflow: hidden;
	height: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}

	#availablity_date_text {
		float: right;
		display: inline;
		width: 250px;
	}
	
		#availablity_date_text p {
			margin: 0 0 1em 0;
		}

	#availability_date_holder {
		float: left;
		display: inline;
		width: 370px;
		margin: 10px 0 0 0;
	}


#availability_content {
	float: left;
	display: inline;
	width: 675px;
}

	#availability_content h2 {
		color: #002f00;
		font-size: 1.1em;
		font-weight: 600;
		margin: 0px 0 4px 0;
	}

	#calendar_holder {
		background: #eaeaea;
		overflow: hidden;
		height: 100%;
		padding: 5px;
		margin-top:20px;
	}
	
	#calendar_holder p {
		margin: 6px 4px 5px 4px;
	}

	#availability_content #tabHeader5 {
		float: left;
		display: inline;
	}
	
	#availability_content {
		float: left;
		display: inline;
		width: 700px;
		text-align: left;
		padding: 0 5px 0 5px;
	}
	
	
	#price_holder {
		float: left;
		display: inline;
		width: 245px;
		text-align: center;
		padding: 44px 5px 0 5px;
	}	
	
		
		#lblPriceValue {
			font-size: 1.7em;
			font-weight: bold;
			color: #f00;
			margin: 10px 0;
		}
		
		#pricesPer {
			margin-top: 8px;
			text-align: center;
			font-weight: bold;
		}
		
		#lblBookingFeeAddedInfoManual { 
			display: block;
			padding-bottom: 6px; 
			font-size: 0.9em;
			
		}	
		
h1#avail_pricing_h1 {}

#mainContent {
	margin-left: 0 !important;
}

#lblHolidayDuration, #lblHolidayMonthYear {
	float: left;
	font-size: 1.1em;
	padding-top: 3px;
	width: 200px;
}

#cmbMonth, #cmbYear {
	margin-bottom: 10px;
}

/** fix 1px issue in IE6 and 7 **/
.staticCalendar {
	border-top: 1px solid #eaeaea !important;
}

#nextCalCell .staticCalendar {
	border: 0 !important;
}

#wasnow {
display: block;
padding-bottom: 6px; 
}
#lblWasValue {
font-weight:bold;
font-size:1.4em;
color:#f00;
}
#lblNowValue {
font-weight:bold;
font-size:1.7em;
color:#f00;
}

#tabDescription1 {
color:#ff0000;
}
