div.orgChart {
    margin                : 10px;
    padding               : 20px;
}

div.orgChart h2 {
    margin                : 5px 0px;
	font-weight			  : bold;
    font-size             : 12px;
    border-bottom         : none;
	text-align			  :center;
	line-height			  : 12px;
}

div.orgChart h2 span{

	font-size			: 12px;
	line-height			: 20px;
	font-weight			:normal;
}


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.line {
    width                 : 1px;
    height                : 20px;
}

div.orgChart tr.lines td.top {
    border-top            : 3px solid #8AA7DA;
}

div.orgChart tr.lines td.left {
    border-right          : 2px solid #8AA7DA;
}

div.orgChart tr.lines td.right {
    border-left           : 2px solid #8AA7DA;
}

div.orgChart td {
    text-align            : center;
    vertical-align        : top;
    padding               : 0px 2px;
}

div.orgChart div.node {
    cursor                : default;
    border                : none;
    display               : inline-block;
    padding               : 5px 4px;
    width                 : auto;
	min-height			  : 45px;
    height                : auto;
    background-color      : #E78D9F;
    line-height           : 1.3em;
    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.node h2{
	color: #fff;
}

.node.level0.node0.level0-node0.hasChildren.shownChildren{
    background-color: #E93A28;
}

div.orgChart div.hasChildren {
    background-color      : #526F7C;

}
div.orgChart div.hasChildren h2{
	color: #fff;
}

div.orgChart.interactive div.hasChildren {
    cursor                : pointer;
}

div.orgChart div.node.hover {
    background-color      : #F1704B;
}

div.orgChart div.adjunct.node {
    position              : absolute;
    margin-top            : 8px;
    margin-left           : -110px;
    width                 : 80px;
    height                : 40px;
    background-color      : #efefef;
}

div.orgChart div.adjunct-link {
    display               : inline-block;
    position              : absolute;
    margin-left           : -20px;
    margin-top            : 25px;
    width                 : 20px;
    border                : 1px dashed black;
}
