/*
.nodeChild {
	width: 220px;
	height: 80px;
	border: 1px solid #999999;
}
*/

.nodeChild {
	width: 250px;
	height: 80px;
	border: 1px solid #999999;
}

.nodeTitle {
	width: 100%;
	font-size: 70%; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #336699;
}

.box {
	width: 248px;
	border: 1px solid #999999;
}

.boxTitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;
}

.lineVertical {
	width: 1px;
	height: 20px;
	background-color: #999999;
}

.lineVerticalDash {
	background: url(/images/line_grey_dashed.gif) repeat-y center;
	height: 20px;
}

.lineEndLeft {
	width: 6px;
	height: 41px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.lineSpacer {
	width: 11px;
}