/*
 * AdubyTree  0.1 - jQuery AdubyTree
 * Copyright (c) 2008, Crystal, shimingxy@163.com
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Date: 2008-04-07 rev 33
 */

.adubytree{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	white-space: nowrap;
}
.adubytree img {
	border: 0px;
	vertical-align: middle;
}

.adubytree img.folder {
    cursor: pointer;
}

.adubytree a {
	color: #999;
	text-decoration: none;
}
.adubytree a.node, .adubytree a.selected {
	white-space: nowrap;
	font-weight : normal;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.adubytree a.node:hover, .adubytree a.selected:hover {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
.adubytree a.selected, .adubytree a.selected:hover {
	background-color: #0c2c88;
	color: #ffffff;
	text-decoration:1px solid silver;
}
.adubytree .clip {
	overflow: hidden;
}