﻿.ZH a
{
	color:#303030;
}
.ZH .Expander
{
    cursor: pointer;
    float: left;
    height: 16px;
    width: 16px;
    margin-left:-16px;
}
.ZH .Expander.CLA
{
    background: url("images/treeview-default.gif") no-repeat scroll -48px -46px transparent;
}

.ZH 
{	
	position:relative;
	padding: 0px;
	height:100%;
	-moz-user-select: none;-webkit-user-select: none;
}
.ZH .HRCH
{
	padding:4px;
	padding-left:0px;
	background-color:#aaa;
	position:relative;
}
.ZH .HRCH>div
{
	
	z-index:9;
}
.ZH .HRCH>ul
{
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #d0d0d0;
	border-bottom:solid 1px #d0d0d0;
	margin-left:-1px;
	width:100%;
	background-color:#fefefe;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	top:22px;
	position:absolute;	
}
.ZH .HRCH>ul>li
{
	margin-left:10px;
	margin-right:10px;	
}
.ZH .HRCH>ul>li.last
{
	margin-bottom:10px;
}
.ZH ul
{
	list-style: none outside none;
	margin: 0px;
	padding:0px;
	border:solid 1px transparent;
}
.ZH li
{
	min-height:17px;
	background : url("images/treeview-default-line.gif") no-repeat scroll 0 0 transparent;
	list-style: none outside none;
	padding: 1px 0px 2px 16px;
	margin:0px;
}
.ZH li.sel
{
	background-color:#d0d0d0;
}
.ZH li.last
{
	background-position:0 -1766px;	
}
.ZH li.expandable 
{
	background-position:0 -176px;
}
.ZH li.last.expandable
{
	background-position:0 -1766px;
}
.ZH UL
{
	position:relative;
}
.ZH li>UL
{
	display:none;	
}
.ZH li.EPD>UL
{
	display:none;
}
.ZH  li.EPD>div .Expander.CLA
{
	background-position: -16px -90px;
}
.ZH li>UL
{
	display:none;
}
.ZH li.EPD>UL
{
	display:block;
}
.ZH ul a
{
	white-space:nowrap;
}
.ZH ul a:hover > span
{
	background-color:#d0d0d0;
}
.ZH div
{
	height:18px;
}
.ZH div a>*
{
	float:left;
	padding-right:3px;	
}
.ZH ul div a div
{	
	width:13px;
	height:16px;
	display:none;
}
.ZH ul div a:hover div
{
	display:inline-block;
}
.ZH.MVI div a:hover div
{
	display:inline-block;
}
.ZH .cont
{
	height:0px;overflow:visible;
	position:relative;
}
.ZH .ox
{
	color:red;
}
.ZH .oxx
{
	color:green;
}
*.ZH .oxxx
{
	color:yellow;
}
.ZH.out .cn
{
	display:none;
}
/*
.ZH li.last.expandable>.hitarea{
	background-position: -32px -68px;
}
.ZH 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/title-folder.png") no-repeat -2px 1px transparent;
   /* 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;
	padding-bottom:20px;
	
}
.HRCGroup>ul>li
{
	margin-left:10px;
	margin-right:10px;
}
.HRCGroup>ul>li.last
{
	margin-bottom:15;
}
.HRCGroup li
{
	background : url("images/treeview-default-line.png") 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: url("images/title-folder-open.png") no-repeat -2px 1px transparent;
	/* 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; 
}
/* add for subHRC 
*.HRCGroup>ul>li
{
    background: url("images/treeview-default-line.png") no-repeat scroll 0 0 transparent; list-style : none outside none; padding : 1px 0px 2px 16px;
}
*/
.HRCGroup .CAdd
{
    z-index:13;
    width: 16px;
    height: 16px;
    cursor:pointer;
    background: url(images/add-15-green.png) no-repeat;
}