
/*added for Booking Engine room search*/
form
{
	padding:			0px;
	margin:				0px;
}
#rmSearchForm
{
	width:				220px;
	background-color:	#bde7ff;
}
#rmFormHeader
{
	height:				49px;
	background-image:	url('/graphics/searchFormHeader.gif');
	background-repeat:	no-repeat;
}
.roomRateNum
{
	display:			none;
}
#rmFormFooter
{
	height:				10px;
	background-image:	url('/graphics/searchFormFooter.gif');
	background-repeat:	no-repeat;
}
.roomDates
{
	height:				40px;
	z-index:			32768;
	margin-top:			8px;
}
.rmDate
{
	float:				left;
	width:				92px;
	margin:				0px 8px;
	z-index:			3;
}
.rmDateInput
{
	position:			relative;
	height:				20px;
	border:				1px solid #a6a6a6;
	background-color:	#ededed;
	z-index:			3;
}
.rmCalendar
{
	float:				right;
	z-index:			3;
}
.roomSelect
{
	margin:				6px 8px 0px;
}
.roomSelector
{
	width:				204px;
}
.rmGuests
{
	margin:				12px  8px 0px;
}
.guestInput
{
	border:				1px solid #a6a6a6;
}
.rmCheck
{
	text-align:			right;
	margin:				0px 10px;
}
/*RoomSearch Calendar*/
#selectCheckIn
{
	border:				1px solid #2b2b2b;
}
#selectCheckOut
{
	border:				1px solid #2b2b2b;
}
.selectMonths
{
	position:			absolute;
	top:				22px;
	left:				0px;
	width:				360px;
	overflow:			auto;
	padding:			5px 2px;
	background-color:	#ffffff;
}
.searchCal
{
	border-collapse:	collapse;
	color:				#3f3f3f;
	padding:			0;
	padding-right:		5px
}
.calOne
{
	width:				177px;
	float:				left;
	padding:			0px 3px 0px 0px;
}
.calTwo
{
	width:				176px;
	float:				left;
	border-left:		1px solid #2b2b2b;
	padding:			0px 0px 0px 3px;
}
.rmCalCurrMo
{
	vertical-align:		middle;
	background-color:	#ffffff;
	color:				#419cc9;
	height:				22px;
	padding-left:		6px;
	text-align:			center;
	font-weight:		bold;
	border-right:		none;
	border-left:		none;
}
.rmCalPrevMo
{
	background-color:	#ffffff;
	color:				#ffffff;
	line-height:		0;
}
.rmCalNextMo
{
	background-color:	#ffffff;
	color:				#ffffff;
	line-height:		0;
}
.rmCalPrevNextMonth
{
	vertical-align:		top;
}
td.rmCalDate
{
	width:				25px;
	height:				20px;
	text-align:			center;
	vertical-align:		middle;
	font-weight:		bold;
	padding:			0;
}
td.active
{
	
	background-position: 0px 0px;
	background-repeat:	no-repeat;	
}
td.past
{
	color:				#BBBBBB;
}
td.monthName
{
	vertical-align:		middle;
	border:				1px solid #008fcc;
	background-color:	#008fcc;
	color:				#ffffff;
	text-align:			left;
	height:				18px;
	padding-left:		6px;
}
.rmCalDayName
{
	text-align:			center;
	vertical-align:		middle;
	height:				18px;
	color:				#419cc9;
	font-weight:		bold;
}
.calClose
{
	text-align:			right
}
/*search results*/
#roomListHeader
{
	background-image:	url('/graphics/roomResultsTopBG.gif');
	background-repeat:	no-repeat;
	height:				20px;
}
#roomListTopLegend
{
	float:				right;
	width:				220px;
	height:				20px;
	margin-top:			-10px;
}
#roomListTopLegend img
{
	vertical-align:		middle;
}
#roomListFooter
{
	background-image:	url('/graphics/roomResultsBottomBG.gif');
	background-repeat:	no-repeat;
	height:				20px;
	padding:			0px 10px;
	text-align:			right;
	color:				#929292;
}
.innerCriteria
{
	float:				left;
	padding:			10px 15px 10px 0px;
}
#icOne
{
	width:				80px;
}
#icTwo
{
	width:				250px;
}
#icThree
{
	width:				260px;
}
#icFour
{
	width:				70px;
	padding-right:		0px;
}
#searchCriteria
{
	overflow:			auto;
}
.searchHeading
{
	padding-bottom:		10px;
}
#RSinnerHeader
{
	border-left:			2px solid #67a4c9;
	border-right:			2px solid #67a4c9;
	height:				55px;
	padding:			5px 10px 0px;
}
#roomList
{
	border-left:		2px solid #67a4c9;
	border-right:		2px solid #67a4c9;
	overflow:			hidden;
}
#roomFormSpace
{
	height:				40px;
	padding:			15px 0px 25px 0px;
}
#roomFormHeader
{
	background-image:	url('/graphics/roomFormTopBG.gif');
	background-repeat:	no-repeat;
	background-color:	#67a4c9;
	color:				#ffffff;
	font-weight:		bold;
	height:				15px;
	padding:			13px 0px 12px 0px;
}
#roomForm
{
	border-left:		2px solid #67a4c9;
	border-right:		2px solid #67a4c9;
	padding:			20px 0px 0px;
}
.roomFormLine
{
	padding:			3px 0px 2px 0px;
	overflow:			auto;
}
.roomFormDate
{
	float:				left;
	width:				115px;
	padding:			0px 10px 0px 20px;
}
.roomFormCategory
{
	float:				left;
	width:				190px;
	padding:			0px 10px 0px 0px;
}
.roomFormRate
{
	float:				left;
	text-align:			right;
	width:				65px;
	padding:			0px 40px 0px 0px;
}
.roomFormAddedValue
{
	float:				left;
	width:				245px;
	padding:			0px;
}
#bottomLine
{
	padding:			10px 20px;
}
#roomFormFooter
{
	background-image:	url('/graphics/roomResultsBottomBG.gif');
	background-repeat:	no-repeat;
	height:				15px;
	padding:			0px 10px;
	text-align:			right;
	color:				#929292;
}
.calendarControls
{
	height:				16px;
	padding:			8px 10px 6px;
	font-weight:		bold;
	color:				#67a4c9;
	background-color:	#ffffff;
}
.roomListTitleRow
{
	height:				30px;
	margin-bottom:		5px;
}
.roomListNames
{
	float:				left;
	width:				234px;
	margin:				0px;
	padding:			0px;
}
#roomNameTitle
{
	width:				212px;
	height:				16px;
	padding:			8px 10px 6px;
	font-weight:		bold;
	color:				#ffffff;
	background-color:	#67a4c9;
	margin:				0px 2px 5px 0px;
}
.roomName
{
	width:				212px;
	height:				16px;
	padding:			22px 10px 18px;
	font-weight:		bold;
	background-color:	#e2f0f7;
	margin:				2px 2px 0px 0px;
}
.roomName img
{
	float:				right;
	vertical-align:		middle;
}
#roomCalendar
{
	float:				left;
	clear:				right;
	width:				467px;
	margin:				0px;
	padding:			0px;
	margin-right:		0px;
	padding-right:		0px;
}
.roomListDate
{
	float:				left;
	width:				61px;
	height:				26px;
	padding:			2px;
	font-weight:		bold;
	line-height:		13px;
	text-align:			center;
	color:				#ffffff;
	background-color:	#67a4c9;
	margin:				0px 2px 5px 0px;
}
.lastRoomListDate
{
	float:				left;
	width:				61px;
	height:				26px;
	padding:			2px;
	font-weight:		bold;
	line-height:		13px;
	text-align:			center;
	color:				#ffffff;
	background-color:	#67a4c9;
	margin:				0px 0px 5px 0px;
}
.weekend
{
	background-color:	#9aabb5;
}
.previousWeek
{
	width:				150px;
	float:				left;
	color:				#419cc9;
	font-weight:		bold;
}
.previousWeek img
{
	vertical-align:		middle;
}
.nextWeek
{
	width:				150px;
	float:				right;
	text-align:			right;
	color:				#419cc9;
	font-weight:		bold;
}
.nextWeek img
{
	vertical-align:		middle;
}
h5.roomDate
{
	font-weight:		normal;
	font-size:			10px;
	display:			inline;
	line-height:		11px;
}
.roomDaysWrap
{
	height:				58px;
}
.roomRate
{
	text-align:			center;
	float:				left;
	position:			relative;
	width:				65px;
	height:				43px;
	padding:			0px 0px 13px;
	margin:				0px 2px 2px 0px;
}
.lastRoomRate
{
	text-align:			center;
	float:				left;
	position:			relative;
	width:				65px;
	height:				43px;
	padding:			0px 0px 13px;
	margin:				0px 0px 2px 0px;
}
.rate_1
{
	background-color:	#85f5ff;
}
.rate_2
{
	background-color:	#afe2ff;
}
.rate_3
{
	background-color:	#afe2ff;
}
.rate_4
{
	background-color:	#afe2ff;
}
.bookedRoom
{
	background-color:	#e7e7e7;
	height:				30px;
	padding:			18px 0px 8px;
	
}
.bookAroom
{
	margin:				0px;
}
.openSpacer
{
	height:				12px;
	padding:			2px 2px 0px 0px;
}
.bookedSpacer
{
	height:				18px;
}
.addedValuleNotice
{
	width:				12px;
	height:				12px;
	position:			relative;
	top:				0px;
	float:				right;
	z-index:			500;
}
.rmResDisplay
{
/*	border-bottom:		2px dotted #4d4d4d;*/
	padding:			0px 0px 10px 0px;
	margin:				0px 0px 15px 0px;
	overFlow:			auto;
}
.rmThumb
{
	float:				left;
	width:				150px;
	height:				100px;
	margin-right:		10px;
}
.rmName
{
	display:			block;
	font-size:			14px;
	font-weight:		bold;
	font-variant:		normal;
	font-style:			normal;
	text-align:			left;
	margin:				0px 0px 10px 0px;
	background-color:	transparent;
	color:				#419cc9;
}
.rmPrice
{
	display:			inline;
	font-weight:		bold;
	font-variant:		normal;
	font-style:			normal;
	color:				#419cc9;
}
.confirmPrompt
{
	float:				left;
	height:				22px;
	width:				130px;
}
.confirmLine
{
	height:				20px;
	vertical-align:		middle;
}
.confirmVisual 
{
	height:				20px;
	vertical-align:		middle;
	margin-top:			-10px;
	float:				left;
}
.confirmVisual input
{
	height:				20px;
	vertical-align:		top;
	margin-top:			10px;
}
.confirmVisual img
{
	margin-top:			5px;
}
.required
{
	height:				16px;
}
.notRequired
{
	height:				16px;
}
select.required
{
	height:				20px;
	border:				1px solid #a6a6a6;
	background-color:	#ededed;
}
select.notRequired
{
	height:				20px;
	border:				1px solid #a6a6a6;
	background-color:	#ffffff;
}
.varRequired
{
	height:				16px;
	border:				1px solid #a6a6a6;
	background-color:	#ffffff;
}
.enhancedInput
{
	height:				15px;
	border:				1px solid #a6a6a6;
	background-color:	#ffffff;
}
.enhanceText
{
	float:				left;
	width:				540px;
	padding:			0px;
}
.enhancedPrompt
{
		float:			left;
		width:			180px;
}
.enhancedFormLine
{
	padding:			5px 0px 0px 0px;
}
a.plainLink
{
	text-decoration:	none;
}
a.plainLink:active
{
	text-decoration:	none;
}
a.plainLink:visited
{
	text-decoration:	none;
}
a.plainLink:hover
{
	text-decoration:	none;
}
