.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.treeview ul {
	
	margin-top: 4px;

}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 10px;

	color:#CCCCCC;
	
	text-decoration:none;
	
}
.treeview li a { 
	margin: 0;
	padding: 3px 0pt 3px 10px;
	color:#666666;	
	text-decoration:none;	
}
.treeview ul li {
	font-weight: bold;
	text-decoration:none;	
}

.treeview ul li a:hover { 
	margin: 0;
	padding: 3px 0pt 3px 10px;

	color:#00CC00;

	text-decoration:none;
	
}

.treeview ul li ul li a { 
	margin: 0;
	padding: 3px 0pt 3px 10px;

	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	
}
.treeview ul li ul li a:hover { 
	margin: 0;
	padding: 3px 0pt 3px 10px;

	color:#00CC00;
	font-weight:normal;
	text-decoration:none;
	
}
.treeview a.selected {
color:#009900;
}

#treecontrol { margin: 1em 0; display: none; }

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
