.ac_results {
    padding: 0px;
    border: 1px solid black;
    /*border: 1px solid WindowFrame; BD 2021-06-03 Not enough distinction with the dialog content */
    background-color: Window;
    overflow: hidden;
    z-index: 999999;
    min-width: 300px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    
    width:3000px;
    height:3000px;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 96%;
    /* font: menu; BD 2015-07-10 */
    /* font-size: 12px;  BD 2014-05-11 forced to default size */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

input.ac_input::-ms-clear { display: none; }

.ac_loading
{
    background-image : url('./indicator.gif');
    background-repeat: no-repeat;
    /* background-position: right 14px center; no need to move the spinner 14px to the left since we can disable the X using -ms-clear */
    background-position: right center;
    background-color: transparent;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}
