div.dtree {
	font-family: arial,helvetica;
	font-size: 9pt;
	white-space: nowrap;
}

div.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-right: 2px; 
	max-width: 16px;
	max-height: 16px;
}

div.dtree a {
	text-decoration: none;
}

div.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	position: relative;
	min-width: 200px;
	text-align: right;
}

div.dtree .clip {
	overflow: hidden;
}

div.dtree div.dTreeNode
{
	padding: 2px;
}

div.dtree div.dTreeRootNode
{
	font-weight: bold;
}

div.dtree
{
	color: black;
}

div.dtree a.node:hover, .dtree a.nodeSel:hover
{
	cursor: pointer;
}

div.dtree div.dTreeNode:hover
{
	background-color: #e0f0f0; 
}