﻿.ac_odd
{
    background: #ffffff;
}
.ac_results
{
    padding: 0px;
    border: 1px solid #05699D;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ac_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li
{
    text-overflow: ellipsis;    
    white-space: nowrap;
    
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    border-bottom:1px solid gray;
}
.ac_loading
{
    background: url(../images/ajax-loader_16.gif) right no-repeat;
    z-index:100;
}
.ac_over
{
    background-color: #4EA5D2;
    color: white;
    cursor: hand;    
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.autcompletehighlight
{
    color:Navy;
    font-weight:bold;
    }