/*--------------------------------------------------|
| 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: 191px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
/*	white-space:nowrap;*/
}

/*Level 1*/
.dtree div div div a{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/*Level 2*/
.dtree div div div div{
	border-left: 5px solid #727881;
}
.dtree div div div div a{
	color: #333333;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
}

/*Level 3*/
.dtree div div div div div{
	border-left: 5px solid #38404B;
}
.dtree div div div div div a{
	color: #333333;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
}

.dtree a.node {
	display: block;
	background: repeat-x left top;
/*	height: 15px;*/
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.dtree a.nodeSel {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: #99CC00;
/*	height: 15px;*/
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	font-size: 11px;
	display: block;
	color: #666666;
	text-decoration: none;
/*	height: 15px;*/
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.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;
}
*/