.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 8pt;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/Images/jQuery/Treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	line-height: 16px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 2px 0pt 2px 16px;
	white-space: nowrap;
	line-height: 9pt;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/Images/jQuery/Treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; line-height: 8pt; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/Images/jQuery/Treeview/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-gray li { background-image: url(/Images/jQuery/Treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/Images/jQuery/Treeview/treeview-gray.gif); } 

.treeview-folder li { background-image: url(/Images/jQuery/Treeview/treeview-folder-line.gif); }
.treeview-folder .hitarea, .treeview-folder li.lastCollapsable, .treeview-folder li.lastExpandable { background-image: url(/Images/jQuery/Treeview/treeview-menos.gif); } 

.treeItem { display: inline; padding-left: 3px; padding-right:3px; cursor: pointer; }
.treeItem:HOVER { text-decoration:underline; }

.treeItemCheck { display: inline; cursor: pointer; }
.treeItemCheck:HOVER { text-decoration:underline; }

.treeviewRoot { font-size: 8pt; margin-top: 2px; margin-bottom: 2px; line-height: 12pt; vertical-align:top; }
.treeItemSelec { background-color: #444444; color: HighlightText; padding-top: 1px; padding-bottom: 1px; }
