/* RIGHT-RAIL - Booking module */

/* tabula rasa */
#wrapper_rightrail #rr_booking_wrapper,
#wrapper_rightrail #rr_booking_wrapper *
{
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
}

/* base styles */
#wrapper_rightrail #rr_booking_wrapper
{
	position:relative;
	background-color:#dfdfdf;
	
	color:#294992;
	font-size:12px;
}

	#wrapper_rightrail #rr_booking_wrapper .content_wrapper
	{
		padding-bottom:8px;
		border:1px solid #ccc;
		background-color:#fff;
	}

	#wrapper_rightrail #rr_booking_wrapper h2,
	#wrapper_rightrail #rr_booking_wrapper h3,
	#wrapper_rightrail #rr_booking_wrapper fieldset
	{
		padding:8px;
		border:none;
	}

	#wrapper_rightrail #rr_booking_wrapper h2  /* the "check current prices" heading */
	{
		padding-top:0px;
		padding-bottom:0px;
		height:21px;
		background-color:#294992;
		
		color:#fff;
		font-size:14px;
		font-weight:bold;
		line-height:22px;
		text-transform:uppercase;
	}

	#wrapper_rightrail #rr_booking_wrapper h3,  /* the initial links in the popups version, the tab names in the tabbed version */
	#wrapper_rightrail #rr_booking_wrapper legend  /* the "compare" heading in the pop-ups */
	{
		background-color:#fff;
		
		color:#294992;  /* silly ol' ie */
		font-size:12px;
		line-height:10px;
		font-weight:bold;
		text-transform:uppercase;
		cursor:auto;
	}

	#wrapper_rightrail #rr_booking_wrapper h3
	{
		cursor:pointer;
	}

		#wrapper_rightrail #rr_booking_wrapper h3 .city
		{
			font-weight:normal;
		}
		
	#wrapper_rightrail #rr_booking_wrapper fieldset
	{
		padding-bottom:5px;
	}

/* form layout */
#wrapper_rightrail #rr_booking_wrapper form
{
	display:none;
	background-color:#fff;
	z-index:25;
}
#wrapper_rightrail #rr_booking_wrapper label
{
	display:block;  /* most of the inputs appear below the label, exceptions are over-ridden below */
	
	color:#294992 !important;
	font-weight:bold;
}

#wrapper_rightrail #rr_booking_wrapper select,
#wrapper_rightrail #rr_booking_wrapper option,
#wrapper_rightrail #rr_booking_wrapper input
{
	color:#000;
}

#wrapper_rightrail #rr_booking_wrapper select,
#wrapper_rightrail #rr_booking_wrapper option
{
	font-size:12px;
}

#wrapper_rightrail #rr_booking_wrapper select
{
	padding:2px;
	width:40px;
	border:1px solid #9fa9c2;
}

#wrapper_rightrail #rr_booking_wrapper input
{
	padding:2px 3px;
	border:1px solid #9fa9c2;
	
	font-size:11px;
	text-transform:uppercase;
}

/* the "destinations" section within the form */
#wrapper_rightrail #rr_booking_wrapper .places
{
	display:inline;  /* silly ol' ie */
}
	
	#wrapper_rightrail #rr_booking_wrapper #frm_bookFlights .places
	{
		display:block;
		width:100%;
	}

#wrapper_rightrail #rr_booking_wrapper .places input
{
	margin-bottom:8px;
	width:237px;
}

	#wrapper_rightrail #rr_booking_wrapper #frm_bookFlights .places p
	{
		float:left;
	}

	#wrapper_rightrail #rr_booking_wrapper #frm_bookFlights .places input
	{
		margin-right:28px;
		width:137px;
	}

		#wrapper_rightrail #rr_booking_wrapper #frm_bookFlights .places .column2 input
		{
			margin-right:0px;
		}

/* the "check-in/out" section within the form */
#wrapper_rightrail #rr_booking_wrapper .dates
{
	clear:both;
	margin-bottom:10px;
	padding:0px;
}

	#wrapper_rightrail #rr_booking_wrapper .dates legend
	{
		display:none;
	}

	#wrapper_rightrail #rr_booking_wrapper .dates p
	{
		float:left;
	}
	
	#wrapper_rightrail #rr_booking_wrapper .dates input
	{
		margin-right:15px;
		width:101px;
		
		font-size:12px;
	}
	
		#wrapper_rightrail #rr_booking_wrapper .dates img
		{
			position:relative;
			/* left:-21px; */
			left:-32px;
			top:0px;
		}

/* the "vendors" checkboxes section within the form */
#wrapper_rightrail #rr_booking_wrapper .vendors
{
	clear:both;
	padding:0px;
	margin-bottom:9px;
}

	#wrapper_rightrail #rr_booking_wrapper .vendors legend
	{
		padding:0px 0px 2px 0px !important;
		
		text-transform:capitalize;
	}

	#wrapper_rightrail #rr_booking_wrapper .vendors input
	{
		margin-top:0px;
		margin-bottom:0px;
		width:13px;
		border:none;  /* silly ol' ie */
		vertical-align:middle;
	}



#wrapper_rightrail #rr_booking_wrapper fieldset.vendors legend {
	padding:0px 0px 2px 0px !important;
}

#wrapper_rightrail #rr_booking_wrapper .vendors ul{
	display: block;
	width: 330px;
	margin-right: -25px;
	overflow: hidden;
	}

#wrapper_rightrail #rr_booking_wrapper .vendors li {
	list-style-type: none;
	float: left !important;
	background: none !important;
	width: 110px !important;
	padding: 0 0 0 0 !important;
	overflow:  visible;
	height: 1.7em;
	}
	
	
#wrapper_rightrail #rr_booking_wrapper .vendors input
{
	margin:0px 2px 0 0;
	border:none;  /* silly ol' ie */
}

#wrapper_rightrail #rr_booking_wrapper .vendors label
{
	display:inline;
	color:#484848 !important;
	position: relative;
}


	#wrapper_rightrail #rr_booking_wrapper .vendors label
	{
		display:inline;
		
		color:#484848 !important;
		font-weight:normal;
	}


/* the submit button section within the form */
#wrapper_rightrail #rr_booking_wrapper .submit_form
{
	margin-bottom:0px;
}

	#wrapper_rightrail #rr_booking_wrapper .submit_form input
	{
		float:left;
		margin:2px 20px 0px 0px;
		padding:0px;
		/* padding-left:91px;
		width:91px;
		height:23px; */
		padding-left:116px;
		width:116px;
		height:20px;
		border:none;
		background-color:transparent;
		/* background-image:url('http://www.budgettravel.com/bt-srv/includes/global/modules/rr_booking/images/btn_checkrates_001.gif');
		background-repeat:no-repeat;
		background-position:0px 0px; */
		background-image:url('http://www.budgettravel.com/bt-srv/images/sprite_buttons_v1.1.gif');
		background-repeat:no-repeat;
		background-position:0px -240px;
		overflow:hidden;
		cursor:pointer;
		
		color:#fff;
		font-size:0px;
		line-height:0px;
	}
	
	#wrapper_rightrail #rr_booking_wrapper .submit_form label
	{
		margin:0px;
		padding:1px 0px;
		
		color:#2b2b2b !important;
		font-size:10px;
		line-height:12px;
		font-weight:normal;
	}
	
/* ad below the module */
#wrapper_rightrail #rr_booking_wrapper
{
	padding-top:6px;
}

#wrapper_rightrail #rr_ad1
{
	padding-top:6px;
}

/* layout for interior "pop-ups" pages */
#wrapper_rightrail #rr_booking_wrapper.popups #titleCruises
{
	display:none;
}

#wrapper_rightrail #rr_booking_wrapper.popups form
{
	position:absolute;
	left:-40px;
	padding:16px 6px 6px;
	width:340px;
	background-image:url('http://www.budgettravel.com/bt-srv/images/bg_hor_grey-dashed_001.gif');
	background-repeat:repeat-x;
	background-position:0px 35px;
	border:1px solid #9babc2;
}

	#wrapper_rightrail #rr_booking_wrapper.popups form#frm_bookHotels
	{
		top:57px;
	}

	#wrapper_rightrail #rr_booking_wrapper.popups form#frm_bookFlights
	{
		top:79px;
	}

	#wrapper_rightrail #rr_booking_wrapper.popups form#frm_bookCars
	{
		top:101px;
	}

	#wrapper_rightrail #rr_booking_wrapper.popups form#frm_bookCruises
	{
		top:123px;
	}
	
/* the little "x" close button and the arrow tab */
#wrapper_rightrail #rr_booking_wrapper.popups form .arrow
{
	position:absolute;
	top:-11px;
	left:70px;
	margin:0px;
	padding:0px;
	width:27px;
	height:11px;
	background-color:transparent;
	background-image:url('http://www.budgettravel.com/bt-srv/includes/global/modules/rr_booking/images/tab_up_001.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#wrapper_rightrail #rr_booking_wrapper.popups form a.close_popup  
{
	position:absolute;
	top:0px;
	right:0px;
	margin:0px;
	padding:8px 4px;
	cursor:default;			
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999;
	line-height:0px;
	display:block;
	text-decoration: none;
}

	#wrapper_rightrail #rr_booking_wrapper.popups form a.close_popup:hover 
	{
		color: #000;
	}

#wrapper_rightrail #rr_booking_wrapper.popups legend
{
	padding-bottom:8px;
}

	#wrapper_rightrail #rr_booking_wrapper.popups legend span
	{
		display:none;
	}

#wrapper_rightrail #rr_booking_wrapper.popups h3
{
	padding-left:20px;
	height:6px;
	background-image:url('http://www.budgettravel.com/bt-srv/images/sprite_general_20090414.gif');
	background-repeat:no-repeat;
	background-position:-50px -210px;
}

/* layout for section "tabbed" pages */
#wrapper_rightrail #rr_booking_wrapper.tabbed .hidden
{
	display:none;
}

#wrapper_rightrail #rr_booking_wrapper.tabbed h2
{
	margin-bottom:22px;
}

#wrapper_rightrail #rr_booking_wrapper.tabbed h3
{
	position:absolute;
	top:28px;
	margin:0px;
	padding:4px 12px;
	height:14px;
	border-left:1px dashed #777;
	border-bottom:1px dashed #777;
	background-image:url('http://www.budgettravel.com/bt-srv/images/sprite_general_20090414.gif');
	background-repeat:no-repeat;
	
	color:#777;
	font-size:11px;
	line-height:11px;
}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3:hover
	{
		color:#294992;
		text-decoration:underline;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleHotels
	{
		width:56px;
		border-left:none;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleFlights
	{
		left:80px;
		/* width:58px; */
		width:59px;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleCars
	{
		left:163px;
		/* width:147px; */
		width:44px;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleCruises
	{
		left:231px;
		/* width:70px; */
		width:79px;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3 span
	{
		display:none;
	}

/* the active tab */	
#wrapper_rightrail #rr_booking_wrapper.tabbed h3.active,
#wrapper_rightrail #rr_booking_wrapper.tabbed form.active
{
	display:block;
	border-bottom:none;
	background-color:#fff;
	
	color:#294992;
}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleHotels.active
	{
		background-position:-20px -232px;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleFlights.active
	{
		background-position:-18px -232px;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleCars.active
	{
		background-position:-32px -232px;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed h3#titleCruises.active
	{
		background-position:-18px -232px;
	}
		
	#wrapper_rightrail #rr_booking_wrapper.tabbed form.active .places input
	{
		margin-bottom:0px;
	}
	
#wrapper_rightrail #rr_booking_wrapper.tabbed .places input
{
	margin-bottom:0px;
}

#wrapper_rightrail #rr_booking_wrapper.tabbed legend
{
	display:none;
}

	#wrapper_rightrail #rr_booking_wrapper.tabbed .vendors legend
	{
		display:block;
	}

	#wrapper_rightrail #rr_booking_wrapper.tabbed .vendors label
	{
		padding-right:2px;
	}
	
	
	
	
	
	
/* Added by Raghu*/
	#wrapper_rightrail #rr_booking_wrapper #frm_bookCruises .places p
	{
		float:left;
	}
	
	#wrapper_rightrail #rr_booking_wrapper #frm_bookCruises .dates
	{
		padding-top:4px;
	}

	#wrapper_rightrail #rr_booking_wrapper #frm_bookCruises .places select,
	#wrapper_rightrail #rr_booking_wrapper #frm_bookCruises .dates select
	{
		margin-right:10px;
		width:176px;
	}

		#wrapper_rightrail #rr_booking_wrapper #frm_bookCruises .places .column2 select,
		#wrapper_rightrail #rr_booking_wrapper #frm_bookCruises .dates .column2 select
		{
			margin-right:0px;
			width:130px;
		}
		
	/* #wrapper_rightrail #rr_booking_wrapper .dates select
	{
		margin-right:15px;
		width:101px;
		
		font-size:12px;
	} */
	
	
/* ///////////////////////////////////////////////////////// */
/* pop-up blocker handling - lightbox overlay effect         */

/**
 * 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
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;
	line-height:0px;
}

#jquery-lightbox a img { border: none; }
/* #lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
} */

#lightboxdemo
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#lightbox_demo
{
	position:absolute;
	right:30px;
	top:20px;
	margin:0px;
	padding:20px;
	width:600px;
	height:200px;
	background-color:#ffc;
		
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	text-align:left;
}

	#lightbox_demo span.arrow
	{
		display:block;
		position:absolute;
		top:-80px;
		right:20px;
		width:100px;
		height:200px;
		background-image:url('http://www.budgettravel.com/bt-srv/includes/global/modules/rr_booking/images/arrow_002.png');
		background-repeat:no-repeat;
		background-position:left top;
		z-index:-1;
	}

	#lightbox_demo span.corner
	{
		display:block;
		position:absolute;
		width:10px;
		height:10px;
		background-image:url('http://www.budgettravel.com/bt-srv/includes/global/modules/rr_booking/images/crnr_001.gif');
		background-repeat:no-repeat;
		
		font-size:0px;
		line-height:0px;
	}

		#lightbox_demo span.ul
		{
			top:0px;
			left:0px;
			background-position:left top;
		}
	
		#lightbox_demo span.ur
		{
			top:0px;
			right:0px;
			background-position:right top;
		}
	
		#lightbox_demo span.ll
		{
			bottom:0px;
			left:0px;
			background-position:left bottom;
		}
	
		#lightbox_demo span.lr
		{
			bottom:0px;
			right:0px;
			background-position:right bottom;
		}

	#lightbox_demo #close_lightbox
	{
		position:absolute;
		top:6px;
		right:10px;
		cursor:pointer;
		
		color:#000;
		font-size:14px;
		font-weight:bold;
	}

	#lightbox_demo #lightbox_message
	{
	}

		#lightbox_demo #lightbox_message .lightbox_msgText
		{
			font-size:13px;
			font-weight:bold;
			font-style:italic;
		}

		#lightbox_demo #lightbox_message img
		{
		}

		#lightbox_demo #lightbox_message p
		{
			margin:0px 0px 0px 296px;
		}

		#lightbox_demo #lightbox_message ul,
		#lightbox_demo #lightbox_message li
		{
			margin:0px;
			padding:0px;
		}

			#lightbox_demo #lightbox_message ul
			{
			}
	
			#lightbox_demo #lightbox_message li
			{
				margin-left:175px;
				list-style:decimal;
			}

		#lightbox_demo #lightbox_message .msg_browser
		{
			clear:both;
			margin-top:10px;
			padding-bottom:10px;
			border-bottom:1px solid #333;
		}

			#lightbox_demo #lightbox_message .msg_browser img
			{
				float:left;
				border:1px solid #333;
			}

		#lightbox_demo #lightbox_message .msg_other
		{
			clear:both;
			position:relative;
			padding-bottom:4px;
			border-bottom:1px solid #333;
		}

			#lightbox_demo #lightbox_message .msg_other p
			{
				float:left;
				margin:0px;
				font-size:11px;
				font-style:italic;
			}

			#lightbox_demo #lightbox_message .msg_other a
			{
				color:#00f;
			}

				#lightbox_demo #lightbox_message .msg_other a:hover,
				#lightbox_demo #lightbox_message .msg_other a:focus,
				#lightbox_demo #lightbox_message .msg_other a:active
				{
					text-decoration:underline;
				}

			#lightbox_demo #lightbox_message .msg_other .otherblockers_img
			{
				margin-left:30px;
			}

#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;	
}
