﻿/*AutoComplete flyout */
.autocomplete_completionListElement
{
    border: 2px Solid #111111;
    margin: 0px !important;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-family: Arial;
    background-color: #e7f7f7;
    overflow: auto; /*width: 350px;*/
    height: 150px;
    text-align: left;
    list-style-type: none;
    text-transform: capitalize; /*min-width:<span class='val'><span class='unit'>500</span>px!important</span>;*/
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: White;
    color: #111111;
    font-weight: bolder;
    font-size: 13px; /* min-width:<span class='val'><span class='unit'>500</span>px!important</span>; */
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color: #e1e1e1 /* min-width:<span class='val'><span class='unit'>500</span>px!important</span>; */;
}
#divwidth
{
    width: 300px !important;
}
#divwidth div
{
    width: 300px !important;
}
.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    border: solid 1px #111111;
    line-height: 15px;
    padding: 10px;
    padding:5px;
    background-color: White;
    margin-left: 10px;
    margin-left:0px;
    height:200px;
    overflow:auto;
    text-align:left;
    text-transform:capitalize;
}
.AutoExtenderList
{
    border-bottom: dotted 1px #006699;
    border-bottom: solid 1px #111111;
    cursor: pointer;
    color: Maroon;
    color:#111111;
}
.AutoExtenderHighlight
{
    color: White;
    color:#111111;
    background-color: #006699;
    background-color: #e1e1e1;
    cursor: pointer;
    font-weight:bolder;
}
