﻿
/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin : 0px!important;
    /* background-color : inherit; */
    background-color : #ffffff;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height : 200px ;
    font-family : Tahoma;
    font-size : small;
    text-align : left;
    list-style-type : none;
    
    /* Colleen added */
    padding: 0;
    zheight: auto;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color : #ffff99;
    color : black;
    padding : 1px;
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color : window;
    color : windowtext;
    padding : 1px;
}

/* Water marking */
.watermarked
{
    color: #bbbbbb;
    zfont-size: .9em;  
}
