/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr?               |
|--------------------------------------------------*/
body {
	
}
.ptree {
	border: none;
	margin: 0 0;
	padding: 0 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
	text-align:left;
}
.ptree h4 {
	font-size: 12px;;
	font-weight: normal;
	white-space: nowrap;
}
.ptree h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 12px;;
	font-weight: normal;
	white-space: nowrap;
}
.ptree h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.ptBody {
	font-size: 12px;
	font-weight: lighter;
	background-color: white;
	color: black;
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin:5px 0px;
	padding: 0 0;
}
.ptree h1,
.ptree h2,
.ptree h3,
.ptree h4 {
	margin: 0;
	padding: 0;
}
.ptree ul {
	line-height: 1.5em;
	list-style-type: square;

	font-size: 12px;;
}
.ptree li {
	padding: 0 2px 0 0;
	margin: 0;
}
.dtree {
	margin:  0  0 5px 0 ;
	padding: 0 0 ;
	font-family: ËÎÌå;
	font-size: 12px;
	font-weight: lighter;
	color: #666;
	white-space: nowrap;

}
.dtree img {
	border: 0px;
	vertical-align: left;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dRootNode{
	margin:0 0;
	padding: 3px  0;
	color:#FF0000;
	background-color: #EAECEC;
	
}
.dTreeNode
{
	margin:2px 0;
	padding: 0  0;

}

.dtree a.nodeSel {

}


.dtree .clip {
	overflow: hidden;
}
.wrap{
	word-break:break-all;
	width:110px;

	}



.dtree a.node, .dtree a.nodeSel   {
	white-space: nowrap;
	margin: 1px 0px;
	padding: 1px 2px 1px 2px;

}
.dtree a.node:link, .dtree a.nodeSel:link {
	color: #002bb8;
	text-decoration: none;
}

.dtree a.node:visited, .dtree a.nodeSel:visited {
	color: #002bb8;
	text-decoration: none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
   color: #FF8C00;
	text-decoration: none;
	
}
.dtree a.node:active, .dtree a.nodeSel:active {
  color: #117B14;
	text-decoration: none;	
}




