/* -- DEBUG CONTAINER -- */
.root_node {
	position:absolute;

	left:100px;
	top:100px;
	width:800px;
	height:640px;

	opacity:0.95;
	z-index:10000;
	overflow:hidden;
	
	border-top:2px solid #606060;
	border-left:2px solid #c0c0c0;
	border-right:2px solid #303030;
	border-bottom:2px solid #404040;
	
	background-color:#a0a0a0;
	
	color:#404040;
	font-size:13px;
	font-family:arial;
	font-weight:normal;
	
	text-align:left;
}

.root_header {
	padding:10px;
	height:20px;
	
	border-bottom:1px solid #404040;
	background-color:#808080;
	
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
}

.root_content {
	padding:10px;
	height:580px;

	border-top:1px solid #c0c0c0;

	overflow:auto;
}

/* -- DEBUG CONTROLS -- */
.node .controls BUTTON {
	border-color: #404040;
	border-radius: 12px 12px 12px 12px;
	border-style: outset;
	border-width: 1px;
	box-shadow: 2px 2px #606060;
	float: left;
	font-family: Courier;
	font-weight: boild;
	font-size: 12px;
	padding: 0 5px 1px;
}

.node .node_name {
	padding-top:2px;
	padding-left:7px;

	float:left;
	font-weight:bold;
	color:#4040a0;
}

/* -- DEBUG NODE CONTAINER -- */
.node .controls_line {
	position: relative;
	top:21px;
	left:13px;
	
	border-top: 2px dotted #606060;
}

.root_content .node .controls_line {
	display:none;
}
.childnodes .node .controls_line {
	display: block;
    position: relative;

    left: -19px;
    top: 11px;
    width: 20px;
}

.node {
	clear:both;
}

.node .attr_name {
	font-weight:bold;
	color:#804040;
}

/* -- DEBUG CHILD CONTAINER -- */
.childnodes {
	clear:both;

	display:none;
	margin-left:13px;
	padding-left:17px;
	padding-bottom:10px;
	
	border-left:2px dotted #606060;
}

/* -- DEBUG ATTRIBUTE CONTAINER -- */
.attributes {
	clear:both;
	
	display:none;
	margin-left: 13px;
	padding-left: 20px;
	padding-bottom: 10px;
	
	border-left:2px dotted #606060;

	font-size:12px;
}

/* -- DEBUG ATTRIBUTE CONTAINER -- */
.attribute {
	margin-left: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;

	border-left:1px solid #707070;
	border-bottom:1px solid #707070;
}

/* -- DEBUG TEXT CONTAINER -- */
.text {
	clear:both;

	margin-left: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
		
	border-left:1px solid #707070;
	border-bottom:1px solid #707070;
	
	color:#303030;
	font-size:11px;
}
