
        span.title {
            font-weight: normal;
            font-style: italic;
            color: #404040;
        }
        div.orgChart h2 {
            line-height: inherit;
        }
		.hide{display:none}
		img.star {
    width            : 16px;
    height           : 16px;
}
  
/**************************************************************/

div.orgChart {
    border                : 0px solid #cccccc;
   /* background-color      : #09f5f2;*/
    margin                : 0px;
    padding               : 0px;
		color				  : #FFF;/* JKJ */
}

div.orgChart h2 {
    margin                : 0px;
	padding               : 10px 0px;/* JKJ */
    font-size             : 1em;
    border-bottom         : 1px solid black; /*2px solid black;*/
    border-bottom         : none;
}

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            : 2px solid #00676b; /*  3px solid black; */
}

div.orgChart tr.lines td.left {
    border-right          : 1px solid #00676b; /*2px solid black;*/
}

div.orgChart tr.lines td.right {
    border-left           : 1px solid #00676b;  /*2px solid black;*/
}

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

div.orgChart div.node {
    cursor                : default;
    border                : 0px solid black; /*2px solid black;*/
    display               : inline-block;
    padding               : 0px;/*0 4px;*/
    width                 : 88px; /*96px;*/
    /*height                : 110px;*/
    background-color:#00676b;
    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.hasChildren {
    background-color      : #00676b;
}

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

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