﻿

/*----------*/
.AutoCompletionList
{
    margin-top:4px;
    margin-left: 2px;
    padding-left: 0px;
    list-style-type: none;
    font-size: .9em;
    height: 180px;
    overflow-y: auto;
    overflow-x: auto;
    color: #666666;
    line-height:20px;
}

 .AutoCompletionList_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
    cursor: pointer;
}

.AutoCompletionList_listItem
{
    background-color:#FFFFE0;
    color: windowtext;
    padding: 1px;
    cursor: pointer;

    
}
