﻿/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin : 0px!important ;
    background-color : inherit ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    width:500px;
    border-style : solid ;
    cursor : 'default' ;
    overflow : auto ;
    height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style-type : none ;
    position: fixed !important;
    z-index:999999 !important;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color:lightblue ;
    color : black ;
    height:28px;
    padding-top:6px;
    cursor:pointer;
    font-size:x-small;
    font-weight:normal;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color:white ;
    color :black ;
    height:28px;
    padding-top:6px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:x-small
   }