.treeview ul { background-color: white; list-style: none;}

.treeview, .treeview ul { 
	padding: 0;
	margin: 3px 0px 0px 0px;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;	
	cursor: pointer;
}
/* fix for IE6 */ 
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
	
}

.treeview li { 
	margin: 0;
	padding: 2px 0pt 2px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }


.admin_tree {
	width: 400px;	
/*	position: relative;*/
	list-style: none;	
	font-family: verdana;
}

.admin_tree a img {
	border: 0px;
}

.admin_tree li {
	list-style: none;
}

.admin_tree span, .file_tree span {
	display: block;
	float: left;
	font-size: 11px;
	height: 20px;
}

div.tree_actions {
	float: none;	
	text-align: right;
	font-size: 11px;

	
	/*height: 20px;*/
	
}

.red, .red a {
	color: #bb0000;
}

.green, .green a {
	color: #009900;
}

.admin_tree div.tree_actions img {
	border: 0px;
	font-size: 11px;
}

.admin_tree a {		
	font-size: 11px;
}


.strom a {	
	text-decoration: underline;
}

.tree_img {	
	margin-bottom: -3px;
}


.treeview .hover { color: red; cursor: pointer; /*background: #eeeeee;*/ }

.treeview li { background: url(/images/admin/tree_images/tv-item.gif) -3px 0px no-repeat;	list-style: none;  }
.treeview .collapsable { background-image: url(/images/admin/tree_images/tv-collapsable.gif);  }
.treeview .expandable { background-image: url(/images/admin/tree_images/tv-expandable.gif);  }
.treeview .last { background-image: url(/images/admin/tree_images/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(/images/admin/tree_images/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(/images/admin/tree_images/tv-expandable-last.gif); }

