﻿body {font-family: verdana; font-size: 9pt; width: 100%; height: 100%
}
html {width: 100%; height: 100%}
.SubmitButton {cursor: pointer; background-color: #CFE6F2}
.LoginButton {cursor: pointer; background-color: White; font-size: 8pt; font-family: Arial; border-style: outset; border-width: 1px; border-color: lightblue; width: 75px}
.right {font-family: verdana; font-size: 8pt; font-weight: bold}

.SpanLink {color: Black; cursor: pointer; text-decoration: underline}
.TreeFinished {color: Green; font-size: 9pt}
.TreeAssigned {color: Blue; font-size: 9pt}
.TreeProcessing {color: firebrick; font-size: 9pt}

.TopMenu {font-family: Verdana; font-size: 9pt; color: #157dec; height: 25px; width: 100px; text-align: center; vertical-align: middle; background-color: whitesmoke; cursor: pointer; border-color: black;
          border-width: 1px; border-style: inset; text-decoration: none; display: table-cell; float: left}
.TopMenu:Hover {color: orange; text-decoration: underline}
.TopMenuDivider {width: 8px; float: left; margin-left: 5px}

.LeftMenu {font-family: Verdana; font-size: 9pt; color: #157dec; height: 45px; width: 150px; text-align: center; vertical-align: middle; background-color: whitesmoke; cursor: pointer; border-color: black;
          border-width: 1px; border-style: inset; text-decoration: none; clear: both}
.LeftMenu:Hover {color: orange; text-decoration: underline}

.panelbarHeader 
{         
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: #E6EEE4;
    border: 1px solid #C2E3BF;
    height: 25px;
}

.panelbarHeaderHover 
{         
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    border-bottom: 1px solid Navy;
    background-color: #BEDAB4;
    border: 1px solid #C2E3BF;
    height: 25px;
}

.panelbarHeaderExpand
{
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    height: 25px;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: #93C57D;
    border: 1px solid #C2E3BF;
    border-bottom: 0px;
}

.panelbarItem 
{
    FONT-SIZE: 11px; 
    COLOR: navy;
    FONT-FAMILY: Arial,Verdana;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 16px;
    background-color: #E6EEE4;
    border: 1px solid #C2E3BF;
    border-top: 0px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.panelbarItemSelected
{
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 16px;
    background-color: #BEDAB4;
    border: 1px solid #C1D9E5;
    border-top: 0px;
    text-decoration: underline;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


