/*! jQuery UI - v1.10.4 - 2014-06-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden
{
    display: none;
}
.ui-helper-hidden-accessible
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after
{
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after
{
    clear: both;
}
.ui-helper-clearfix
{
    min-height: 0;
}
.ui-helper-zfix
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front
{
    z-index: 100;
}
.ui-state-disabled
{
    cursor: default!important;
}
.ui-icon
{
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-autocomplete
{
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu
{
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
    font-size:12px;
    background-color:#ffffff;
    color:#404041;
    overflow-y: scroll;
    max-height:200px;
min-height:35px;
} 
    .ui-menu .ui-menu
    {
        margin-top: -3px;
        position: absolute;
    }
    .ui-menu .ui-menu-item
    {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-image: url("");
    }
    .ui-menu .ui-menu-divider
    {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }
    .ui-menu .ui-menu-item a
    {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: normal;
    }
        .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active
        {
            color:#eb8c00;
            font-weight:bold;
        }
    .ui-menu .ui-state-disabled
    {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }
        .ui-menu .ui-state-disabled a
        {
            cursor: default;
        }
.ui-menu-icons
{
    position: relative;
}
    .ui-menu-icons .ui-menu-item a
    {
        position: relative;
        padding-left: 2em;
    }
.ui-menu .ui-icon
{
    position: absolute;
    top: .2em;
    left: .2em;
}
.ui-menu .ui-menu-icon
{
    position: static;
    float: right;
}
