
TD.statusBar
{
    background-color: #365484;
    color: #ffffff;
    padding-left: 5px;
    height: 23px;
}
TD.leftMenu
{
    vertical-align: top;
    width: 120px;
}
DIV.area
{
    padding: 10px;
    width: 100%;
    height: 100%;
    overflow: auto;
}
DIV.areaNoPad
{
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
TABLE.layout
{
    table-layout:fixed;
    width: 100%;
    height: 100%;
}
