.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: transparent;
	margin-top: 0px;
}


.treeview li {
	margin: 0;
	padding: 1px 0pt 0px 2px;
}

.treeview ul{
	padding-left: 8px;
}

.treeview a.selected {
	font-weight: bold;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover {
  cursor: pointer;
  color: #FFFF00;
  text-decoration: underline;
  background-color: #000080;
}

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
li.collapsable >span{font-weight:bold;}

.fauxlink {
  text-decoration: underline;
}
