	body {
		background:#ffffff;
	}
	#debug1 {
		display:none;
	}
	
	.moobars .completednode {
		position:absolute;
		top:0;
		left:0;
		font-family:verdana;
		font-size:9px;
		color:#333333;
		background:#B3FF9A;
		padding:1px;
		-moz-border-radius:5px;
		cursor:pointer;
		cursor:hand;
		z-index:100;
		list-style:none;
		width: 110px;
	}
	
	.moobars .node {
		position:absolute;
		top:0;
		left:0;
		font-family:verdana;
		font-size:9px;
		color:#003258;
		background:#C1D1E0;
		padding:1px;
		-moz-border-radius:5px;
		cursor:pointer;
		cursor:hand;
		z-index:100;
		list-style:none;
		width: 110px;
	}
	
	.moobars .node  a{
		color:#003258;
		font-weight:bold;
		padding:3px;
	}
	.moobars .node.active{
		background:#EAEFF5;
		color:#003258;
		font-weight:bold;
		z-index:1000;
	}
	.moobars .node.active  a{
		color:#003258;
	}
	.moobars img.line {
		position:absolute;
		width:200px;
		height:133px;
		top:0;
		left:0;
		display:block;
		z-index:0;
	}
	
	.moocons li {
		list-style:none;
	}
	
	.elLinker {
		text-align:center;
		padding-top:2px;
		display:none;
	}
	
	.elEditor {
		display:none;
	}
	
	.linkingNode {
		background:#FF0000;
	}
	