﻿div.autocomplete 
{
    background-color: White;
    font: 11px Arial,Sans-Serif;
    line-height: normal;    
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 2000;
}
div.autocomplete ul 
{
    list-style-type: none;
    border: 1px solid #888;
    z-index: 2000;
    margin: 0;
    padding: 0;
    width: auto !important;
    list-style-image: none !important;
}
div.autocomplete ul li table.nonselected { background-color: #F0F0F0;}
div.autocomplete ul li.selected, div.autocomplete ul li.selected table.nonselected { background-color: #CCCC99;}
div.autocomplete ul li 
{
    list-style-type: none;
    display: block;
    background-color: white;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
}
div.autocomplete ul li table 
{
    width: 100%;
    table-layout: fixed;
    vertical-align: bottom;
}    

div.autocomplete ul li table tr td 
{
	padding: 0 !important;
	margin: 0 !important;
    line-height: normal !important; 
    white-space: nowrap;
    width: auto !important; 
}

div.autocomplete li.title 
{
    display: none;
}
div.autocomplete span.match
{
	background-color: #FDB913;
}