div.smart_suggest_shade {
	position:absolute;
	max-width:500px;
	overflow:hidden;
	max-height:120px;
	background-color:white;
	border:0px solid #888;
	margin:0px;
	padding:0px;
	z-index:200;
}
div.smart_suggest {
	position:absolute;
	max-width:500px;
	overflow-X:hidden;
	max-height:120px;
	overflow-Y:auto;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index:2000;
}
div.smart_suggest {
	height:expression(this.scrollHeight > 120? "120px" : "auto" );
}
ul.airports  {
	list-style-type: none;
	margin:0px;
	padding:0px;
}		
li.oddRowLi{
	list-style-type: none;
	display:block;
	margin:0px;
	padding:0px;
}
div.oddRow {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;			
	font-size:11px;
	line-height:1.5em;
	background-color:#EEF1FA;
	padding-left:5px;
	padding-right:18px;					  
}		  
li.evenRowLi{
	list-style-type: none;
	display:block;
	margin:0px;
	padding:0px;
}
div.evenRow {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:1.5em;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:18px;					  
}			
a:hover{
	color:#0000CC;
}

<!-- Use IE conditional statements to address specific IE-related hacks for IE7. -->
<!--[if gte IE 7]>
<style type="text/css">
	div.smart_suggest {
		width:auto;
		overflow-X:hidden;			
	}
	div.smart_suggest_shade{
		width:auto;
		overflow:hidden;	
	}
</style>
<![endif]-->
<!-- Use IE conditional statements to address specific IE-related hacks for IE6. -->
<!--[if gte IE 6]>
<style type="text/css">
	div.smart_suggest {
		width:auto;
		overflow-X:hidden;			
	}
	div.smart_suggest_shade{
		width:auto;
		overflow:hidden;	
	}		
</style>
<![endif]-->
