/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

img.node_edit{
	float:left;
	width:10px;
	height:17px;
	border:none;
	background-image: url('/templates/default/img/icons/edit.png');
	background-repeat: no-repeat;
	background-position: left 5px;
}
img.node_open{
	background:url('/templates/perearstid/img/3rdparty/dtree/img/folderopen.gif') no-repeat;
	width:12px;
	height:16px;
	display: none;	
}
img.node_closed{
	background:url('/templates/perearstid/img/3rdparty/dtree/img/folder.gif') no-repeat;
	width:12px;
	height:16px;
	display: none;
}
img.node_nochild{
	background:url('/templates/perearstid/img/3rdparty/dtree/img/page.gif') no-repeat;
	width:12px;
	height:16px;
	background-position:center;	
	display: none;
}
img.node_offset{
	display: none;
}

.dtree {
	width: 190px;
	text-decoration: none;
	white-space:nowrap;
}

/*Level 1*/
/*.dtree div div div a{
	font-size: 11px;
	color: #485362;
	text-decoration: none;
	font-weight: bold;
}*/

/*Level 2*/
/*.dtree div div div div{
	border-left: 5px solid #727881;
}*/
.dtree div div div div a{
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

/*Level 3*/
/*.dtree div div div div div{
	border-left: 5px solid #38404B;
}*/
.dtree div div div div div a{
	text-decoration: none;
	text-align: left;
	text-indent: 7px;

}

.dtree a.node {
	color: #667896;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	height: 28px;
	width: 170px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aec0e2;
}
.dtree a.nodeSel {
	color: #0065b3;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	height: 28px;
	width: 170px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aec0e2;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	display: block;
	text-decoration: none;
	color: #0065b3;
}
.dtree img {
	border: 0px;
}

.dtree .clip {
	overflow: hidden;
}
/*.dtree a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.dtree a.node, .dtree a.nodeSel {
	color: #FF0000;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #DF5900;
	text-decoration: underline;
	font-weight: bold;
}
.dtree a.nodeSel {
	color: #DF5900;
}
*/