﻿.dtree {
	font-family: verdana, helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #fff;
	white-space: normal;/*nowrap*/
	width: 170px;
	overflow: hidden;
}
.dtree img {
	border: 0px;
}
.dtree div.clip {
	overflow: visible;
}
.dtree div.node, .dtree div.nodeSel {
	width: 170px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	padding: 4px 0 4px 0;
	overflow: hidden;
}
.dtree .iconArea {
	width: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
	float: left;
}
.dtree .textArea {
	width: 140px;
	float: left;
	overflow: hidden;
}
.dtree a {
	display: inline;
	text-decoration: none;
	overflow: hidden;
}
/*  Level 0 or 1*/
.dtree .node, .dtree .node a, .dtree .node a:hover {
	background: #f1f1f1;
	color: #003366;
}
.dtree .node a:hover {
	text-decoration:underline;
}
.dtree .nodeSel, .dtree .nodeSel a, .dtree .nodeSel a:hover {
	background: #A2242F;
	color: #ffffff;
	font-weight: bold;
}
/*  Level 2 */
.dtree .clip .node, .dtree .clip .node a, .dtree .clip .node a:hover {
	background: #ffffff;
	color: #A2242F;
}
.dtree .clip .nodeSel, .dtree .clip .nodeSel a, .dtree .clip .nodeSel a:hover {
	background: #ffffff;
	color: #A2242F;
	font-weight: bold;
}
.dtree .clip .node, .dtree .clip .nodeSel {
	border-bottom: 1px dotted #e1e1e1;
}
.dtree .clip .iconArea {
	width: 15px;
}
.dtree .clip .textArea {
	width: 135px;
}
img.indentIcon0 {
	width: 1px;
	height: 1px;
}
img.indentIcon1 {
	width: 1px;
	height: 1px;
}
img.lineIcon {
	width: 10px;
	height: 10px;
}
/*  Level 3 */
.dtree .clip .clip .node, .dtree .clip .clip .node a {
	background: #ffffff;
	color: #4D4D4D;
	text-decoration: none;
}
.dtree .clip .clip .node a:hover {
	text-decoration: underline;
}
.dtree .clip .clip .nodeSel, .dtree .clip .clip .nodeSel a {
	background: #ffffff;
	color: #4D4D4D;
	text-decoration: none;
}
.dtree .clip .clip .nodeSel a:hover {
	text-decoration: underline;
}
.dtree .clip .clip .iconArea {
	width: 20px;
}
.dtree .clip .clip .textArea {
	width: 130px;
}

/* hide dummy top item NJH 2009/09/14 P-CYM003 */
div#divdTreeMenu0 {
	display:none;
}

