.treeview, .treeview ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul
{
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea
{
	background: url('/Resources/Content/Images/Site/treeview-default.gif') -64px -25px no-repeat;
	height: 11px;
	width: 14px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

.treeview .addfolder
{
	background: url('/Resources/Content/Images/Icons/folder-closed.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 20px;
	cursor: pointer;
	float: left;
}

.samp
{
	background: url('/Resources/Content/Images/Icons/folder-closed.gif') -64px -25px no-repeat;
	height: 11px;
	width: 14px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

/* IE6 hack */
* html .hitarea
{
	display: inline;
	float: none;
}

.treeview li
{
	margin: 0;
	padding: 3px 0 3px 16px;
}

.treeview a.selected
{
	background-color: #eee;
}

#treecontrol
{
	margin: 1em 0;
	display: none;
}

.treeview .hover
{
	color: red;
	cursor: pointer;
}

.treeview li
{
	background: url('/Resources/Content/Images/Site/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('/Resources/Content/Images/Site/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 selectedNode
{
	background-color: Red;
}

.treeview .folderName
{
	font-size: small;
	font-family: Arial;
	font-style: normal;
	cursor: pointer;
}

.none
{
	display: none;
}

.treeview .droppable
{
	font-size: smaller;
	visibility: hidden;
	height: 10px;
	z-index: 100;
}

.treeview .droppableVisible
{
	background-color: Gray;
	display: block;
	visibility: visible;
	width: 1000;
}

.treeview .draggable
{
	background-color: transparent;
}

.treeview .transparent
{
	background-color: transparent;
}