/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree 
{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #666;
				width:100%;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	color: #333;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: red;
	text-decoration: underline;
}
.dtree a.node:visited, .dtree a.nodeSel:visited {
	color: #333;
	text-decoration: none;
}
.dtree a.node:active, .dtree a.nodeSel:active {
	color: #333;
	text-decoration: none;
}

.dtree a.nodeSel,
.dtree a.nodeSel:hover {
	background-color: #c0d2ec;
	text-decoration: none;
}

.dtree a.emptynode 
{
 clear:both;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.emptynode:hover
{
	color: #333;
}

.dtree .clip {
	overflow: hidden;
 clear:both;
}
.noRoot {
 height:1px;
 overflow:hidden;
}

.nodeTbl
{
				table-layout:fixed; 
				width:192px;				
}
				
.nodeTxt 
{
				width:152px;
				vertical-align:middle;
}
.nodeVal 
{
				width:40px;
				color: #666;
				text-align:right;
				vertical-align:top;
}

.nodeListTxt 
{
	width:152px;
	float:left;
}

.nodeListVal 
{
 color: #666;
	width:40px;
	text-align:right;
	float:left;
}