/* 	AMADEUS APP STYLES */

/* Begins smart search styles do not remove */		    	
.resultLink {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;					
}

.resultDiv {
	position: absolute;
	z-index:3;
}	
.selected {
	background-color: #069900;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	cursor: hand;
	outline: none;
}				
.highLight {
	background-color: #069900;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	cursor: hand;	
	outline: none;
}	

.showContainer {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	position: absolute;
	z-index:3;
}
#iLayerOrig {
	width:369px;
	height:130px;
	position: absolute;                                             
}

#iLayerDest {
	width:369px;
	height:130px;
	position: absolute;                                             
}
.iLayerShowIE {
	display: none;			
	_display: block;  					
}		
.iLayerHide {
	display: none;                                            
}
#origin_output {
	position: absolute; 		
	_height: 130px;
	text-align: left;
	font: 11px arial;
	padding: 4px 4px 4px 4px;
	z-index:3;
}          
#destination_output {
	position: absolute; 	
	_height: 130px;
	text-align: left;
	font: 11px arial;
	padding: 4px 4px 4px 4px;
	z-index:3;
} 	
#shadow-container {
	position: absolute;
	width:369px;
	padding-left: 3px;
	padding-top: 4px;		
	z-index:3;
} 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;		
} 
#shadow-container .shadow1 {
	background: #F1F0F1;
} 
#shadow-container .shadow2 {
	background: #DBDADB;
} 
#shadow-container .shadow3 {
	background: #B8B6B8;
} 
#shadow-container .container {		
	background: #ffffff;
	border: 1px solid #7F9DB9;			
}

/* Begins module styles do not remove */
.ajaxLoad {
	font-size: 13px;
	font-family:arial,helvetica,sans-serif;
	text-align: center;   
	text-valign: middle; 
	background-color: #EEF2FB; 
	border-style: solid;
	border-width: 2px;
	border-color: #00007C; 
	width: 386px;
	height: 256px;        
}

.noScript {
	width: 376px;
	background-color: #ffffcc;
	border-top: 1px solid #D6E2F0;
	border-left: 1px solid #D6E2F0;
	border-bottom: 1px solid #D6E2F0;
	border-right: 1px solid #D6E2F0;
	padding-top: 8px;
	padding-left: 8px;                    
	font: 11px arial,helvetica,sans-serif; 
	color: Red;	                 
}
				
.SFError {
	width: 376px;
	background-color: #ffffcc;
	border-top: 1px solid #D6E2F0;
	border-left: 1px solid #D6E2F0;
	border-bottom: 1px solid #D6E2F0;
	border-right: 1px solid #D6E2F0;
	padding-top: 8px;
	padding-left: 8px;                    
	font: 11px arial,helvetica,sans-serif;
}          
		   
.SFErrHead {
	padding-left: 4px;
}

.SFErrMsg {
	padding-left: 20px;
}

.iconAlert {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 0px;                 
}

.stdModContainer {
	background-color: #EEF2FB;
	border-style: solid;
	border-color: #00007C;    
	border-width: 2px 2px 2px 2px;   
}

.vDivider {
	border-left: 1px solid #00007C;
}

.vDividerRight {
	border-right: 1px solid #00007C;
}

.hDivider {
	border-bottom: 1px solid #00007C;
}

.hDividerTop {
	border-top: 1px solid #00007C;
}

ul.noStyle {
	list-style: none;
	margin-left: 0;
	margin-bottom: 2;
	padding-left: 1em;    
	text-indent: -1em;
}

/* End of module styles */ 

