﻿ * html .AutoExtender /* sets max-height for IE */
        {
            height: expression( this.scrollHeight > 249 ?   "250px" : "auto" ); 
        }
        .AutoExtender
        {
            margin: 0px;
            font-family: Verdana, Helvetica, sans-serif;
            border: solid 1px #006699;
            padding: 2px;
            background-color: #669999;
            list-style-type: none;
            marker-offset: 0px;
            max-height: 250px;
            overflow: auto;
        }
        
        .AutoExtender_Admin
        {
            margin: 0px;
            font-family: Verdana, Helvetica, sans-serif;
            border: solid 1px #006699;
            padding: 2px;
            background-color: #006699;
            list-style-type: none;
            marker-offset: 0px;
            max-height: 250px;
            overflow: auto;
        }
        .AutoExtenderList
        {
            color: White;
        }
        .AutoExtenderHighlight
        {
            color: White;
            background-color: #FF9900;
            cursor: pointer;
        }
        .AutoExtenderHighlight_Admin
        {
            color: White;
            background-color: #669999;
            cursor: pointer;
        }
        /* AUTOCOMPLETE */
    
   
        .AutoComplete_ListItemHilite
        {
            color: #000;
            padding: 1px;
            border-bottom: 1px solid #ddd;
        }
        .AutoComplete_ListItemHiliteText
        {
           
            color: white;
            font-weight: bold;
        }
       
