﻿.footer
{
    background-color: #00214b;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-align: right;
}

.logoff_Button
{
    white-space: nowrap;
    color: #FFDC51;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    height: 25px;
    width: 50px;
}

.timeCell
{
    width: 50px;
    white-space: nowrap;
    vertical-align: middle;
}

.operation
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10pt;
    z-index: 1000;
    cursor: pointer;
    padding-left: 5px;
}

.operation_sel
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10pt;
    z-index: 1000;
    cursor: pointer;
    padding-left: 5px;
    color: #aa0000;
    background-color: #eeeeee;
}

.titlebar
{
    color: #00214b;
    background-color: #e1ecf7;
    height: 20px;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid white;
}
 
.toolbar
{
    border: solid 1px #aaaaaa;
}
