/* This CSS file provides the default look of the dropdown autocomplete textboxes.
   Link to your own version instead of this to customize the look, and/or use a different CSS class than 'defaultAutocompleteLook' in the relevant div tag */

div.defaultAutocompleteLook
{
	font-family: Verdana, Arial;
	border:1px solid #888888;
	margin:0px;
	padding:0px;
	font-size: 11px;
}

div.defaultAutocompleteLook ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.defaultAutocompleteLook ul li
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	background-color: #ffffff;
}

div.defaultAutocompleteLook ul li.selected
{
	background-color: #8888ff;
}
