div.orgChart {
	margin : 1px;
	padding : 1px;
}
div.orgChart h2 {
	font-family:'Segoeui';
	margin : 0px;
	font-size : 11px;
	border-bottom : 2px solid #666666;
	border-bottom : none;
}
div.orgChart ul {
	list-style : none;
	margin : 2px;
	padding : 0px;
	font-size : 10px;
	text-align : left;
}
div.orgChart ul.stack, 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 : 2px solid #666666;
}
div.orgChart tr.lines td.left {
	border-right : 1px solid #666666;
}
div.orgChart tr.lines td.right {
	border-left : 1px solid #666666;
}
div.orgChart td {
	text-align : center;
	vertical-align : top;
	padding : 0px 2px;
}
div.orgChart div.node {
	cursor : default;
	border : 1px solid #999999;
	display : inline-block;
	padding : 6px 4px;
	width : 86px;
	height : 26px;
	background-color : #fbfbfb;
	line-height : 12px;
	border-radius : 6px;
	box-shadow : 1px 1px 1px #afafaf;
	-moz-border-radius : 6px;
	-moz-box-shadow : 1px 1px 1px #afafaf;
	-webkit-border-radius : 6px;
	-webkit-box-shadow : 1px 1px 1px #afafaf;
}
div.orgChart div.hasChildren {
	background-color : #fbfbfb;
}
div.orgChart.interactive div.hasChildren {
	cursor : pointer;
}
div.orgChart div.node.hover {
	background-color : white;
}
