#Categories .expanded
{
	display:block !important;
}
#Categories .children
{
	display:none;
}
.child-folder
{
	margin-left:20px;
}
.w-helper
{
	background:url(images/treeview/expanded-helper-icon.gif) repeat-y left top;
}
table.category
{
	border-collapse:collapse;
}
table.category td
{
	padding:0;
}
table.category td.opener
{
}
table.category td.opener span, table.category td.closer span, table.category td.none span, table.category td.child span, table.category td.last-child span
{
	width:20px;
	height:18px;
	display:block;
	background:url(images/treeview/opener-icon.gif) no-repeat center center;
	cursor:pointer;
}
table.category td.none span
{
	cursor:default;
	background:transparent;
}
table.category td.closer span
{
	background:url(images/treeview/closer-icon.gif) no-repeat center center;
}
table.category td.child span
{
	background:url(images/treeview/folder-child-icon.gif) no-repeat center center;
}
table.category td.last-child span
{
	background:url(images/treeview/folder-last-child-icon.gif) no-repeat top center;
}
table.category td.home span
{
	background:url(images/treeview/folder-icon-home.png) no-repeat left center;
}

table.category td.cat-name
{
	color:#eee;
	white-space:nowrap;
	padding-left:3px;
}
table.category td.empty
{
	color:#777;
}
table.selected td.cat-name
{
	background:#ddd;
	color:Black;
}
table.category td.options
{
	width:18px;
}
table.category td.options img.options
{
	background:url(images/button-options.png) no-repeat center center;
	width:18px;
	height:16px;
	margin:0;
	padding:0;
	/*display:none;*/
}
table.selected td.options img.options
{
	/*background-color:#ddd;*/
}
table.category td.options img.hidden
{
	visibility:hidden;
	display:inline;
}
table.category td.cat-name .editable
{
}
table.category td.cat-name .editable input
{
	width:80px;
	border:solid 1px #aaa;
}
table.category td.cat-name span
{
	display:inline-block;
}
.droppable-hover
{
	background:#444;
	/*color:Black;*/
}
.ui-draggable-dragging .opener, .ui-draggable-dragging .closer, .hidden
{
	display:none;
}