 
.mbody
{
    font-family: Verdana,tahoma, Arial, Helvetica, sans-serif,Î¢ÈíÑÅºÚ,ËÎÌå;
    font-size: 13px;
    padding-right: 1px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 1px;
    font-weight: normal; 
    background-color:#8ea591;
    color:White;
}


.dtree
{
    white-space: nowrap;
}
.dtree img
{
    border: 0px;
    vertical-align: middle;
}
.dtree a
{
    text-decoration: none;
    color:White;
    line-height: 22px;  
}
.dtree a:visited
{
    text-decoration: none;
    color: White;
    line-height: 22px;
}
.dtree a.node, .dtree a.nodeSel
{
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover
{
    text-decoration: underline;
    color: red;
    font-weight:bolder;
}
.dtree a.nodeSel
{
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #689a29;
    color: White;
    font-weight:bolder;
}
.dtree .clip
{
    overflow: hidden;
}
