#logo_gov{
    z-index:-1;
    position: absolute;
    bottom: 16px;
    left: 20px;
}

#timestamp_div{
    font-size:10px;
    z-index:-1;
    position: absolute;
    bottom: 3px;
    left: 19px;
}

#leftFrame {
    width: 145px;
    margin-bottom: 23px;
}
#leftFrame.adm{
    bottom: 20px;
    margin-bottom: 10px;
}

#rightFrame {
    position: absolute;
    top: 85px;
    left: 185px;
    right: 20px;
    bottom: 40px;
    border: 1px solid #999;
    background-color: #F9F9F9;
    overflow: auto;
    font-size: 11px;
    z-index: 20;
    white-space: normal;
    margin-bottom: 23px;
}
#rightFrame.adm {
    bottom: 20px;
    margin-bottom: 10px;
}

#tabsContainer {
    position: absolute;
    left: 185px;
    right: 20px;
    top: 53px;
    border: 0;
    z-index: 21;
}

#modeTitle {
    position: absolute;
    top: 85px;
    left: 185px;
    right: 20px;
    border: 1px solid #999;
    padding: 3px 5px;
    margin-bottom: 10px;
    background: #E7E7E7;
    z-index: 20;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

#footerFrame {
    position: absolute;
    left: 185px;
    bottom: 40px;
    height: 16px;
    right: 20px;
    overflow: hidden;
    font-size: 11px;
    text-align: right;
    z-index: 21;
}

#footerFrame.adm{
    bottom: 3px;
}


#taskbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 37px;
    padding: 10px 0 0 0;
    text-align: right;
    white-space: nowrap;
    z-index: 2;
}

.button{
    background: #e9e9e9 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0 4px !important;
    margin-top: 2px;
}

input[type="file"]{
    background: #EEE !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px 4px 0;
    margin-top: 2px;
    height: 20px !important;
    color: #444 !important;
    border: 1px solid #A4A4A4;
}


.listTable tr td.header, .listTable tr td.orderHeader, .listTable thead tr td, .listTable th {
    background: #F2F2F2 !important;
}

::-webkit-scrollbar{
    width:7px;
    height:7px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
    display:block;
    height:0;
    background-color:transparent;
}
::-webkit-scrollbar-track-piece{
    -webkit-border-radius: 0 0 0 0;
}
::-webkit-scrollbar-thumb:vertical{
    height:50px;
    background-color:#ccc;
    -webkit-border-radius:0;
}
::-webkit-scrollbar-thumb:horizontal{
    width:50px;
    background-color:#ccc;
    -webkit-border-radius:0;
}
