﻿.treeTable,
.treetable,
.TreeTable
{
    position:relative;
    width:96%;
    left:2%;
    text-align:left;
    color:black;
    font-size:10pt;
    background-color:transparent;
}
.treeTable th,
.treetable th,
.TreeTable th
{
    text-align:left;
    color:#524f4f;
    font-size:11pt;
    background-color:#f3f3f3;
    font-weight:bold;
    cursor:pointer;
    border-top:2px ridge white;
    border-bottom:2px groove white;
}

.treeTable th:hover,
.treetable th:hover,
.TreeTable th:hover
{
    background-color:#eeecec;
}
.treeTable th img,
.treetable th img,
.TreeTable th img
{
    position:relative;
    cursor:pointer;
    left:1px;top:0px;
    width:10px;height:10px;
    padding-right:10px;
}

.treeTable td,
.treetable td,
.TreeTable td
{
    border:none;
}
#__divwrapper
{
    border:none;
    background-color:#d1dee1;
}