﻿.Tree
{
    width: 29%;
  /*  background-color: #99CCFF; */
    margin-left: 0px;
}

.Tree Table
{
    padding: 1px;
    width: 200px;
    margin: 5px;
    position: relative;
    background-color: #000000;
    top: 0px;
    right: 0px;
}

.Tree Table tr
{
    
    background-color: #cbe0fb;
    font-family: tahoma;
    font-size: 12px;
}

.Tree Table tr td 
{
   
}
.Tree Table tr td a
{
   
    font-family: tahoma;
    font-size: 12px;
    color: #000000;
}

