﻿        /* jquery-ui-1.8.7.custom.css extract for widget headers */
        .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
        .ui-widget-content a { color: #222222; }
        .ui-widget-header { border: 1px solid #464646; background: #b34da5 url(images/ui-bg_highlight-soft_0_bd05a5_1x100.png) 50% 50% repeat-x; color: #fcbff4; font-weight: bold; }
        .ui-widget-header a { color: #fcbff4; }
        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #747272; }
        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #747272; text-decoration: none; }
        .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 #e010c6; background: #bd05a5 url(images/ui-bg_glass_30_bd05a5_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
        .ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #e010c6; background: #bd05a5 url(images/ui-bg_glass_30_bd05a5_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #393737; text-decoration: none; }
        .ui-widget :active { outline: none; }


        /* all vww ui */
        .ui-widget {
            font-size: 11px;
        }
        /* dialog*/
        .ui-dialog {
            position: fixed;
        }
        .ui-dialog .ui-corner-all {
            border-radius: 0;
        }
        .ui-dialog .ui-widget-header {
            border: none;
        }
        .ui-dialog .ui-dialog-content {
            padding-top: 1em;
            padding-right: 1em;
            padding-left: 1em;
            padding-bottom: 0;
            min-height: 55px!important;
        }
        .ui-dialog .ui-dialog-buttonpane button {
            vertical-align: middle;
            height: 2.3em;
        }
        /* selectmenu */
        /*.ui-selectmenu-button {
            background: white;
            height:14px; 
        }
        .ui-menu-item .ui-state-active {
            border: none;
            background: #b34da5;
        }*/
        /* autocomplete */       
        .ui-autocomplete {
            z-index: 99999999;
        }
        /*.ui-front { z-index: 9999!important; }*/
        /*.ui-state-focus { outline:1px dotted red !important }
        .ui-selectmenu-button-open { outline:2px dotted red !important }
        select:focus { outline: none!important; }​*/
        /* restore from jquery-ui-1.8.7.custom.css */
        .ui-front {
            z-index:10000000; /*override sun circle*/
        }