﻿/*auto extender*/
.completionListElement
{ 
    z-index : 1000000! important; 
    visibility : hidden;
    margin : 0;
    background-color : inherit;
    color : black;
    border : solid 1px gray;
    cursor : pointer;
    text-align : left;
    list-style-type : none;
    font-size: 12px;
    padding : 0;
}
.listItem
{
    z-index : 1000000! important; 
    background-color: white;
    padding : 1px;
}     
.highlightedListItem
{
    z-index : 1000000! important; 
    background-color: #c3ebf9;
    padding : 1px;
}
