div.orgChart {
	padding: 20px; border: 1px solid rgb(204, 204, 204); border-image: none; margin-top: 15px; background-color: rgba(0, 0, 0, 0.2);
}
div.orgChart h2 {
	margin: 0px; color: rgb(28, 119, 206); overflow: hidden; font-size: 1em; font-weight: bold; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; -ms-text-overflow: ellipsis;
}
div.orgChart h2 div {
	color: rgb(51, 51, 51); font-size: 11px;
}
div.orgChart h2 div * {
	vertical-align: middle; display: inline-block;
}
div.orgChart h2 div img {
	margin-right: 3px; margin-left: 5px;
}
div.orgChart h2 div img:first-child {
	margin-left: 0px;
}
div.orgChart ul {
	list-style: none; margin: 4px; padding: 0px; text-align: left; font-size: 0.8em;
}
div.orgChart ul.stack {
	text-align: center;
}
div.orgChart ul.stack ul {
	text-align: center;
}
div.orgChart table {
	width: 100%;
}
div.orgChart tr.lines td.line {
	width: 1px; height: 20px;
}
div.orgChart tr.lines td.top {
	border-top-color: black; border-top-width: 3px; border-top-style: solid;
}
div.orgChart tr.lines td.left {
	border-right-color: black; border-right-width: 2px; border-right-style: solid;
}
div.orgChart tr.lines td.right {
	border-left-color: black; border-left-width: 2px; border-left-style: solid;
}
div.orgChart td {
	padding: 0px 2px; text-align: center; vertical-align: top;
}
div.orgChart div.node {
	padding: 5px; line-height: 1.2em; display: inline-block; position: relative; cursor: default; min-width: 40px; max-width: 90px;
}
div.orgChart div.node .treeLotNo {
	border-radius: 50%; top: -10px; width: 16px; height: 16px; text-align: center; right: 40%; color: rgb(255, 255, 255); line-height: 16px; overflow: hidden; font-size: 11px; display: block; position: absolute; background-color: rgb(0, 0, 0);
}
div.orgChart div.node .ico {
	display: inline-block;
}
div.orgChart div.hasChildren {
	
}
div.orgChart.interactive div.hasChildren {
	cursor: pointer;
}
div.orgChart div.node.hover {
	
}
div.orgChart div.node.third {
	background: none;
}
