#searchResults 
{   
    position: absolute;
    /*left: 0px;
    padding: 5px;*/
    background-color: #3C4E66;
    width: 263px;
    border: solid 1px #FFFFFF;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 999;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	
	overflow: hidden;
	color: White;
	
	width: 260px;
}

.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: pointer;
	display: block;
	width: 248px;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	border: solid 1px #3C4E66;
	background-color: #3C4E66;
}
.ac_results li:hover {
	/*border: solid 1px #FFFFFF;*/
	
}

.ac_loading {
	background : Window url('/javalib/indicator.gif') right center no-repeat;
}

.ac_over 
{
	background-image: url('/javalib/searchRowBg.png');
    background-repeat: repeat-x;
    color: #000000;
	/*background-color: Highlight;*/
	/*color: HighlightText;*/
	
}

