﻿ul {
    border: none;
    margin: 0;
    padding: 0;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    background-color: inherit;
    border: buttonshadow;
    border-style: solid;
    border-width: 1px;
    color: windowtext;
    cursor: 'default';
    height: 160px;
    list-style-type: none;
    margin: 0px!important;
    overflow: auto;
    text-align: left;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    color: #000000;
    cursor: pointer;
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px;
    padding: 1px;
    text-decoration: none;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px;
    padding: 1px;
    text-decoration: none;
}