/*
 * This is the "built-in" style sheet for the org chart.
 * It is recommended that you do not edit this file; if you do so, you do so at your own risk!
 * Instead, please edit the values in my_org.css, which is relatively safe!
 * */

@import "my_org.css";

img {
	border:none;
	vertical-align:middle;
}
.chart {
	width:600px;
	margin:0 auto;
}
.chart th {
	font-weight:normal;
}
.chart th p {
	margin:.6em;
}
.chart .topline {
	border-style:none solid none none;
}
.chart td {
	vertical-align:middle;
	width:250px;
}
.chart td.dul {
	width:50px;
	border-style:none solid solid none;
	padding:0;
}
.chart td.dur {
	width:50px;
	border-style:none none solid none;
	padding:0;
}
.chart td.dll {
	width:50px;
	border-style:none solid none none;
	padding:0;
}
.chart td.dlr {
	width:50px;
	padding:0;
}
.chart td.last {
	border:0;
}
#treehead {
	margin-bottom:2em;
}
#title_txt {width:40em;}
