﻿.ZHierarchy
{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	position:relative;
}
.ZHierarchy ul
{
	list-style:none outside none;
	margin:0px;
	padding:0px;
}
.ZHierarchy li
{
	list-style:none outside none;
	padding:1px 0px 2px 16px;
}
.HDrawer
{
	position:relative;
	width:100%;
	height:100%;
	border:solid 1px #e0e0e0;	
}
.ZHierarchy li.Root
{
	margin:0px;
	padding:0px;
	
}
.ZHierarchy li.Root>.InnerList
{
	overflow:auto;
	display:block;
	
	border-top:none 0px;
}
.ZHierarchy li.Root>.ItemShower div
{
	padding:4px;	
	font-weight:bold;
	border:solid 1px #e0e0e0;
	background-color:#f5f5f5;
}
.HaveChild
{
	color:Red;
}
.ZHierarchy li
{
	background : url("images/treeview-default-line.gif") no-repeat scroll 0 0 transparent
}
.ZHierarchy li.last
{
	background-position:0 -1766px;
}
.ZHierarchy li.expandable 
{
	background-position:0 -176px;
}
.ZHierarchy li.expandable.last
{
	background-position:0  1766px;/*-174px;*/
}

.ZHierarchy .hitarea {
    background: url("images/treeview-default.gif") no-repeat scroll -64px -25px transparent;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: -16px;
    width: 16px;
}
.ZHierarchy li.expandable>.hitarea{
	background-position: 0px -112px;
}
.ZHierarchy li.expandable.collaspe>.hitarea{
	background-position: -32px -68px;
}
/*
.ZHierarchy li.last.expandable>.hitarea{
	background-position: -32px -68px;
}
.ZHierarchy li.last.expandable.collaspe>.hitarea{
	background-position: 0px -112px;
}
*/
.TreeHelper
{
	display:table;
	border:solid 1px #d0d0d0;
	background-color:white;
	z-index:100;
	position:absolute;
}
.TreeHelperHover
{
	background-color:#d09090;
	color:Red;
}

body div.HRCGroup
{
	position:relative;
	padding: 0px;

}
.HRCGroup a
{
	color:#303030;
}
.HRCGroup .Expander
{
    cursor: pointer;
    float: left;
    height: 16px;
    width: 16px;
    margin-left:-16px;
}
.HRCGroup .Expander.CL
{
    background: url("images/treeview-default.gif") no-repeat scroll -48px -46px transparent;
}
.HRCGroup ul
{
	list-style: none outside none;
	margin: 0px;
	padding:0px;
}
.HRCGroup>ul
{
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #d0d0d0;
	border-bottom:solid 1px #d0d0d0;
	margin-left:-1px;
	width:100%;
	background-color:#fefefe;
	max-height:200px;
	overflow:hidden;
	overflow-y:auto;
	position:absolute;
	
}
.HRCGroup>ul>li
{
	margin-left:10px;
	margin-right:10px;
}
.HRCGroup>ul>li.last
{
	margin-bottom:15;
}
.HRCGroup li
{
	background : url("images/treeview-default-line.gif") no-repeat scroll 0 0 transparent;
	list-style: none outside none;
	padding: 1px 0px 2px 16px;
}
.HRCGroup li.last
{
	background-position:0 -1766px;
}
.HRCGroup li.expandable 
{
	background-position:0 -176px;
}
.HRCGroup li.last.expandable
{
	background-position:0 -1766px;
}
.HRCGroup .HRCH
{
	padding:2px;
	padding-left:4px;
	padding-right:4px;
}
.HRCGroup .Expander.CL.EPD
{
	background-position: -16px -90px;
}
.HRCGroup .CNoCheck
{
    z-index:13;
    width: 16px;
    height: 16px;
    cursor:pointer;
    background: url(images/NoCheck.png) no-repeat;
}
.HRCGroup .CNoCheck.Disabled
{
	background: url(images/CheckDis.png) no-repeat;
}
.HRCGroup .CNoCheck.CCheck
{
    z-index:13;
    width: 16px;
    height: 16px;
    cursor:pointer;
    background: url(images/Check.png) no-repeat; 
}
.HRCGroup a:hover
{
	background-color:#d0d0d0;
}
.NoCheckFilter
{
    width: 16px;
    height: 16px;
    cursor:pointer;
    background: url(images/NoCheck.png) no-repeat;
}
.CheckFilter
{
	background: url(images/Check.png) no-repeat; 
}
.CheckFilter.Disabled
{
	background: url(images/CheckDis.png) no-repeat; 
}