/* CSS Document */

/* overflow needed to have a decent display  */
.container{
  overflow-x:visible;
}

/* conf tabs */
div#tripSum, div#eticket {display:none;}

#conf .container, #conf .container2,
#cmtr .container, #cmtr .container2 {border:1px solid #CCCCCC;}


/* jump to  */
.tableQuickLinks {display:none;}


/* add car & hotel buttons */
.buttonOption {display:none;}
.buttonOption2 {display:none;}


/* barcode */
.sectionHolder#barcode {float:left;}

.barCode { /* to display the barcode in full when printing */
	float:left;
	margin-right:10px;
	height:auto;
	overflow:none;
	margin-bottom:10px;
}
.barCode img { /* to display the barcode in full when printing */
	width:291px;
	height:136px;
}
.barCode_email { /* to display the barcode in full when printing from an email */
	float:left;
	margin-right:10px;
}
/* Hide the warning text in case text only email */
.barCodeTEXTLegend {display:none;}

/* hyperlinks general */
a {text-decoration:none; color:#000;}


/* CONF page options Panel */
.page_options {display:none ! important;}


/* traveller information panel */
.tablePassenger#pax2 {display:none;}
.tablePassenger#pax1 {display:block ! important;}
.tablePassenger .buttonPlain {display:none;}
.tablePassenger a {display:none;}

/* flight selection panel */
.tableOptions {display:none;}

.ImgFlightStatus {display:none;}



/* CMT expand/collapse panels */

.conf_expandPanel a.viewHidePrint, .conf_expandPanel span.viewHidePrint {display:none ! important;}
.conf_expandPanel a.viewHide, .conf_expandPanel span.viewHide {display:none ! important;}
.sectionHolder_conf {display:block ! important;}
.eticketHolder {display:block ! important;}
.destInfoPanel {display:block ! important;}
a.linkOpen {display:none ! important;}
a.linkClose {display:none ! important;}

.sectionHolder_conf {
	background-color:#fff;
	border:none;
	padding:0;}
	
.sectionHolder_conf .sectionHolder{background-color:#fff;}
.sectionHolder_conf .div_hr {background-color:#fff;}


/* special requests */
.tablePref .buttonPlain {display:none;}
	

/* destination information */
.destInfoPanel#di_o1, .destInfoPanel#di_o2, .destInfoPanel#di_o3 {display:none;}
.destInfoPanel#di_c1, .destInfoPanel#di_c2, .destInfoPanel#di_c3 {display:block ! important;}


/* footer links */
.tableNavHeader a {display:none;}
.footerTable {display:none;}


/* copyright */
.footerTableCopy {margin:0;}
.container, .container2{margin-bottom:10px;}

.notToPrint {display:none ! important;}





