﻿body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #808080;
    background-color: #FFFFFF;
}
table
{
    font-size: 12px;
}
a
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
a:hover
{
    font-size: 12px;
    color: #000000;
    text-decoration: underline ;
}
.tree
{
    font-size: 12px;
    color: #FFFFFF;
}
h1
{
    font-size: 12px;
    font-weight: bold;
}
h2
{
    font-size: 14px;
    font-weight: bold;
}
.xMenueItem
{
    color: #808080;
}
.xMenueSelected
{
    color: #000000;
}
.xMenueHover
{
    color: #000000;
}
.HyperLink
{
    color: #808080;
}
.LinkButton
{
    color: #000000;
    font-weight: bold;
}
.vline_right
{
    width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #808080;
}
.vline_left{
    width: 1px; border-left-style: solid; border-left-width: 1px; border-left-color: #808080;
}
hr
{
    color: #808080;
    height: 1px;
}
.treeNode
{
    font-size: 12px;
    color: #808080;
}
.treeSelected
{
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}