/*!
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=0px&bgColorHeader=888888&bgTextureHeader=01_flat.png&bgImgOpacityHeader=100&borderColorHeader=888888&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=b73235&fcContent=000000&iconColorContent=000000&bgColorDefault=f6f6f6&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=e5e5e5&fcDefault=555555&iconColorDefault=888888&bgColorHover=f6f6f6&bgTextureHover=01_flat.png&bgImgOpacityHover=100&borderColorHover=e5e5e5&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=100&borderColorActive=e5e5e5&fcActive=212121&iconColorActive=454545&bgColorHighlight=e2f1d4&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=100&borderColorHighlight=b1df86&fcHighlight=000000&iconColorHighlight=2e83ff&bgColorError=fac8cb&bgTextureError=01_flat.png&bgImgOpacityError=100&borderColorError=cd0a0a&fcError=000000&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */

/* for hover bg-color #fbfbfb, */
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbfbfb; background: #fbfbfb url(images/ui-bg_flat_100_fbfbfb_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }*/
/* for hover bg-color #f6f6f6, */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbfbfb; background: #f6f6f6 url(images/ui-bg_flat_100_f6f6f6_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
#frmSearch .ui-widget-content {
    border: 1px solid #0078c1;
    color: #000000;
}

#frmSearch .ui-menu .ui-menu-item a.ui-state-hover,
#frmSearch .ui-menu .ui-menu-item a.ui-state-active {
	margin: 0px;
}
#frmSearch .ui-menu .ui-menu-item:first-child a 
{
    border-top: 1px dashed #F4F4F4;
}
#frmSearch .ui-menu .ui-menu-item a {
    border: none;
    border-bottom: 1px dashed #F4F4F4;
    padding: 5px 15px;
    width: 100%;
    cursor:pointer;
}
#frmSearch .ui-menu .ui-menu-item-show-all a {
    border: none;
    background-color: #0078c1;
    color: #fff;
    padding: 3px 5px;
    margin: 0px 0px -2px -2px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    display: block;
    width: 80%;
    float: left;
    text-align: right;
}
    /*#frmSearch .ui-menu .ui-menu-item-show-all a:hover {
        background-color: #0078c1;
    }*/

#frmSearch .ui-autocomplete {
    z-index: 999 !important;
    position: absolute;
}
