﻿body 
{
    font-family: Verdana;
}

#Container
{
    min-height: 600px;
    background-color: White; 
    padding: 10px 10px 20px 10px;
}

#Head 
{
    font-size: 2.2em;
    font-weight: bolder;
    padding: 15px 0 10px 20px;
    clear: both;
}

#userDiv
{
    font-size: .9em;
    font-weight: normal;
    float: left;
    margin-left: 600px;
}

#Menu1
{
    padding: 10px 0 10px 30px;
    clear: both;
}

#Content
{
    padding: 10px 0 0 10px;
    clear: both;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.lbl
{
    float: left;
    margin-right: 20px;
}

.txt
{
    height: 30px;
}

.edit3
{
    height: 105px;
}

.edit8
{
    height: 200px;
}

ul.level2 li
{
    padding-left: 20px;
}

.reToolZone
{
    display: none !important;
}

.tbl th, .tbl td
{
    padding: 0px 10px 0px 10px;
    text-align: left;
}
        
.tbl th
{
    background-color: #dddddd;
}
        
.red
{
    color: Red;
    font-weight: bold;
}
        
.private
{
    background-color: #eeeeff;
    border: 1px solid black;            
}