.treegrid.ztree {
	border: 1px #dddddd solid;
	padding: 0px;
}

.treegrid.ztree li ul {
	margin: 0;
	padding: 0;
}

.treegrid.ztree li {
	border-top: 1px #dddddd solid;
	background-color: #ffffff;
}

.treegrid.ztree li.selected {
	background-color: #ffe48d;
}

.treegrid.ztree li .check_cell {
	border-right: 1px #dddddd solid;
	width: 25px;
}

.treegrid.ztree li .ext_cell {
	border-right: 1px #dddddd solid;
	width: 150px;
}

.treegrid.ztree li.level0 {
	margin-top: -1px;
}

.treegrid.ztree li span {
	vertical-align: middle !important;
}

.treegrid.ztree li a,
.treegrid.ztree li a:HOVER
 {
	text-decoration: none;
	cursor: auto;
	text-align: left;
	border-right: 1px #dddddd solid;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0;
}

.treegrid.ztree li a.curSelectedNode {
    border: 0px;
	border-right: 1px #dddddd solid;
	background: transparent;
	padding: 0px;
    height: 30px;
	line-height: 30px;
    opacity: 1;
}

.treegrid.ztree li span.button.chk {
	width: 13px;
	height: 13px;
	margin: 0 3px 0 5px;
	cursor: auto;
}

.dataTree {
	overflow: auto;
}

.dataTree .treegrid.ztree {
	
}

.dataTree .head {
	border: 1px #dddddd solid;
	border-bottom: 0px;
	background: #eeeeee;
}

.dataTree .head table {
	border-collapse: collapse;
	border: 0px;
}

.dataTree .head table th {
	color: #000000;
	font-weight: normal;
	background: #eeeeee;
	height: 30px;
	border-right: 1px #dddddd solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 150px;
	padding: 0;
}
.dataTree .head table th.last_cell {
	border-right: 0px #dddddd solid;
}

























	