
.ac_results {
  font-size: 0.7em;
  color: #008fc7;
  background-color: #fff;
  padding: 1px 1px 1px 3px;
	border-top: 2px solid #b2b2b2;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 2px solid #b2b2b2;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
  text-align: left;
	overflow: hidden;
}

.ac_loading {
	background: white url('/portal/img/objects/ajax_indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #3399FF;
	color: white;
}
