/*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landr� | |--------------------------------------------------*/ .dtree { font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; white-space: nowrap; } .dtree img { border: 0px; vertical-align: middle; } .dtree a { color: #000000; text-decoration: none; } .dtree a.node, .dtree a.nodeSel { font-size: 11px; color: #000000; white-space: nowrap; /* padding: 1px 2px 1px 2px;*/ text-decoration: none; } .dtree a.node:hover, .dtree a.nodeSel:hover { color: #FFFFFF; background-color: #AA0000; text-decoration: none; } .dtree a.nodeSel { } .dtree .clip { color: #000000; overflow: hidden; }