/*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landrö | |--------------------------------------------------*/ .dtree { color: #000; white-space: nowrap; } .dtree img { vertical-align: middle; border: 0px; padding: 0px; margin: 0px; } .dtree a { cursor: default; color: #000; text-decoration: none; } .dtree a.node, .dtree a.nodeSel { white-space: nowrap; padding: 1px 2px; } .dtree a.node:hover, .dtree a.nodeSel:hover { text-decoration: none; } .dtree a.nodeSel { color: #fff; background-color: #4b6983; } .dtree .clip { overflow: hidden; } DIV.dTreeNode { height: 18px; }