﻿.completionListElement
{
    visibility: hidden;
    background-color: inherit;
    color: black;
    border: solid 1px gray;
    cursor: pointer;
    list-style-type: none;
    font-size: 12px;
    margin-top: 0px;
    padding-left: 0px;
}

.listItem
{
    background-color: white;
    padding: 1px;
    display: block;
}

.highlightedListItem
{
    background-color: #9a9999;
    padding: 1px;
    display: block;
}

.ui-autocomplete-loading
{
    background:url('jquery/images/ui-anim_basic_16x16.gif') no-repeat right center;
}