/* Main div -ej- */
.ac_menu
{
	border:1px solid black;
	font-family:arial;
}
/* (3/3/06) - Searching span -ej- */
.ac_searching
{
	border:1px black;
	font-family:arial;
	font-size:8pt;
	background-color:FFFFDF;
	color:blue;
	width:350;
}
/* (3/3/06) - Searching span -ej- */
.ac_noresults
{
	border:1px black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	background-color:FFFFDF;
	color:red;
	width:350;
}
/* for the non-selected dropdown element -ej- */
.ac_normal
{
	
	cursor:pointer;
	font-family:arial;
	width:350;
	background-color:FFFFDF;
}
/* for the selected dropdown element -ej- F6F7FF*/
.ac_highlight
{
	background-color:#E3DDA4;
	color:navy;
	cursor:pointer;
	font-family:arial;
	width:350; 
}
/* These are for the left-hand span -ej- */
.ac_normal .a
{
	font-size:10px;
	color:black;
}
.ac_highlight .a
{
	font-size:10px;
}
/* These are for the right-hand span (the one in parenthesis) -ej- */
.ac_normal .d
{
	float:right;
	font-size:10px;
	color:blue;
}
.ac_highlight .d
{
	float:right;
	font-size:10px;
}
