﻿/* AutoComplete item */
.AutoCompleteExtender_CompletionList 
{
    width:300px;
    margin : 0px!important;
    background-color : #ffffff;
    color : #000000;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor :pointer;
    overflow :hidden;
    text-align : left; 
    list-style-type : none;
    z-index:10;
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem 
{ 
    width:300px;
    background-color : #ffffff;
    color : #000000;
    padding : 1px;
    cursor:pointer;

}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
    width:300px;
    background-color: AliceBlue;
    color: black;
    padding: 1px;
    cursor :pointer;
}
