/* CSS Document */
#message {
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

input {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

#scroll {
	margin: 0 auto;
	visibility: hidden;
	background-color: white;
	width: 300px;
	height: 180px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-collapse: collapse;
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px;
	overflow: auto;
	position:absolute;
	top:80px;
	left:5px;
}

#scroll div {
	margin: 0 auto;
	text-align: left;
}

#suggest table {
	width: 270px;
	font-size: 11px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
	border: 0px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

.highlightrow {
	background-color: #FFFF99;
	cursor: pointer;
}

span#arrivalString, span#departureString{margin:0 0 -3px 5px}


