
a.ui-btn{
    color: #fff;
}
.ui-selected{
    border-color: #0074c7;
}

.ui-dialog{
    font-size: inherit;
    z-index: 2020;
}
.ui-tabs{
    padding: 0;
}
.ui-dialog .ui-dialog-content {
    background: url('images/ui-bg_highlight-soft_100_eeeeee_1x100.png') repeat-x scroll 50% top #eeeeee;
    border: 0 none;
    overflow: auto;
    /*    padding: 0;*/
    position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
    border-width: 1px 0 0;
    margin: 1px 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.ui-widget-header{
    /*    font-size: 1.2em;
        line-height: 2em;*/
    font-size:inherit;
}
.ui-widget-header > span{
    font-size: 1.2em;
    line-height: 2em;

}
.ui-accordion .ui-accordion-content{
    padding: 1em;
    font-size: 80%;
}
.ui-resizable-handle {
    min-width: 10px;
    min-height: 10px;
}
.ui-content { overflow: visible; overflow-x: hidden;}
.ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: 0em 0 .5em; }

/*.ui-resizable-se {
    background: url("images/resizable-se.gif") repeat scroll 0 0 transparent;
    bottom: 0;
    cursor: se-resize;
    height: 9px;
    right: 0;
    width: 9px;
}
.ui-resizable-ne {
    background: url("images/resizable-ne.gif") repeat scroll 0 0 transparent;
    cursor: ne-resize;
    height: 9px;
    right: 0;
    top: 0;
    width: 9px;
}
.ui-resizable-sw {
    background: url("images/resizable-sw.gif") repeat scroll 0 0 transparent;
    bottom: 0;
    cursor: sw-resize;
    height: 9px;
    left: 0;
    width: 9px;
}
.ui-resizable-nw {
    background: url("images/resizable-nw.gif") repeat scroll 0 0 transparent;
    cursor: nw-resize;
    height: 9px;
    left: 0;
    top: 0;
    width: 9px;
}
.ui-resizable-n {
    background: url("images/resizable-n.gif") repeat scroll center top transparent;
    cursor: n-resize;
    height: 6px;
    left: 0;
    top: 0;
    width: 100%;
}
.ui-resizable-e {
    background: url("images/resizable-e.gif") repeat scroll right center transparent;
    cursor: e-resize;
    height: 100%;
    right: 0;
    top: 0;
    width: 6px;
}
.ui-resizable-s {
    background: url("images/resizable-s.gif") repeat scroll center top transparent;
    bottom: 0;
    cursor: s-resize;
    height: 6px;
    left: 0;
    width: 100%;
}
.ui-resizable-w {
    background: url("i/resizable-w.gif") repeat scroll right center transparent;
    cursor: w-resize;
    height: 100%;
    left: 0;
    top: 0;
    width: 6px;
}
.delete {
    background: url("images/delete.png") repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 20px;
}
.dragger {
    background: url("images/drag.png") repeat scroll 0 0 transparent;
    bottom: -15px;
    height: 20px;
    left: -15px;
    position: absolute;
    width: 20px;
}*/
