#container {
	width:147px;
}


.Xtree, .XtreeRoot {
	list-style-type:none;
	padding-left:10px;
	margin:0;
}
.Xtree {
	/* Indentation of a sub-item compared to its parent */	
	/*border-left:1px solid #84B3EB;*/
}
.Xnode {	
	/* Height of the node item */
	height:20px;
	/* Node background color */
	background:#4D74B5;
	/* Font specifications for a node */
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	line-height: 20px;
	color:white;
	cursor:pointer;
	list-style:none;

}
.Xleaf {	
	/* Height of the leag item */
	height:20px;
	
	/* Leaf background color */
	background:#84B3EB;
	padding-right:10px;
	/* Font specifications for a leaf */
	font-family:arial;
	font-weight:normal;
	font-size:10px;
	color:black;
	list-style:none;
}
.Xleaf2 {			
	/* Leaf background color */
	background:#A8D6F8;
	padding-left:10px;
	/* Font specifications for a leaf */
	font-family:arial;
	font-weight:normal;
	font-size:10px;
	color:black;
	list-style:none;
}
.Xnode_fill {
	/* Height of the leag item */
	height:10px;
	line-height:0px;
	margin-left:10px;
	background:#84B3EB;
}
.Xnode a {
	text-decoration:none;
	color:white;
}
.Xnode a:hover {
	text-decoration:underline;
}
.Xleaf a {
	text-decoration:none;
	color:black;
}
.Xleaf a:hover {
	text-decoration:underline;
}
.Xleaf2 a {
	text-decoration:none;
	font-size: 10px;
	color:black;
}
.Xleaf2 a:hover {
	text-decoration:underline;
}
