@media all
{
.tree {
	font-size: 90%;
	color: #666;
	white-space: nowrap;
}

.tree img {
	border: 0px;
	vertical-align: middle;
}

.tree a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	cursor: default;
}

.tree a.node, .tree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.tree a.node:hover, .tree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}

.tree a.nodeSel {
	background-color: #c0d2ec;
}

.tree .clip {
	overflow: visible;
}

}
