/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/
/* body {
	font-size: 12px;
	line-height: 15px;
	color: #464646;
	margin: 0px;
	padding: 0px;
}
table {
	font-family: "宋体";
	font-size: 12px;
	line-height: 15px;
	color: #464646;
} */
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dTreeNode{
	height:25px;
	}
.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 {
	background-color: #c0d2ec;
}
.dtree .clip {
	/**overflow: hidden;*/
}
.gray12_25,
.gray12_25 a:link,
.gray12_25 a:visited {color:#000000;text-decoration: none;line-height:25px;font-size:12px;}
.gray12_25 a:hover {color:#046DED;text-decoration: none;line-height:25px;font-size:12px;}