﻿input[type=text]::-ms-clear {
    display: none;
}

.tbMain {
    position: absolute;
    width: 100%;
    height: 100%;
}

#tdHeader {
    position: relative;
    width: 100%;
    height: 36px;
    top: 0px;
    z-index: 3;
}

#tdMenu {
    position: absolute;
    min-width: 200px;
    min-height: 100px;
    top: 36px;
    bottom: 5px;
    z-index: 2;
}

#tdContent {
    position: fixed;
    min-width: 100px;
    min-height: 100px;
    top: 36px;
    right: 0px;
    bottom: 5px;
    left: 200px;
    z-index: 1;
}

.frHeader {
    width: 100%;
    height: 100%;
}

.frMenu {
    width: 200px;
    height: 100%;
}

.frContent {
    width: 100%;
    height: 100%;
}
