﻿body 
{
	font-family: tahoma; font-size: 9pt;
	margin: 0; padding: 0; 
height: 100%;
}

html{
height: 100%;
}


.SpanLink {color: Black; cursor: pointer; text-decoration: underline}
.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}
.TreeFinished {color: Green}
.TreeProcessing {color: firebrick}
.SideHeading {font-family: Comic Sans MS; font-size: 14pt; text-align: center; margin-bottom: 3px}
.TopStyle {font-family: Arial; font-size: 9pt; cursor: pointer; text-decoration: none}
.LoginText {color: White; text-decoration: underline; cursor: pointer; font-size: 9pt}
.LoggedOnText {color: White; cursor: pointer; font-size: 9pt}

.panelbarHeader 
{         
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: #9B6237;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid #1A2E3B;
    border-left: 1px solid #1A2E3B;
    height: 25px;
    color: white;
}

.panelbarHeaderHover 
{         
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: #9B6237;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid #1A2E3B;
    border-left: 1px solid #1A2E3B;
    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: #ffffff;
    border: 1px solid #AFCDDC;
    border-bottom: 1px;
}

.panelbarItem 
{
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 16px;
    background-color: #ffffff;
    border: 1px solid #C1D9E5;
    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: #9B6237;
    border: 1px solid #C1D9E5;
    border-top: 0px;
    text-decoration: underline;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

UL {
font-family : Arial, helvetica, sans-serif; 
list-style-image: url(/Media/bullet.gif);
}

UL UL LI {
font-family : Arial, Helvetica, sans-serif; 
list-style-image: url(/Media/sub_bullet.gif);
}


