.dtree
{
  	font-family:Tahoma, Verdana, Arial;
    font-size : 11px;
	padding: 0px;
	letter-spacing: 0.5px;
    color : white;
    white-space : nowrap;
    Font-weight : normal;
}

.dtree img
{
    border : 0px;
    vertical-align : middle;
}

.dtree a
{
    color : #6e6d6d;
    text-decoration : none;
}

.dtree a.node, .dtree a.nodeSel

{

    white-space : nowrap;
    padding : 2px 2px 1px 1px;

}

.dtree a.node:hover, .dtree a.nodeSel:hover

{

    color : #545454;
    
	text-decoration : underline;

}

.dtree a.nodeSel

{

color : #000000;
/*background-color:#c1d2fe;*/
text-decoration : underline;
font-weight:bold;

}

.dtree .clip

{

    overflow : hidden;

}



