/*Default for all Formatting*/
body 
{
    font-family:Arial, Tahoma, Georgia;
    font-size:12px;
    background-color:#FFFFFF;
}


/*All Links*/
a
{
    font-weight:bold;
    color:Black;
    text-decoration:none;
}


/*Main Table on the Page*/
.maintable
{
    width:890px;
    border:solid;
    border-width:thin;
    background-color:#e8e8e3;
}


/*The Panel that holds the TreeViews*/
.panel
{
    text-align:left;
}


/*Dynamic Table Cell Between header and footer*/
.midcell
{
    font-weight:normal;
}


/*Root Nodes of the Tree*/
.headings
{
    text-align:left;
    padding:5px;
    width:98%;
    background-color:Gray;
    color:White;
}


/*Category Nodes*/
.categories
{
    text-align:left;
    font-size:14px;
}


/*Content Nodes*/
.content
{
    text-align:left;
    font-weight:normal;
}


/*Information and Error Label*/
.info
{
    color:Red;
}
