.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview span {
    font-size: 11px;
}

.treeview ul {
	background-color: white;
	margin-top: 1px;
}

.treeview .hitarea {
	background: url("https://static.leadersms.ps/images/tree/exapandableCloseTop.gif") -2px 5px no-repeat;
	height: 16px;
	width: 16px;
	margin-right: -16px;
    display: inline;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 12px 0px 0px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview a { color: black; cursor: pointer; }
.treeview .hover { color: #2f2f2f; cursor: pointer; }

.treeview li { background: url(https://static.leadersms.ps/images/tree/expandbleNodeMidTerm.gif) right top no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background: url(https://static.leadersms.ps/images/tree/expandbleNode.gif) right top no-repeat;}

.treeview .expandable-hitarea { background: url("https://static.leadersms.ps/images/tree/exapandableOpenTop.gif") -2px 5px no-repeat; }

.treeview li.last { background: url(https://static.leadersms.ps/images/tree/expandbleNodeTerm.gif) right top no-repeat; }
.treeview li.lastCollapsable div.lastCollapsable-hitarea { background: url("https://static.leadersms.ps/images/tree/exapandableCloseBottom.gif") -2px 1px no-repeat }
.treeview li.lastExpandable div.lastExpandable-hitarea { background: url("https://static.leadersms.ps/images/tree/exapandableOpenBottom.gif") -2px 1px no-repeat }

.treeview li.lastCollapsable { background: url("https://static.leadersms.ps/images/tree/expandbleNodeLast.gif") right top no-repeat }
.treeview li.lastExpandable { background: url("https://static.leadersms.ps/images/tree/expandbleNodeLast.gif") right top no-repeat }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background: url("https://static.leadersms.ps/images/tree/exapandableOpenBottom.gif") 3px 0px no-repeat; }

.treeview-red li { background-image: url(https://static.leadersms.ps/images/tree/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(https://static.leadersms.ps/images/tree/treeview-red.gif); }

.treeview-black li { background-image: url(https://static.leadersms.ps/images/tree/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(https://static.leadersms.ps/images/tree/treeview-black.gif); }

.treeview-gray li { background-image: url(https://static.leadersms.ps/images/tree/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(https://static.leadersms.ps/images/tree/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(https://static.leadersms.ps/images/tree/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(https://static.leadersms.ps/images/tree/treeview-famfamfam.gif); }


.filetree li { padding: 3px 17px 2px 0px;}
.filetree span.root, .filetree span.folder, .filetree span.file { padding: 1px 17px 1px 0px; display: block; }
.filetree span.root, .filetree span.folder { background: url(https://static.leadersms.ps/images/tree/folder.gif) right no-repeat; }
.filetree li.expandable span.folder, .filetree li.expandable span.root { background: url(https://static.leadersms.ps/images/tree/folder-closed.gif) right no-repeat; }
.filetree span.file { background: url(https://static.leadersms.ps/images/tree/file.gif) right no-repeat; }

.nodelabel {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}

.graynodelabel {
    padding-right: 6px;
    display: inline-block;
    vertical-align: middle;
    color: gray;
    font-style: italic;
}

.nodecheck {
    display: inline-block;
    vertical-align: middle;
}

.hidden {
    display: none;
}