.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	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 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }


.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

/* individuals / items */
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.individual, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individual { background: url(images/icon_individual_green_42.png) 0 0 no-repeat; }
.filetree li.expandable span.individual { background: url(images/icon_individual_green_42_parent.png) 0 0 no-repeat; }

.filetree span.individual3, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individual3 { background: url(images/icon_individual_green_32.png) 0 0 no-repeat; }
.filetree li.expandable span.individual3 { background: url(images/icon_individual_green_32_parent.png) 0 0 no-repeat; }

.filetree span.individual2, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individual2 { background: url(images/icon_individual_green_22.png) 0 0 no-repeat; }
.filetree li.expandable span.individual2 { background: url(images/icon_individual_green_22_parent.png) 0 0 no-repeat; }

.filetree span.individual1, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individual1 { background: url(images/icon_individual_green_12.png) 0 0 no-repeat; }
.filetree li.expandable span.individual1 { background: url(images/icon_individual_green_12_parent.png) 0 0 no-repeat; }

.filetree span.individual0, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individual0 { background: url(images/icon_individual_green_02.png) 0 0 no-repeat; }
.filetree li.expandable span.individual0 { background: url(images/icon_individual_green_02_parent.png) 0 0 no-repeat; }

/* descriptor */
.filetree span.categorical, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.categorical { background: url(images/icon_categorical2.png) 0 0 no-repeat; }
.filetree li.expandable span.categorical { background: url(images/icon_categorical2_parent.png) 0 0 no-repeat; }

.filetree span.numerical, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.numerical { background: url(images/icon_numerical2.png) 0 0 no-repeat; }

/* groups */
.filetree span.group, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.group { background: url(images/directory_full.gif) 0 0 no-repeat; }
.filetree li.expandable span.group { background: url(images/directory_open.gif) 0 0 no-repeat; }

.filetree span.group0, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.group0 { background: url(images/directory.gif) 0 0 no-repeat; }

/* items (taxa) scopes */
span { white-space:nowrap; }
.scopeBorder { border-radius: 10px; }

.filetree span.individualScope, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individualScope { background: url(images/icon_scope_multi.png) 0 0 no-repeat; }
.filetree li.expandable span.individualScope { background: url(images/icon_scope_multi_parent.png) 0 0 no-repeat; }

.filetree span.individualScopeSex, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individualScopeSex { background: url(images/icon_scope_sex.png) 0 0 no-repeat; }
.filetree li.expandable span.individualScopeSex { background: url(images/icon_scope_sex_parent.png) 0 0 no-repeat; }

.filetree span.individualScopeStage, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individualScopeStage { background: url(images/icon_scope_stage.png) 0 0 no-repeat; }
.filetree li.expandable span.individualScopeStage { background: url(images/icon_scope_stage_parent.png) 0 0 no-repeat; }

.filetree span.individualScopeGeoArea, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individualScopeGeoArea { background: url(images/icon_scope_ga.png) 0 0 no-repeat; }
.filetree li.expandable span.individualScopeGeoArea { background: url(images/icon_scope_ga_parent.png) 0 0 no-repeat; }

.filetree span.individualScopePublication, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individualScopePublication { background: url(images/icon_scope_publi.png) 0 0 no-repeat; }
.filetree li.expandable span.individualScopePublication { background: url(images/icon_scope_publi_parent.png) 0 0 no-repeat; }

.filetree span.individualScopeOther, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.individualScopeOther { background: url(images/icon_scope_other.png) 0 0 no-repeat; }
.filetree li.expandable span.individualScopeOther { background: url(images/icon_scope_other_parent.png) 0 0 no-repeat; }



/*.filetree li.expandable span.individualScopeOther { background: url(images/icon_individual_green_02_parent.png) 0 0 no-repeat; }*/