/**
 * Apex Common Resources Overridden
 *
 * @revised $LastChangedDate: 2009-05-22 19:10:26 +0800 (Fri, 22 May 2009) $
 * @version $Id: tree.css 52 2009-05-22 11:10:26Z eugim $   
 */
.tree-root-node {
	margin: 0;
	padding: 0;
	margin-left:0px;
}

.tree-node{
	display: block;
	padding:4px 4px 4px 28px;
	color:#896c54;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	list-style-type: none;
}

.tree-node-sub .tree-node{
	margin-left:-40px;
	border-bottom: 0px;
}

.tree-node-icon,
.tree-node-contracted,
.tree-node-expanded{
	height : 9px;
	width : 16px;
	margin-left:-20px;
	cursor: pointer;
}

.tree-node-contracted{
	background-image: url(%TEMPLATE_IMAGE_BASE_PATH%tree_plus.gif);
}

.tree-node-expanded{
	background-image: url(%TEMPLATE_IMAGE_BASE_PATH%tree_minus.gif);
}