body {
    font-family:"Trebuchet MS", sans-serif, Arial, Sans-serif;
}


h1 {
    font-family: Arial;
    font-size: 18pt;
    font-style: italic
}

span.airfield { 
    font-family: "Trebuchet MS", sans-serif, Arial, Sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color:#0000FF
}

span.airfield-text { 
    font-family: "Trebuchet MS", sans-serif, Arial, Sans-serif;
    font-size: 10pt;
    color:#0000FF
}

h2 {
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold
}


.smtxt {
    font-family: "Trebuchet MS", sans-serif, Arial, Sans-serif;
    font-size: 10pt;
}

.suggestionsBox {
	position: relative;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 400px;
	background-color: #212427;
	height: 200px; 
	overflow-y:auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	
	margin: 0px 0px 0px 0px;
	padding: 1px;
	cursor: pointer;
	list-style-type: none;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

