/* ===================================== */
/* CYBELE.CUSTOMPOPUPS */
/* ===================================== */
.popup {
    text-align: left;
    background-color: white;
    width: 430px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #BBBBBB;
    position: relative;
    top: 35%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 0 10px black;
    -moz-box-shadow: 0 0 10px black;
    -o-box-shadow: 0 0 10px black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.popup:focus {
    outline-color: transparent;
    outline-style: none;
}

.popup .divbuttons {
    position: absolute;
    border-bottom: none;
    border-top: solid 1px #CCC;
    background-color: #F0F0F0;
    top: 100%;
    height: 50px;
    width: 100%;
    margin: 0px;
    margin-top: -51px;
    display: table-cell;
    vertical-align: middle;
}

.popuplink {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -moz-linear-gradient(#FFFFFF,#EFEFEF);
    background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EFEFEF));
    background-color: #F7F7F7;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    top: 15px;    
    margin: 0px 3px;
    white-space: nowrap;
    min-width:70px;
}

    .popuplink:hover, .popuplink:visited, .popuplink:active {
        color: #000;
        text-decoration: none;
    }

    .popuplink.selected {
        background: -moz-linear-gradient(#FFFFFF,#cfddea);
        background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#cfddea));
        background-color: #cfddea;
        -webkit-box-shadow: inset 0 0 10px #CCCCCC;
        -moz-box-shadow: inset 0 0 10px #CCCCCC;
        box-shadow: inset 0 0 10px #CCCCCC;
        border-color: #666699;
        color: #000;
    }    

#connectingDlg {
    border: none;
    padding: 20px;
    margin: -20px auto 20px auto;
    line-height: 40px;
    text-align: center;
    height: 80px;
    width: 300px;
}

#printDlg {
    text-align: center;
    height: 160px;
    padding-top: 20px;
    margin-top: -40px;
}

#printIco {
    height: 64px;
    width: 64px;
    border: none;
    padding: 0px;
    margin: 0px auto 15px auto;
    background-image: url(../images/core/printer.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#infoIco {
    height: 48px;
    width: 48px;
    border: none;
    padding: 0px;
    margin: 0px auto 15px auto;
    background-image: url(../images/core/i.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#disconnectedDlg, #closequestion, #confirmDlg {
    text-align: center;
    width: 200px;
    padding-top: 20px;
    margin-top: -45px;
}

#disconnectedIco, #alertIco {
    height: 64px;
    width: 64px;
    border: none;
    padding: 0px;
    margin: 0px auto 15px auto;
    background-image: url(../images/core/disconnected.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#establishingConnection {
    border: none;
    padding: 20px;
    margin: -40px auto 20px auto;
    text-align: center;
    height: 100px;
    width: 300px;
}

#credentials_popup {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    background-image: url(../images/key_big.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
    text-align: left;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #BBB;
    position: absolute;
    top: 35%;
    margin-top: -114px;
    left: 50%;
    margin-left: -235px;
    box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 0 10px black;
    -moz-box-shadow: 0 0 10px black;
    -o-box-shadow: 0 0 10px black;
    width: 400px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    #credentials_popup .connect-parameters {
        width: 370px;
        height: auto !important;
    }

        #credentials_popup .connect-parameters input {
            width: 200px !important;
        }

        #credentials_popup .connect-parameters tr td:nth-child(1) {
            width: 160px;
            text-align: right;
            padding-right: 5px;
        }

    #credentials_popup fieldset {
        border: none;
        margin: 0px;
        padding: 0px;
    }

#alertDlg {
    text-align: center;
    height: auto;
    width: 250px;
    padding-top: 20px;
    border: none !important;
}

#alertChildDlg {
    text-align: center;
    height: 200px;
    width: 250px;
    padding-top: 20px;
    margin-top: 0px;
    border: none !important;
}

#mssgDlg {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none !important;
}

.alertBody {
    padding-left: 20px;
    padding-right: 20px;
}

#disconnectedDlg .alertBody, #closequestion .alertBody,
#confirmDlg .alertBody, #alertDlg .alertBody {
    margin-bottom: 65px;
}



/* ===================================== */
/* WEBFMX.UI */
/* ===================================== */
/*
#webfmx_canvas_0
{
    border: solid 1px #F00;
    box-sizing: border-box;
}
*/
.customCursor {
    cursor: url(../images/core/blank.cur),default;
}

    .customCursor.chrome {
        cursor: url(../images/core/point.cur),default;
    }
/* -- Dialogs -- */
#ecWaiting {
    margin-top: 10px;
}

#title {
    margin-left: 25px;
    padding-top: 10px;
    padding-left: 65px;
}
/*toolbar*/
#connectionToolbar {
    background-color: #DDDDDD;
    background-image: linear-gradient(top, rgb(239,239,239) 0%, rgb(221,221,221) 56%);
    background-image: -o-linear-gradient(top, rgb(239,239,239) 0%, rgb(221,221,221) 56%);
    background-image: -moz-linear-gradient(top, rgb(239,239,239) 0%, rgb(221,221,221) 56%);
    background-image: -webkit-linear-gradient(top, rgb(239,239,239) 0%, rgb(221,221,221) 56%);
    background-image: -ms-linear-gradient(top, rgb(239,239,239) 0%, rgb(221,221,221) 56%);
    border: 1px gray solid;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 1px;
    cursor: default;
    color: #333333;
    position: fixed;
    z-index: 998;
    left: 50%;
    margin-left: -100px;
    top: -24px;
    text-align: center;
}

    #connectionToolbar div.connectionToolbarItem {
        background-repeat: no-repeat;
        display: inline-block;
        padding: 3px 10px 3px 26px;
        font-family: Helvetica;
        font-size: 11px;
        font-weight: bold;
        border: 1px transparent solid;
        background-image: url(../images/toolbar.png);
        cursor: pointer;
        display: inline-block;
    }

div.connectionToolbarItem.pressed {
    border-radius: 3px;
    border-top: solid 1px #333333 !important;
    border-left: solid 1px #333333 !important;
    border-bottom: solid 1px #CCCCCC !important;
    border-right: solid 1px #CCCCCC !important;
    color: #000;
    background-color: #D0D0D0;
}

div.connectionToolbarItem:hover {
    color: #000000;
}

#disconnectDt {
    background-position: 0px -2px;
    border-left: 1px #FFF solid !important;
}

#actionsMenuBtn {
    background-position: 0px -602px;
    border-right: 1px #FFF solid !important;
}

#refresh {
    background-position: 0px -194px;
    border-left: 1px #FFF solid !important;
}

#scale {
    background-position: 0px -48px;
}

.scale2 {
    background-position: 0px -98px !important;
    border-radius: 3px;
    border-top: solid 1px #333333 !important;
    border-left: solid 1px #333333 !important;
    border-bottom: solid 1px #CCCCCC !important;
    border-right: solid 1px #CCCCCC !important;
    background-color: #D0D0D0;
}

.noIcon {
    background-position: -100px 0px;
}

#sendKeysBtn {
    border-left: 1px #FFF solid !important;
}

#inputFile {
    display: none;
}

#tbRdpHandle, .tbRdpHandle {
    position: absolute;
    left: 50%;
    top: 23px;
    z-index: 820001;
    height: 6px;
    width: 100px;
    color: gray;
    background-color: #DDD;
    background-image: url(../images/handle_up.png);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    border: 1px gray solid;
    border-top: solid 1px #FFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    margin-left: -50px;
}

    .tbRdpHandle.flppd, #tbRdpHandle.flppd {
        background-image: url(../images/handle_down.png);
        opacity: 0.5;
    }

    .tbRdpHandle:hover, #tbRdpHandle:hover {
        opacity: 1;
    }

    .tbRdpHandle hr, #tbRdpHandle hr {
        margin-top: 0px;
    }

.keypaditem img {
    margin-left: 2px;
    margin-top: 0px;
    vertical-align: middle;
}

#FUProgressContainer {
    position: absolute;
    right: 0px;
    width: 240px;
    border: solid 1px #FFF;
    top: 25px;
    z-index: 999;
    font-family: Arial, Sans-Serif;
    overflow-x: hidden;
    -moz-opacity: .8;
    filter: alpha(opacity: .8);
    opacity: .8;
    background-color: #fff;
}

.upfilename,
.upfilepercent {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.upfilename {
    width: 75%;
    text-align: left;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.upfilepercent {
    width: 25%;
    text-align: right;
}
/* General */
body, div, table, td, fieldset {
    -webkit-user-select: none;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.disabled, .disabled:hover {
    color: #999999;
    cursor: default;
}
/*/*/
.canvasBorder {
    position: absolute;
}

    .canvasBorder.active {
        color: #000;
        border-style: solid;
        border-color: #6BADF6;
    }

    .canvasBorder.inactive {
        color: #666;
        border-style: solid;
        border-color: #FDFDFD;
    }
/* system dialogs */
.systemDlg {
    font-family: "Segoe UI", "Open Sans", Arial !important;
    border-style: solid !important;
    border-width: 3px !important;
    border-color: #6BADF6 !important;
    text-align: left;
    height: auto;
    width: 420px;
    min-width: 30%;
    max-width: 70%;
    padding-top: 20px;
    -webkit-user-select: none;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0 0 10px black;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

    .systemDlg div.messageBody {
        height: auto;
        width: auto;
        margin-bottom: 41px;
    }
    /*
.systemDlg.noIcon 
{
    height: 150px !important;
    width: 350px !important;
    }
.systemDlg.noIcon div.messageBody
{
    height: 100%;
    width: 100%;
    }
*/
    .systemDlg .title span.closeBtn {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        margin-left: 3px;
        top: 0px;
        bottom: 0px;
        background-image: url(../images/core/btnclose.png);
        background-repeat: no-repeat;       
        right: 0px;
        position: absolute;
        background-position: 12px -1px;
        background-color: #AA4040;
        width: 40px;
    }

    .systemDlg span.closeBtn:hover {
        background-color: #CC0000;
    }

    .systemDlg div.messageBody div {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 11pt;
        color: #003399;
    }

        .systemDlg div.messageBody div.caption {
            padding-top: 16px;
            padding-bottom: 16px;
            padding-left: 12px;
            padding-right: 12px;
            font-size: 11pt;
            color: #003399;
            min-height: 60px;
            margin-left: 80px;
        }

    .systemDlg.noIcon div.messageBody div.caption {
        margin-left: 0px;
    }

    .systemDlg div.messageBody div.error {
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        color: #FF0000;
        overflow: hidden;
        height: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .systemDlg .title {
        color: #000;
        position: absolute;
        top: 0px;
        height: 20px;
        line-height: 18px;
        padding: 0px;
        border-bottom: solid 1px #CCC;
        width: 100%;
        text-align: center;
        background-color: #6BADF6;
        font-size: 12pt;
    }

        .systemDlg .title span {
            margin: 3px;
            line-height: 12px;
            vertical-align: middle;
            text-transform: capitalize;
            cursor: default;
        }

    .systemDlg .divbuttons {
        height: 44px !important;
        margin-top: -45px !important;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
    }

        .systemDlg .divbuttons span {
            display: inline-block;
            width: 10px;
        }

        .systemDlg .divbuttons a {
            font-weight: normal;
            color: #333;
        }

        .systemDlg .divbuttons .popuplink:hover {
            background: -moz-linear-gradient(#FFFFFF,#cfddea);
            background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#cfddea));
            background-color: #cfddea;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
        }

        .systemDlg .divbuttons .popuplink.selected {
            background: -moz-linear-gradient(#FFFFFF,#cfddea);
            background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#cfddea));
            background-color: #cfddea;
            -webkit-box-shadow: inset 0 0 10px #99CCFF;
            -moz-box-shadow: inset 0 0 10px #99CCFF;
            box-shadow: inset 0 0 10px #99CCFF;
            border-color: #666699;
            color: #000;
        }

    .systemDlg div.messageBody .inputRow div {
        padding-top: 0px;
    }

    .systemDlg div.messageBody .inputRow.centered {
        vertical-align: middle;
    }

    .systemDlg .inputRow .label {
        display: inline-block;
        font-size: 10pt;
        max-width: 30%;
    }

    .systemDlg .inputRow .textbox {
        display: inline-block;
        width: 60%;
    }

    .systemDlg .inputRow .fileBtn {
        display: inline-block;
        text-align: center;
        width: 20px;
        margin: 0px !important;
        top: 0px !important;
        float: right;
        margin-right: 6px !important;
        background-image: url(../images/core/fileselector.png);
        background-repeat: no-repeat;
        background-position: center center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .systemDlg fieldset {
        margin-top: 3px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: solid 1px #CCC;
    }

        .systemDlg fieldset legend {
            margin-left: 5px;
            font-size: 12px;
        }

        .systemDlg fieldset .inputRow {
            margin: 0px !important;
            padding: 2px !important;
            width: 49%;
            vertical-align: middle;
            line-height: 28px;
            height: 28px;
            display: inline-block;
        }

        .systemDlg fieldset input[type='number'] {
            width: 40%;
            float: right;
            margin-right: 10px;
            text-align: right;
        }

        .systemDlg fieldset input[type='radio'] {
            margin-left: 10px;
        }

#pageSetupDlg {
    height: 305px;
}

#printDlg.systemDlg {
    text-align: left;
    height: 146px;
}

    #printDlg.systemDlg input[type='number'] {
        float: none;
        width: 45px;
        margin-right: 0px;
    }

#printCopiesRow .label {
    max-width: 100%;
}

#openFile {
    height: 185px !important;
    width: 450px !important;
    min-width: 450px !important;
    max-width: 450px !important;
}

.mtWarning, .mtError, .mtInformation, .mtConfirmation {
    background-position: 25px center;
    background-repeat: no-repeat;
}

.mtWarning {
    background-image: url(../images/core/disconnected.png);
}

.mtError {
    background-image: url(../images/core/error.png);
}

.mtInformation {
    background-image: url(../images/core/i.png);
}

.mtConfirmation {
    background-image: url(../images/core/questionmark.png);
}
/* click effect for mobile devices */
.clickEffect {
    position: absolute;
    z-index: 997;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-color: transparent;
    background-image: url(../images/core/tapEffect1.png);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dragEffect {
    position: absolute;
    z-index: 997;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-color: transparent;
    background-image: url(../images/core/dragEffect1.png);
}

.systemDlg #FMXProgressContainer {
    clear: both;
    border: solid 1px #CCCCCC;
    font-family: Arial, Sans-Serif;
    overflow-x: hidden;
    -moz-opacity: 1;
    filter: alpha(opacity: 1);
    opacity: 1;
    background-color: #F0F0F0;
    padding: 0px;
    text-align: center;
    position: relative;
    font-size: 12px !important;
    color: #999 !important;
}

#openFileName {
    white-space: nowrap;
    width: 375px;
    text-overflow: ellipsis;
    min-width: 385px;
    max-width: 385px;
    overflow: hidden;
    height: 18px;
    border: solid 1px #CCC;
    margin-left: 5px;
    padding: 2px;
    font-size: 12px;
    color: #666;
}
.progressbar_container 
{
    position:relative;
    height:20px;    
    clear:both;
    float:left;
    width:100%;
    border:1px solid #CCC;
    margin-top:3px;
}

.progressbar {
    height: 20px;
    margin: 5px;
    text-align: left;
    overflow: hidden;
    border: solid 1px #108000;
}

.progressbar_bar {
    background-color: #33FF11;
}

.progressbar_bar,
.progressbar_msg {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px !important;
    margin: 0px !important;
}

.progressbar_msg {
    font-size: 12px !important;
    color: #000 !important;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    background-color: #999999;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    background-color: #CCCCCC;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px #999999;
}

.failed {
    background-color: #F00;
}

.zero {
    line-height: 20px;
}

#win_resizer {
    position: absolute;
    border: dashed 1px #000000;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .05);
    box-shadow: 0px 0px 1px rgba(255, 255, 255, .75);
}
/*
.blockUI
{
    cursor: default !important;
}
    */

#downloadLinkPopup
{
    box-sizing: border-box;
    padding-top: 0px;
}
    #downloadLinkPopup h1
    {
        font-size: 12px;
        line-height: 20px;
        vertical-align: middle;
        background-color: #6BADF6;
        color: #000;
        border-bottom: solid 3px #6BADF6;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

    #downloadLinkPopup a
    {
        margin: 10px;
        font-size: 16px;
        display: block;
    }

    #downloadLinkPopup .divbuttons
    {
        display: block;
        position: relative;
        margin-top: 0px !important;
        text-align: right;
    }

    #downloadLinkPopup input
    {
        margin: 8px;
        top: auto;
    }


/* ===================================== */
/* DWMSKIN */
/* ===================================== */
.dwmwindow {
    border: none;
    background-color: #6BADF6;
}

    .dwmwindow.active {
        border: none;
        background-color: #6BADF6;
    }

    .dwmwindow.inactive {
        border: none;
        background-color: #FDFDFD;
    }

    .dwmwindow.minimized {
        display: none;
    }

    .dwmwindow .caption {
        position: absolute;
        display: inline-block;
        height: 31px;
        top: 0px;
        left: 0px;
        right: 0px;
        border: none;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }

.caption div.title,
.caption div.icon img {
    display: none;
}

.dwmwindow .caption div.title {
    font-family: Segoe UI,Arial;
    font-size: 11pt;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
}

    .dwmwindow .caption div.title.visible {
        display: block;
    }

.dwmwindow .buttons {
    position: absolute;
    white-space: nowrap;
}

.dwmwindow .caption div.icon {
    float: left;
    line-height: 100%;
    vertical-align: middle;
}

    .dwmwindow .caption div.icon img {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        display: block;
    }

.dwmwindow .buttons div.minimize,
.dwmwindow .buttons div.minimizeDisabled,
.dwmwindow .buttons div.maximize,
.dwmwindow .buttons div.maximizeDisabled,
.dwmwindow .buttons div.restore,
.dwmwindow .buttons div.restoreDisabled,
.dwmwindow .buttons div.help,
.dwmwindow .buttons div.helpDisabled,
.dwmwindow .buttons div.close,
.dwmwindow .buttons div.closeDisabled 
{
    width: 16px;
    margin: 0px;
    padding: 0px;
    margin-left: 3px;
    margin-bottom: 2px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

.dwmwindow .buttons div.minimize,
.dwmwindow .buttons div.minimizeDisabled,
.dwmwindow .buttons div.maximize,
.dwmwindow .buttons div.maximizeDisabled,
.dwmwindow .buttons div.help,
.dwmwindow .buttons div.helpDisabled,
.dwmwindow .buttons div.close,
.dwmwindow .buttons div.closeDisabled,
.dwmwindow .buttons div.restore,
.dwmwindow .buttons div.restoreDisabled,
.dwmwindow .caption img.icon,
.dwmwindow .caption div.icon {
    cursor: none;
}

.dwmwindow.inactive .icon,
.dwmwindow.inactive .buttons {
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
}

.dwmwindow .buttons .disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.dwmwindow .buttons .minimize {
    background-image: url(../images/core/btnminimize.png);
}

.dwmwindow .buttons .maximize,  .dwmwindow .buttons .maximizeDisabled {
    background-image: url(../images/core/btnmaximize.png);
}

.dwmwindow .buttons .restore, .dwmwindow .buttons .restoreDisabled {
    background-image: url(../images/core/btnrestore.png);
}

.dwmwindow .buttons .help,.dwmwindow .buttons .helpDisabled {
    background-image: url(../images/core/btnhelp.png);
}

.dwmwindow .buttons .close, .dwmwindow .buttons .closeDisabled {
    background-image: url(../images/core/btnclose.png);
    background-color: #A0A0A0;
}

.dwmwindow.active .buttons .close {
    background-color: #AA4040;
}

.dwmwindow .buttons div.minimize:hover,
.dwmwindow .buttons div.maximize:hover,
.dwmwindow .buttons div.help:hover,
.dwmwindow .buttons div.restore:hover {
    background-color: #4040AA;
}

.dwmwindow .buttons .minimize:hover {
    background-image: url(../images/core/btnminimizew.png);
}

.dwmwindow .buttons .maximize:hover {
    background-image: url(../images/core/btnmaximizew.png);
}

.dwmwindow .buttons .restore:hover {
    background-image: url(../images/core/btnrestorew.png);
}

.dwmwindow .buttons .help:hover {
    background-image: url(../images/core/btnhelpw.png);
}

.dwmwindow .buttons .close:hover {
    background-color: #CC0000;
}

.dwmwindow .menu {
    background: #fefeff;
    background: -moz-linear-gradient(top, #fefeff 0%, #f2f4fa 25%, #d6ddef 33%, #e0e5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefeff), color-stop(25%,#f2f4fa), color-stop(33%,#d6ddef), color-stop(100%,#e0e5f5));
    background: -webkit-linear-gradient(top, #fefeff 0%,#f2f4fa 25%,#d6ddef 33%,#e0e5f5 100%);
    background: -o-linear-gradient(top, #fefeff 0%,#f2f4fa 25%,#d6ddef 33%,#e0e5f5 100%);
    background: -ms-linear-gradient(top, #fefeff 0%,#f2f4fa 25%,#d6ddef 33%,#e0e5f5 100%);
    background: linear-gradient(to bottom, #fefeff 0%,#f2f4fa 25%,#d6ddef 33%,#e0e5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e0e5f5',GradientType=0 );
    position: absolute;
    box-sizing: border-box;
}

.dwmwindow.inactive .menu {
    background: #fefeff;
}

.dwmwindow .menu .item {
    font-family: Segoe UI,Arial,sans-serif;
    position: absolute;
    color: #000;
    box-sizing: border-box;
    border: solid 1px transparent;
    border-radius: 2px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

    .dwmwindow .menu .item:hover {
        border: solid 1px #999;
    }

    .dwmwindow .menu .item.clicked {
        -webkit-box-shadow: inset 4px 4px 5px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: inset 4px 4px 5px rgba(50, 50, 50, 0.35);
        box-shadow: inset 4px 4px 5px rgba(50, 50, 50, 0.35);
        border: solid 1px #666;
    }
/*.WinForm
{
    border: solid 1px gray;
    background-color: silver;
    padding: 0;
    margin: 0;
}*/
.TPanel {
    border: solid 1px gray;
    background-color: silver;
    padding: 0;
    margin: 0;
}

.TScrollBox {
    border: solid 1px gray;
    background-color: silver;
    padding: 0;
    margin: 0;
}

.TButton {
    border: solid 1px gray;
    background-color: lime;
    padding: 0;
    margin: 0;
}

    .TButton.pushed {
        border: solid 1px gray;
        background-color: blue;
        padding: 0;
        margin: 0;
    }

.TBitBtn {
    border: solid 1px gray;
    background-color: yellow;
}

.TEdit {
    border: solid 1px red;
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: small;
}

.TRadioButton {
    padding: 0;
    margin: 0;
    font-size: small;
}

.TCheckBox {
    padding: 0;
    margin: 0;
    font-size: small;
}

.TListBox {
    border: solid 1px blue;
}



/* ===================================== */
/* WINSTATECTRL */
/* ===================================== */
#taskbar {
    position: absolute;
    z-index: 100000;
    bottom: 1px;
    left: 1px;
    right: 1px;
    margin: 0px;
    padding: 0px;
    border: none 0px;
}

    #taskbar .icon {
        display: inline-block;
        width: 48px;
        height: 48px;
        text-align: center;
        margin: 12px;
    }

        #taskbar .icon img {
            width: 32px;
            height: 32px;
        }

        #taskbar .icon .title {
            color: #000;
            font-family: Helvetica;
            font-size: 12px;
            background-color: #6BADF6;
            width: 48px;
            height: 16px;
            line-height: 16px;
            vertical-align: middle;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }