div.orgChart {
margin-top:10px;
}
div.orgChart h2 {
margin : 0px;
font-size : 10px;
border-bottom : 2px solid black;
border-bottom : none;
text-align:center;
}
div.orgChart ul {
list-style : none;
margin : 4px;
padding : 0px;
font-size : 0.8em;
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.chartline {
width : 1px;
height : 20px;
}
div.orgChart tr.lines td.top {
border-top : 3px solid black;
}
div.orgChart tr.lines td.left {
border-right : 2px solid black;
}
div.orgChart tr.lines td.right {
border-left : 2px solid black;
}
div.orgChart td {
text-align : center;
vertical-align : top;
padding : 0px 2px;
}
div.orgChart div.node {
cursor : pointer;
border : 2px solid black;
display : inline-block;
padding: 7px 10px 10px 10px;
/*height : 60px;*/
width:90px;
background-color : #ffffcf;
line-height : 17px;
border-radius : 8px;
box-shadow : 4px 4px 6px #888888;
-moz-border-radius : 8px;
-moz-box-shadow : 4px 4px 6px #888888;
-webkit-border-radius : 8px;
-webkit-box-shadow : 4px 4px 6px #888888;
}
div.orgChart div.hasChildren {
background-color : ##ffffcf;
}
div.orgChart.interactive div.hasChildren {
cursor : pointer;
}
div.orgChart div.node.hover {
background-color : white;
}