/* Hotelplan AG, Department EBM, 5/17/2006 BIE */
/***********************************************/

/* begin layout anpassungen für travel.ch > weber@travel.ch */

#bookingSearchBox 
{							
	/* blendet Suche links aus */
	display: none !important;
}

#bookingFrameContent 
{
	/* blendet 1px breiten Rahmen aus */
	/* Um Platz für die Suche links zu haben, wurde ein margin gesetzt */

	/* 05.12.08 BIE
	margin: 0px !important;					
	border: 0px solid #000 !important; 
	*/
	margin: 0px;
	border: none;	
}

/*oht, 15.04.2008 */
#bookingFrame .folderExtendedActive {
	/* 05.12.08 BIE
	display: none !important;
	*/
	display:none;							/* blendet header aus */
}
*/

#bookingFrameNavigation {					/* blendet unnoetige borders, welche optisch zum header gehoeren, aus. */
	/* 05.12.08 BIE
	border: 0px !important;
	display: none !important;
	*/
	display:none;
											/* blendet bereich links aus. */
}

#bookingFrameContent .boxTop { 			    /* blendet unnoetige bg-images, welche optisch zum header gehoeren, aus. */
	background-image: none !important;
}

#bookingFrameBasket {						/*  blendet Warenkorb links aus */
	display: none !important;
}

/* end layout anpassungen für travel.ch > weber@travel.ch */

/* 3.9.2007 */
#bookingFrame input[type="text"]{
	color:#6D88AF;
}
#bookingFrame select{
	color:#6D88AF;
}
/* 3.9.2007 */

#bookingFrame{
	width: 				740px;
	font-family:		Arial, Helvetica, sans-serif;
	margin:				0px;
}
#bookingFrame table td {
	font-size:			12px;
}
#bookingFrame form{
	margin:				0px;
}
#bookingFrame .folderTitlePos{
	position:			absolute;
	z-index:			20;
	left: 				3px;
}
#bookingFrame .folderTitle{
	float:				left;
	width:				50px;
	font-size:			16px;
	color:				#FFF;
	background-color: 	inherit;
	font-weight:		900;
	line-height:		40px;	
}
#bookingFrame .folderTitleBooking{
	color:				#5A87CF;
}
#bookingFrame .folderImg{
	float:				left;
	margin:				5px 3px 5px 5px;
}
#bookingFrame .folderTitleActive{
	float:				left;
	width:				50px;
	font-size:			16px;
	color:				#000;
	background-color: 	inherit;
	font-weight:		900;
	line-height:		40px;	
}

/* Folders Top */
#bookingFrame .folderExtended{
/*  05.12.08 BIE
	width: 				920px;
	min-height:         40px;
	background-color:	#C3CEDF;
	color:				#000;
	border-top:			1px solid #000;
	border-left:		1px solid #000;
	border-right:		1px solid #000;	
	margin-bottom:		1px;
	font-size:			12px;	
*/
	display:none;
}

/*oht, 15.04.2008
#bookingFrame .folderExtendedActive{
	width: 				920px;
	min-height:         40px;
	margin:				0px;
	background-color:	#FFF;
	color:				#000;
	border-left:		1px solid #000;
	border-top:			1px solid #000;
	border-right:		1px solid #000;	
	font-size:			12px;	
}
*/

#bookingFrame .folderExtendedActive{
	diplay:				block;
	width: 				717px;
	min-height:         40px;
	margin:				0px;
	background-color:	#FFF;
	color:				#000;
	border-bottom:		1px solid #CCCCCC;	
	margin-bottom:		10px;
	margin-left:		10px;	
	font-size:			12px;	
}


#bookingFrame .emptyRow{
	height:				40px;
}

#bookingFrame  .topTitle{
	float:				left;
	width:				140px;
	line-height:		40px;
	font-weight:		900;
	font-size:			16px;
	color:				#FFF;
	background-color:	inherit;
}
/* tag: a */
/* current: blue to gray */
#bookingFrame a:link, a:visited {
	text-decoration:	none;
	color:				#4775BF;
	background-color:	inherit;
}
#bookingFrame a:hover, a:active {
	color:				#CCC;
	background-color:	inherit;
}
/* current: red to gray */
#bookingFrame a.link1:link, a.link1:visited {
	text-decoration:	none;
	color:				#CC0000;
	background-color:	inherit;
}
#bookingFrame a.link1:hover, a.link1:active {
	color:				#CCC;
	background-color:	inherit;
}
/* current: red to white */
#bookingFrame a.link2:link, a.link2:visited {
	color:				#CC0000;
	background-color:	inherit;
}
#bookingFrame a.link2:hover, a.link2:active {
	text-decoration:	underline;
	color:				#FFF;
	background-color:	inherit;
}

/*  text colors and size */

/* Update 14.08.2006 */
#bookingFrame .textInformation{
	font-style:			italic;
	color:				#009900;
	background-color:	inherit;	
}
/* Update 14.08.2006 */

/* Update 13.02.2007 */
#bookingFrame .textTitle{
	font-weight:		900;
	font-size:			16px;
	color:				#000;
	background-color:	inherit;	
}
/* Update 13.02.2007 */

#bookingFrame .textImportant{
	font-weight:		900;
	color:				#000;
	background-color:	inherit;	
}

#bookingFrame .textHighlight{
	font-weight:		900;
	color:				#CC0000;
}


#bookingFrame .textHint{
	font-size:			11px;
}

#bookingFrame .textOffer{
	font-weight:		900;
	background-color:	inherit;
	color:				#6D88AF;
}
#bookingFrame .textInfo{
	color:				#090;
	background-color:	inherit;	
}
#bookingFrame .textInfoPlus{
	color:				#AFAFAF;
	font-weight:		900;
	text-decoration:	underline;
	background-color:	inherit;	
}
#bookingFrame .textRequest{
	color:				#CC0000;
	background-color:	inherit;	
}
#bookingFrame .textError{
	color:				#FF0000;
	text-decoration:	underline;
	background-color:	inherit;	
}
#bookingFrame .textNote{
	color:				#999;
	font-size:			11px;
}
#bookingFrame .textHighlight{
	font-weight:		900;
	color:				#CC0000;
	background-color:	inherit;	
}
#bookingFrame .legend{
/*  05.12.08 BIE
	float:				left;
	margin-left: 		5px;
	margin-top:			15px;
	width:				130px;
*/
	display:none;
}
#bookingFrame .lineTop{
	border-top:			1px solid #000;
}

#bookingFrame .rowSearch{
	border-top:			1px dashed #C9C9C9;
	margin-bottom:		3px;
	padding:			3px 0px 0px 5px;
}
/* Update 6.11.2006 */
#bookingFrame .rowArea{
	border-top:			1px dashed #C9C9C9;
	margin:				15px 0px 0px 0px;
	padding-top:		3px;
}
/* Update 6.11.2006 */
/* buttons */
#bookingFrame .folderButton{
	float:				left;
	margin:				10px 0px 0px 0px;
}
#bookingFrame .buttonDetail{
	width:				70px;
	height:				20px;
	background-color:	#f9f9f9;
	color:				#CC0000;
	font-size:			11px;	
	border:				1px solid #CC0000;
	cursor:				pointer;
}
#bookingFrame .buttonSearch{
	margin-left:		7px;
	width:				75px;
	height:				22px;	
	font-size: 			10px;
}
#bookingFrame .buttonBasket{
	width:				132px;
	height:				22px;
	font-size:			10px;
}
#bookingFrame .buttonMore{
	width:				180px;
	height:				22px;
}
#bookingFrame .buttonRightBottom{
	margin:				10px 0px 10px 0px;
}
#bookingFrame .folderInOut{
	text-align:			right;
}
#bookingFrame .folderInOut img{
	margin-right:		3px;
}
/* Basket and small Folders */
/********************************************/

/*oht, 15.04.2008
#bookingFrameNavigation{
	position:			absolute;
	z-index:			5;
	float:				left;
	margin:				0px 0px 0px 0px;
	width: 				180px;
	border-top:			1px solid #000;		
	border-right:		1px solid black;
	font-size:			12px;	
}
*/

#bookingFrameNavigation .innerNavigation{
	margin:				10px 5px 10px 5px;
}
#bookingFrameNavigation .folder{
/*  05.12.08 BIE
 	float:				left;
	width:				179px;
	height:				40px;
	background-color:	#C3CEDF;
	color:				inherit;
	border-left:		1px solid #000;
	border-bottom:		1px solid #000;	
	margin-top:			1px;	
*/
	display:none;
}

#bookingFrameNavigation .active{
	background-color:	#FFDFDF;
}
#bookingFrameNavigation .folderBookingActive{
	color:				#CC0000;
	font-size:			13px;
	line-height:		13px;
	padding-top:		7px;
}
#bookingFrameNavigation .folderBooking{
	font-size:			13px;
	line-height:		13px;	
	padding-top:		7px;
}
#bookingFrameContent{
	position:			absolute;
	z-index:			1;
	float:				right;
	margin:				0px 0px 0px 180px;
	width: 				740px;
	background-color:	#FFF;
	color:				inherit;
	border-left:		1px solid #000;		
	border-right:		1px solid #000;		
	border-bottom:		1px solid #000;		
	font-size:			12px;	
}
#bookingFrameContent .innerContent{
	margin:				0px 5px 5px 5px;
}
#bookingFrameNavigation .folderActive{
	position:			relative;
	z-index:			2;
	float:				left;
	width:				180px;
	height:				40px;	
	background-color:	#FFF; 
	color:				inherit;
	font-weight:		900;
	line-height:		40px;
	font-size:			16px;
	border-left:		1px solid #000;
	border-bottom:		1px solid #000;	
	margin-bottom:		1px;	
}
#bookingFrameBasket{
	float:				left;
	background-color:	#FFDFDF;
	color:				inherit;
	width: 				179px;
	border-top:			1px solid #FFF;
	border-left:		1px solid #000;
	border-bottom:		1px solid #000;	
}
#bookingFrameBasket .spacer{
	height:				5px;
}

/* bookingFrameContent */
#bookingFrameContent .boxTitle{
	position:			relative;
	z-index:			20;
	margin-left:		7px;
	padding-left:		5px;
	background-image:	url(images/misc/bg_boxTitle_medium.gif);
	background-repeat:	no-repeat;
	font-size:			12px;
	font-weight:		900;
	width:				350px;
	height:				18px;
	line-height:		18px;
}

#bookingFrameContent .boxTop{
	background-image:	url(images/misc/bg_boxTop.gif);
	background-repeat:	repeat-x;
	position:			relative;
	z-index:			20;
	margin-left:		7px;
	margin-right:		12px;	
	padding-top:		5px;
	padding:			5px 5px 0px 0px;
	text-align:			right;
	font-size:			12px;
	font-weight:		900;
}


#bookingFrameContent .boxFrame{
	position:			relative;
	z-index:			19;
	background-color:	#FFF;
	color:				inherit;
	width:				705px;
	margin:				-10px 0px 0px 11px;
	border:				1px solid #C2C2C2;
	left: 				-1px;
}
#bookingFrameContent .boxFrameHighlight{
	background-color:	#F7F7F7;
	color:				inherit;
}
#bookingFrameContent .boxFrameHighlightPrice{
	border-top:			0px;
	background-color:	#EFF6FF;
	color:				inherit;
}


/* Update 25.07.2006 */
#bookingFrameContent .brandLineHP{
	background-image: 	url(images/brands/hotelplan_line.gif);
	background-repeat:	repeat-x;
}

#bookingFrameContent .brandLineHG{
	background-image: 	url(images/brands/globus_line.gif);
	background-repeat:	repeat-x;
}

#bookingFrameContent .brandLineAP{
	background-image: 	url(images/brands/hotelplan_line.gif);
	background-repeat:	repeat-x;
}

#bookingFrameContent .brandLineHE{
	background-image: 	url(images/brands/hotel_line.gif);
	background-repeat:	repeat-x;
}

#bookingFrameContent .brandLineHM{
	background-image: 	url(images/brands/mtravel_line.gif);
	background-repeat:	repeat-x;
}

#bookingFrameContent .brandLineEO{
	background-image: 	url(images/brands/esco_line.gif);
	background-repeat:	repeat-x;
}

#bookingFrameContent .brandLineEA{
	background-image: 	url(images/brands/easy_line.gif);
	background-repeat:	repeat-x;
}

#bookingFrameContent .brandLineTP{
	background-image: 	url(images/brands/tpt_line.gif);
	background-repeat:	repeat-x;
}
/* Update 25.07.2006 - End */


#bookingFrameContent .iframeSelection{
	background-color:	#FFF;
	color:				inherit;	
	border:				1px solid #C2C2C2;
	overflow:	 		visible;
}
#bookingFrameContent .iframeBox{
	float:				left;
	margin:				5px 40px 0px 0px;
}

#bookingFrameContent input, select {
	font-size:			12px;
}
#bookingFrameContent .userFields{
	border:				1px solid #779DBF;
	background-color:	#FFF;
	color:				#6D88AF;
}

#bookingFrameContent .itemSearch{
	float:				left;
	width:				170px;
	margin:				0px;
}
/* 26.11.2006*/
#bookingFrameContent  .wishCheck{
	float:				left;
	width:				40px;
}
#bookingFrameContent  .wishText{
	float:				left;
	width:				130px;
}
/* 26.11.2006*/

/* 3.9.2007 */
	
	#bookingFrame input[type="text"]{
		color:#6D88AF;
	}

	#bookingFrame select{
		color:#6D88AF;
	}

/* 3.9.2007 */

#bookingFrameContent .bgSearch{
	background-color:	#F9F9F9;
	color:				inherit;	
}
#bookingFrameContent .separator{
	border-top:			1px solid #C2C2C2;
}
#bookingFrameContent .separatorDark{
	border-top:			1px solid #000;
}

#bookingFrameContent .bgBooking{
	background-color:	#FFDFDF;
	color:				inherit;	
}
#bookingFrameContent .bgBookingOK{
	background-color:	#FFDFDF;
	color:				inherit;	
	border-color:		#000000;
	margin-top:			18px
}

#bookingFrameContent .infoBoxHotel{
	margin-top:			24px;
	margin-bottom:		15px;
}
#bookingFrameContent .infoBoxHotelList{
	margin-top:			15px;
	margin-bottom:		15px;
}

#bookingFrameContent .infoHotel{
	margin-top:			7px;
	margin-bottom:		7px;
}
#bookingFrameContent .infoPikto{
	margin:				0px 0px 3px 0px
}
#bookingFrameContent .textPrice{
	font-size:			16px;
	font-weight:		bold;
	color:				#009933;
	background-color:	inherit;
}
#bookingFrameContent .spaceRow{
	margin-top:			3px;
}
#bookingFrameContent .spaceRowMedium{
	margin-top:			10px;
}

#bookingFrameContent .boxCriteria{
	margin:				5px 0px 3px 0px; 
	border:				1px solid #C3CEDF; 
	padding:			0px 0px 0px 3px;
	background-color:	#E0E6EF;
}

#frameBookingRoom select{
	z-index:			1;
	margin-top:			2px;
}

/* ToolTip */
#dhtmltooltip{
	position: 			absolute;
	visibility: 		hidden;
	z-index: 			100;
	width: 				160px;
	border: 			1px solid #000000;
	padding: 			2px;
	background-color:	#FFFF99;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	text-align:			left;
}
.infoBoxRoom{
	background-color:	#FFFF99;
	color:				#000000;
	border: 			1px solid #000000;
	float:				right; 
	width:				160px; 
	margin:				3px 0px 1px 0px;
	padding:			1px;
	font-size:			11px;
}
/* Update 25.07.2006 */
.insurance{
	width:				95%;
	height:				20px;
	margin-top:			5px;
	margin-bottom:		5px;	
	font-size:			11px;
	font-style:			italic;
	background-image:	url(images/misc/bg_insurance.gif);
	background-repeat:	repeat-x;
	padding:			2px 2px 2px 2px;
}

/* Update 29.06.2006 */
.tooltipRequest{
	/*background-image:	url(images/misc/bg_request.gif); 
	background-repeat:	no-repeat;padding-top:3px;*/
	text-align:			right;
	margin-bottom:		7px; 
	width:				166px; 
	height:				21px; 
	color:				#CF2626; 
	cursor:				default; 
}


/* Update 04.09.2006 */
#bookingFrameContent .roomTd{
	border-left: 		1px solid #C2C2C2;
	background-color: 	#E0E6EF;
	border-bottom:		1px solid #000;
	color: 				#000;
	text-align: 		center;
}
#bookingFrameContent .roomTdStart{
	border-bottom:		1px solid #000;
}
#bookingFrameContent .roomTdInfo {
	vertical-align:		bottom;
	border-left:		1px solid #C2C2C2;
	text-align:			left;
	font-size:			11px;
}
#bookingFrameContent .roomTdTop {
	vertical-align:		bottom;
	border-left:		1px solid #C2C2C2;
	text-align:			left;
	font-size:			11px;
}
#bookingFrameContent .textSelected {
	font-size: 			11px;
	font-weight: 		900;
	color:				rgb(0, 153, 102);
	background-color: 	inherit;
}
#bookingFrameContent .textRoomInfo {
	font-size: 			11px;
	color: 				#FF0000;
	background-color: 	inherit;
}

#bookingFrameContent .boxDownTitle{
	margin-top:			-10px; 
	background-color:	#EFF6FF;
}

#bookingFrameContent .boxDownSecure{
	/*margin-top:		-10px;
	background-color:	#FFFFCC; */
}
#bookingFrameContent .boxSecure{
	/*margin-top:		-10px; */
	background-color:	#FFFFCC;
}

#bookingFrameContent  .tdHeightSmall{
	height:				5px;
}

#bookingFrameContent  .carLimitNo{
	background-color:	#D1EFD2;
	color:				#009900;
	font-size:			11px;
	padding-left:		3px;
	text-align:			center;	
	margin:				5px 1px 2px 1px;	
	width:				128px;	
}

#bookingFrameContent  .carLimitYes{
	background-color:	#FFDFE0;
	color:				#CC0000;
	font-size:			11px;
	padding-left:		3px;
	text-align:			center;	
	margin:				5px 1px 2px 1px;	
	width:				128px;
}

#bookingFrameContent  .carButton{
	font-size:			10px;
}

#bookingFrameContent  .carFirmBox{
	margin:0px; 
	padding:8px 5px 5px 5px; 
	border:1px solid #C9C9C9;
	text-align:left
}

/* Lastminute & more: begin ***********************************************************/
/* Sidebar left side */
#bookingSearchBox{
	position:relative;
	float:left;
	color:inherit;
	width:180px;
	border-top:1px solid #FFF;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(images/quicksearch/bgSidebar.gif);
	background-repeat:repeat-y;
}

#bookingSearchBox .userFields{
	background-color:#FFFFFF;
	border:1px solid #779DBF;
	color:#6D88AF;
}

#bookingSearchBox div{
	margin:   3px;
	padding: 3px;
}

#bookingSearchBox div p{
	background-image:url(images/misc/bg_boxTop.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:7px 0 0 0;
	font-size:11px;
	padding-top:5px;
}
#bookingSearchBox .textBoxTitle{
	color:#333333;
}

#bookingFrameContent .boxTop ul{
	margin: 0 !important;
	padding-top:5px;
}

#bookingFrameContent .boxTop ul li{
	display:inline !important; 
	padding: 1px 3px !important;
	margin: 3px 3px 0 0 !important;
}

#bookingFrameContent .boxTop ul li.active{
	border:#C2C2C2 solid 1px !important;
	background-color:#FFFFCC;
	color:#CC0000;
}
#bookingFrameContent .boxTop ul li.notActive{
	border:#CCCCCC solid 1px !important;
	color:#CCCCCC !important;	
}

#bookingFrameContent .linkDestination{
	color:#CC0000 !important;	
	font-weight:bold !important;
}
#bookingFrameContent .linkDestination:hover{
	color:#999999 !important;
}

#bookingFrameContent .boxTop ul li.historyBack{
	border: none !important;
	padding: 1px 0 !important;
}

#bookingFrameContent .cards{
	float:left;
	margin-right:5px;
	position:relative;
	padding:1px;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;	
}

/* destination results*/
.listing td.rowTop{
	font-weight:bold;
	background-color:#EFEFEF;
	background-image:none;
}
.listing td.tdPrice{
	font-weight:normal;
	color:#999 !important;
}
.listing .tdPrice a{
	font-weight:bold !important;
	color:#009900 !important;
}
.listing td.tdPrice a:hover{
	color:#CCCCCC !important;
}
.listing td.rowRegion{
	font-weight:bold;
	background-color:#F7F9FB;
	color:#CC0000;	
}
.listing td{
	background-color:#FFFFFF;
	background-image:url(images/misc/bg_boxTop.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	font-weight:bold;
}


/* start new 11.06.2007 */
.listing .noBg{
	background-image:none;
}
.flightOnly{
	text-align:center;
	width: 177px;
	height: 133px;
	border: 1px solid #CCCCCC;
	background-color:#F7F7F7;
}
.flightOnlyTop{
	margin:20px;
}
.flightOnlyBottom{
	margin:15px;
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
}
.flightOnlyText{
	font-size:18px;
	font-weight:bolder;
	color:#999999;
}
/* end new 11.06.2007 */

.listing .padding{
	padding-left: 10px;
}
.listing .normal{
	font-weight:normal;
	vertical-align:top;
}
.listing .noBg{
	background-image:none;
}

/****************************************************/
#bookingFrameContent .textSelection{
	color:#999;
	font-weight:bold;
}

#bookingFrameContent .hotelBrandHP{
	float:left;
	color:#CC0000;
	font-weight:bold;
	padding:3px 0 5px 0;
}
#bookingFrameContent .hotelBrandAP{
	float:left;
	color:#CC0000;
	font-weight:bold;
	padding:3px 0 5px 0;
}
#bookingFrameContent .hotelBrandHM{
	float:left;
	color:#FF9900;
	font-weight:bold;
	padding:3px 0 5px 0;
}
#bookingFrameContent .hotelBrandHE{
	float:left;
	color:#AFAFAF;
	font-weight:bold;
	padding:3px 0 5px 0;
}
#bookingFrameContent .hotelBrandEO{
	float:left;
	color:#2380BF;
	font-weight:bold;
	padding:3px 0 5px 0;
}
#bookingFrameContent .hotelBrandEA{
	float:left;
	color:#FFE300;
	font-weight:bold;
	padding:3px 0 5px 0;
}


#bookingFrameContent .hotelDuration{
	float:right;
	color:#999999;
	font-weight:bold;
	padding:3px 0 5px 0;
}

#bookingFrameContent .hotelMeal{
	color:#999999;
	font-style:italic;
}

#bookingFrame .lineSeparator{
	background-image:url(images/misc/bg_boxTop.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
}
/* Lastminute & more: end ***********************************************************/

/** waiting screens **********************************************/
#waitingSection{
	height:372px;
	margin:0 15px 20px 15px;
	background-image:url(images/waitingscreens/bg_header.jpg); 
	background-repeat:repeat-x;
	z-index:1;
}
#waitingSection .textHeader{
	font-size:20px; 
	height:72px;
}
#waitingSection #infoBox{
	position:relative;
	background-image:url(images/waitingscreens/bg_bottom.gif);
	background-repeat:no-repeat;
	top:210px;
	left:330px;
	width:365px;
	height:156px;
	position:absolute;
	z-index:100;
	font-size:14px;
	
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#waitingSection #offerImage{
	z-index:1;
	width:470px; 
	height:230px;
	margin-left:24px;
}
#waitingSection .textClaim{
	margin:0;
	font-style:italic;
	padding-left:23px;
	font-size:14px; 
	color:#A3A3A3;
	z-index:1;
}
#waitingSection .textWait{
	color:#CC0000;
}

/* UPDATE: Katalogferien: 18.08.2007 BIE 
 ***********************************************************************************/
#bookingFrame .boxImportant{
	margin: 0 15px 5px 15px; 
	padding:3px; 
	background-color:#FFECEC; 
	border:#CC0000 solid 1px;
}
/*oht:  update,27.11.2007 */
#BookingFrame .InfoAccommodation{
	margin: 0 15px 5px 15px; 
	padding:3px; 
	background-color:#FFFFCC; 
	border:#808080 solid 1px;
}
#bookingFrame .textPreSelection{
	color:#3366CC;
	font-weight:bolder;
}
#bookingFrame .airportSelect{
	background-color:#FFFFCC;
}
/* active section */
#bookingFrame #tableActive h4{
	margin:15px 0 5px 0;
	font-size:16px;
	margin-top:15px;
}
#bookingFrame .tableActive{
	border:1px solid #999;
	margin-bottom:5px;
}
#bookingFrame #tableActive table{
	border:1px solid #999;
	margin-bottom:5px;
	color:#000;
}
#bookingFrame #tableInActive input{
	height:20px;
}
/* inactive section */
#bookingFrame #tableInActive h4{
	margin:0px;
	font-size:16px;
	margin:15px 0 5px 0;
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textPreSelection{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .airportSelect{
	background-color:#F5F5F5;
}
#bookingFrame #tableInActive table{
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textBusiness{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textEconomy{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textHighlight{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textInfo{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textFlightGo{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textFlightNoGo{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textSupersaver{
	color:#CCCCCC;
}
#bookingFrame #tableInActive .textSpartipp{
	color:#CCCCCC;
}
#bookingFrame #tableInActive img{
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
}
#bookingFrame #tableInActive input{
	visibility:hidden;
	height:20px;
}
#bookingFrame #tableInActive .airportSelect{
	color:#F0F0F0;
	color:#CCCCCC;
}
#bookingFrame #tableInActive .airportDisabled{
	color:#F0F0F0 !important;
	color:#CCCCCC !important;
}
/* common plus */
#bookingFrame .textEconomy{
	color: #3366CC;
}
#bookingFrame .textBusiness{
	color: #3366CC;
}
#bookingFrame .textFlightGo{
	color: #FFCC00;
	font-weight:bolder;
}
#bookingFrame .textFlightNoGo{
	color: #CC0000;
	font-weight:bolder;	
}
#bookingFrame .textSupersaver{
	color: #CC0000;
}
#bookingFrame .textSpartipp{
	color: #FF6600;
}
#bookingFrame .textMeal{
	color:#999999;
}

/* region update  14.09.2007 */
#bookingFrame .holidayOption{
	float:left;
	margin:0 0 5px 0;
	width: 215px;
}
#bookingFrame .holidayOption h4{
	font-size:12px;
	color: #4775BF;
	margin:0 0 3px 0;
}
#bookingFrame .holidayOption p{
	margin:0;
}
#bookingFrame .holidayOption p img{
	margin-left:5px;
}
/* endregion update  14.09.2007 */

/* update oht: 17.10.2007*/
#bookingFrame .dropdownTitle{
        background-color: #E5E5E5;
}

/* update 25.10.2007 */

#bookingFrame #tableInActive table .textRequest{
	color:#CCCCCC;
}
#bookingFrame #tableInActive table .textNote{
	color:#CCCCCC;
}
#bookingFrame .smallText td.lineSeparator{
	font-size:11px;
}
#bookingFrame .preSelection{
	background-color:#FFFFCC;
}

/* update 25.10.2007 */