﻿table.TreeTable
{
    width: 100%;
    border-width: 0px;
    border-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
thead
{
    font-size: 10pt;
    font-weight: bold;
    border-bottom-style: ridge;
    border-bottom-width: thin;
}
td.tree-icon
{
    width: 28px;
}
.lblTreeCategory
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.lblTreeDisplay
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
}
