/*--------------------------------------------------|
| 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: 11px;
	color: #666;
	white-space: nowrap;
	line-height:12px; font-weight:bold;
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
	
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

.CNLTreeMenu img.s {cursor:pointer;vertical-align:middle;}
.CNLTreeMenu ul {padding:0;}
.CNLTreeMenu li {list-style:none;padding:0; line-height:20px; }
.Closed ul {display:none;}
.Child img.s {background:none;cursor:default;}
.treeul ul {margin:0 0 0 17px; }

.CNLTreeMenu a{ text-decoration:none; color:#000000;}

#CNLTreeMenu1 img.s {width:20px;height:15px;}
#CNLTreeMenu1 .Opened img.s {background:url(../img/minus.gif) no-repeat 0 0;}
#CNLTreeMenu1 .Closed img.s {background:url(../img/plus.gif) no-repeat 0 0;}
#CNLTreeMenu1 .Child img.s {background:url(../img/1.gif) no-repeat 3px 5px;}

#CNLTreeMenu2 img.s {width:20px;height:15px;}
#CNLTreeMenu2 .Opened img.s {background:url(../img/minus.gif) no-repeat 0 0;}
#CNLTreeMenu2 .Closed img.s {background:url(../img/plus.gif) no-repeat 0 0;}
#CNLTreeMenu2 .Child img.s {background:url(../img/1.gif) no-repeat 3px 5px;}

#CNLTreeMenu3 img.s {width:20px;height:15px;}
#CNLTreeMenu3 .Opened img.s {background:url(../img/minus.gif) no-repeat 0 0;}
#CNLTreeMenu3 .Closed img.s {background:url(../img/plus.gif) no-repeat 0 0;}
#CNLTreeMenu3 .Child img.s {background:url(../img/1.gif) no-repeat 3px 5px;}

#CNLTreeMenu1,#CNLTreeMenu2,#CNLTreeMenu3 {padding-bottom:15px;}

.ViewCode {
 clear:both;
 border:1px solid #FFB900;background:#FFFFCC;color:inherit;margin:3px;padding:3px;
}