/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.dtree a {
	color: #999999;
	text-decoration: none;
	margin: 0px;

}

.border {
background-image:url(imgaes/line.gif);
background-repeat:repeat-y

}
.dtree a.node, .dtree a.nodeSel {
	display: block;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	white-space: normal;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F3F3F3;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;

}
.dtree .clip {
	overflow: hidden;
}

a.newWin {
	display: block;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	white-space: normal;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;header
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a.newWin:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F3F3F3;
}