/*--------------------------------------------------| | 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 { white-space: nowrap; padding: 1px 2px; line-height: 2em; } .dtree a.node:hover { text-decoration: none; } .dtree .clip { overflow: hidden; } .dTreeNode { height: 22px; } .dTreeNode._selected { background-color: #9ABCD8; }