	#s_table
	{
		width: 115px;
		height: 150px;
		font-size: 7pt;
		font-family: arial, helvetica, sans;
		border: 1px solid #1c5180;
		background: #eef1f6;
		padding: 0px 2px;
	}
	
	#s_table .alert
	{
		border: 1px solid #FF1111;
		background: #FFFF88;
	}	
	
	#s_table td
	{
		padding: 0px;
		margin: 0px;
	}	
	
	#s_table input
	{
		border: 1px solid #1c5180;
		font-size: 8pt;
		margin-top: 1px;
		margin-bottom:0px;
		padding: 2px;
	}	
	
	#s_from input,
	#s_to input
	{
		width: 104px;
	}
	
	#s_depart input,
	#s_return input	
	{
		width:46px;
	}	
	
	#s_search
	{
		text-align: center;
	}
	
	#s_search input
	{
		color: #FFFFFF;
		background: #ff6600;
		font-size: 9pt;
		font-weight: bold;
		width: 100px;
		padding: 0px;
		height: 21px;
	}
	
	#s_dohop
	{
		color: #999999;
		text-align: right;
	}
	
.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		font-size: 8pt;
		font-family: arial, helvetica, sans;
	}

	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}

	.ac_results li.ac_over {
		cursor: pointer;
		background-color: #316AC5;
		color:white;
	}
	.ac_over ul{}
	li.ac_disabled {
		cursor: default;
		color: #CDCDCD;
	}
	.ac_match {
		text-decoration: underline;
		color: black;
	}

