
div.auto_complete 
{
	background: white;
	font-size: 8pt;
	color: blue;
	font-family: arial;
	font-weight: normal;
}

div.auto_complete ul 
{
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
	cursor: pointer;
}

div.auto_complete ul li 
{
	margin:0;
	padding:1px;
}

div.auto_complete ul li.selected 
{
	background-color: #316AC5; /*234e87;*/
	color: #fff;
}

div.auto_complete ul strong, strong.highlight
{
	color: #990000; 
	margin:0;
	padding:0;
	font-weight: bold;
}		

div.auto_complete ul li.selected strong, strong.highlight
{
	color: white; 
	margin:0;
	padding:0;
	font-weight: bold;
}