/* CSS Document */
#autocompleteUpper {z-index:9000} /* for IE z-index of absolute divs inside relative divs issue */
#autocompleteUpper {
    position:relative;
    top: 0px;
    left: 0px;
    width:11em;
    text-align:left;
}
#autocompleteUpper .yui-ac-content {
    position:absolute;
    width:100%;
    border:1px solid 404040;
    background:#fff;
    overflow:hidden;
    z-index:9050;
    padding: 0;
    border: 1px solid gray;
}
#autocompleteUpper .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;}
#autocompleteUpper ul {
    padding:0;
    margin: 0;
    width:100%;
}
#autocompleteUpper li {
    padding:0;
    margin: 0;
    cursor:default;
    white-space:nowrap;
    background:#FFF;
}
#autocompleteUpper li.yui-ac-highlight {
    background:#eee;
}
#autocompleteUpper li.yui-ac-prehighlight {background:#bbb;}