﻿.TreeRoot, .TreeItem, .TreeChild
{
    font-family:Verdana;
    font-size:12px;
    color:#000000;
    display:table;
    clip:auto;
    margin-top:2px;
    margin-bottom:2px;
}
.TreeChild
{
    margin-left:10px;
}
.TreePermissions
{
    padding-left:4px;
    font-size:10px;
    color:#666666;
}
.Folder, .FolderDeactivated, .FolderChild, .FolderRoot, .FolderChildDeactivated, .SubFolder
{
    font-family:Verdana;
    font-size:12px;
    color:#ffffff;
    text-decoration:none;
    white-space:nowrap;
    clip:auto;
    line-height:18px;
}
.Folder, .FolderChild, .FolderRoot, .SubFolder
{
    cursor:pointer;
}
.FolderDeactivated, .FolderChildDeactivated
{
    cursor:auto;
}
.FolderChild, .FolderChildDeactivated, .FolderChildOpen, .FolderChildOpenDeactivated, .SubFolder
{
    margin-left:10px;
}
.FolderChild, .FolderChildDeactivated
{
    display:none;
}
.FolderRoot, .FolderRoot:visited
{
    font-weight:bold;
    margin-bottom:2px
}
.FolderPlusMinus, .FolderArrOp
{
    border:0px;
    vertical-align:middle;
    margin-top:2px;
    margin-bottom:2px;
}
.FolderPlusMinus
{
    width:9px;
    height:9px;
    margin-right:3px;
}
.FolderIcon
{
    border:0px;
    vertical-align:middle;
    width:16px;
    height:16px;
    margin-left:1px;
    margin-right:2px;
}
.FolderArrOp
{
    width:6px;
    height:11px;
    margin-left:2px;
}
.FolderSelectionRoot, .FolderSelection
{
    font-family:Verdana;
    font-size:12px;
    color:#000000;
    cursor:pointer;
    clip:auto;
}
.FolderSelectionRootInactive, .FolderSelectionInactive
{
    font-family:Verdana;
    font-size:12px;
    color:#cccccc;
    clip:auto;
}
.FolderSelected, .FolderSelectedRoot
{
    background-color:#000080;
    color:#ffffff;
}
.FolderSelectionRoot, .FolderSelectedRoot
{
    font-weight:bold;
    margin-bottom:2px;
}
.FolderSelectionIndentImage
{
    width:9px;
    height:9px;
    border:0px;
}
.FolderItemContainer
{
    background-color:#ffffff;
    color:#000000
}
.FolderItemContainerSelected
{
    background-color:#000080;
    color:#ffffff;
}
.FolderContentItem
{
    height:18px;
}
.UpDownArrowContainer
{
    height:18px;
    float:left;
}
.FolderItemUpDownArrow, .FolderItemUpDownArrowInactive
{
    width:9px;
    height:9px;
    border:0px;
    margin-left:2px;
    margin-right:2px;
    margin-top:4px;
}
.FolderItemUpDownArrow
{
    cursor:pointer;
}
