/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4

Modified by Online Innovative Creations for Exponent CMS

*/
/* styles for entire widget */
.exp-skin .yui-ac {
    position:relative;
    font-family:arial;
    font-size:100%;
    
}
    
/* styles for input field */
.exp-skin .yui-ac-input {
    position:absolute;
    width:100%;
    
}

/* styles for results container */
.exp-skin .yui-ac-container {
    position:absolute;
    z-index:50;
    top:1.6em;
    width:100%;
    
}

/* styles for header/body/footer wrapper within container */
.exp-skin .yui-ac-content {
    position:absolute;
    width:100%;
    border:1px solid #808080;
    background:#fff;
    overflow:hidden;
    z-index:9050;
    
}

/* styles for container shadow */
.exp-skin .yui-ac-shadow {
    position:absolute;
    margin:.3em;
    width:100%;
    background:#000;
    -moz-opacity: 0.10;
    opacity:.10;
    filter:alpha(opacity=10);
    z-index:9049;
    
}

/* styles for container iframe */
.exp-skin .yui-ac iframe {
    opacity:0;
    filter: alpha(opacity=0);
    padding-right:.3em;
    padding-bottom:.3em;
     /* Bug 2026798: extend iframe to shim the shadow */
}

/* styles for results list */
.exp-skin .yui-ac-content ul{
    margin:0;
    padding:0;
    width:100%;
    
}

/* styles for result item */
.exp-skin .yui-ac-content li {
    margin:0;
    padding:2px 5px;
    cursor:default;
    white-space:nowrap;
    list-style:none;
    zoom:1;
     /* For IE to trigger mouse events on LI */
}

/* styles for prehighlighted result item */
.exp-skin .yui-ac-content li.yui-ac-prehighlight {
    background:#B3D4FF;
    
}

/* styles for highlighted result item */
.exp-skin .yui-ac-content li.yui-ac-highlight {
    background:#426FD9;
    color:#FFF;
    
}
