@charset "utf-8";


.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
  color : #444444;
	text-decoration: none;
}
#gray {
	margin: 0px;
	padding: 0px;
	display: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	background-image: url(treeview-default.gif);
	background-repeat: no-repeat;
	background-position: -64px -25px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol {
	margin: 0px;
}
.treeview a {
  color : #444444;
	text-decoration: none;
}

.treeview .hover {
	color: #CC0000;
	cursor: pointer;
	position : relative;
	top : 2px;
	left : 2px;
}
.treeview a:visited {
  color : #444444;
}
.treeview li { background: url(treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0px -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0px -111px}
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.filetree li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 16px;
}
.filetree span.folder, .filetree span.file {
	display: block;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 17px;
}
.filetree span.folder { background: url(folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(folder-closed.gif) 0 0 no-repeat; }
.filetree span.file {
	background-image: url(listya.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
