.dtree
{
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    padding-left: 4px;
}
.dtree img
{
    border: 0;
    vertical-align: middle;
}
.dtree a
{
    color: #333;
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel
{
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover
{
    color: #333;
    text-decoration: underline;
}
.dtree .clip
{
    overflow: hidden;
}
p
{
    font-family: arial;
}
.tree
{
    margin: 0;
    padding: 0;
}
.tree ul
{
    margin-left: 20px;
    padding-left: 0;
}
.tree li
{
    list-style-type: none;
    vertical-align: middle;
}
.tree li a
{
    color: #000;
    text-decoration: none;
    font-family: arial;
    font-size: .8em;
    padding-left: 2px;
}
