.tree { 
	padding: 0;
	margin: 0 0 14px;
	list-style: none;
}

.tree li {
	margin: 7px 0 0 0;
	height: auto;
}

.tree-node-icon {
	background: url('../images/plus.gif') left 5px no-repeat;
	width: 11px;
	height: 17px;
	display: block;
	padding-right: 4px;
	cursor: pointer;
	float: left;
}

.tree-node-info {
	display: block;
	margin-left: 15px;
}

.tree li.open > .tree-node-icon {
	background-image: url('../images/minus.gif');
}

.tree-node-hidden {
	background-image: url('../images/minus.gif');
	cursor: default;
}

.tree ul {
	padding: 0;
	margin: 0 0 0 21px;
	list-style: none;
}

.tree .bestandsnummer,
.tree .bestandsbeschrijving {
	display: inline;
}

.loading-small {
	height: 16px;
}

.tree .treeimg {
	display: none;
}

.treepageloading
{
	border:1px grey solid; 
	z-index:1000; 
	position:absolute; 
	margin-top:40px; 
	margin-left:20%; 
	background-color:white; 
	text-align:center; 
	vertical-align:middle; 
	font-size: 9pt; 
	box-shadow: 5px 5px 5px #888888; 
	padding:10px;
}

.treepageloadingBottom
{
	margin-top:-80px !important;
}

.tree-node-description
{
    font-weight: bold;
}