html {
    background-color: #a7a6ba;
}

desktop {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

window {
    position: absolute;
    background-color: #fdffff;
    border: 2px solid black;
    border-radius: 5px;
    display: none;
}
window.fullSizeWindow {
    top: 0 !important;
    bottom: 32px !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed;
    border: 2px solid transparent;
    border-radius: 0px;
}

window.fullSizeWindow > .wincontent {
    height: 98%;
    width: 100%;
}
windowheader {
    border-bottom: 2px solid black;
    width: 100%;
    position: absolute;
    cursor: move;
}
taskbar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #c3c3c3;
    height: 32px;
}
.winclose {
    right: 4px;
    position: absolute;
}
.winmaximize {
    right: 15px;
    font-size: 10px;
    top: 5px;
    position: absolute;
}
.winminimize {
    right: 28px;
    top: -4px;
    position: absolute;
}

.winclose, .winmaximize, .winminimize {
    cursor: pointer;
}
window.opened  {
    display: block;
}
taskbarapp {
    background-color: #818181;
    line-height: 33px;
    position: relative;
    margin-right: 5px;
    padding: 8px 5px;
    display: none;
}
taskbarapp.active {
        background-color: #fdffff;
        display: inline;
}
iframe {
 border: 0px solid transparent
}
watermark {
    position: absolute;
    bottom: 36px;
    right: 5px;
    color: black;
}

.window1 > .wincontent {
    min-height: 200px;
    min-width: 200px;
}