html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

#maintable
{
    height: 100%;
    width: 100%;
}

#maintable > tbody > tr > td
{
    border: 1ex solid white;
}

#maintable > tfoot td
{
    padding: 0;
}

#maintable > tfoot td hr
{
    margin-top: 0;
}

#clienttable
{
    height: 100%;
}

#main_menu
{
    background-color: #f0eeff;
    font-size: 85%;
}

.main_entry
{
    font-weight: bold;
}

.main_entry ul
{
    font-weight: normal;
}

#loginbox
{
    float: right;
    border-width: 1px;
    border-style: solid;
    border-color: #ffc0c0;
    padding: 0.5ex 0.5em;
    background-color: #ffeef0;
}

.hide
{
    position: absolute;
    top:0;
    left:-9999px;
}
