
.dtree a.node, .dtree a.nodeSel {
	
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	
}
.dtree a.nodeSel {
	
}
.dtree .clip {
	
}


/*

.dTreeNode { width: 170px; height: 19px; padding: 3px 5px 3px 10px; background: #ffffff url(../images/tree_node_off.gif) no-repeat; }
.dTreeNode a { font-size: 14px; font-weight: bold; color: #818181; text-decoration: none; }
.dTreeLeaf { width: 160px; height: 17px; padding: 3px 5px 3px 20px; background: #ededed; }
.dTreeLeaf a { font-size: 11px; font-weight: bold; color: #666; text-decoration: none; }

*/

.dTreeNode { width: 170px; height: 17px; padding: 3px 5px 3px 10px; margin-top: 2px; margin-bottom: 2px; background: #ffffff url(../images/tree_node_off.gif) no-repeat; }
.dTreeNode a { font-size: 13px; font-weight: bold; color: #818181; text-decoration: none; }

.dtree .dTreeLeaf a { font-size: 11px; font-weight: bold; color: #666; text-decoration: none;}
.dtree .dTreeLeaf a.node { width: 160px; height: 17px; display: block; padding: 3px 5px 3px 20px; background: #ededed; }
.dtree .dTreeLeaf a.nodeSel { width: 160px; height: 17px; display: block; padding: 3px 5px 3px 20px; background: #ededed; color: #00a0ea;}