/* 

Tree classes 

Properties can default to system defaults. 
*/

.tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
}

.tree-item {
	padding: 0px;
	margin: 0px;
	font: icon;
	color: black;
	white-space: nowrap;
}

.tree-item a, .tree-item a:active, .tree-item a:hover {
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
}

.tree-item a {
	color: #333333;
	text-decoration: none;
}

.tree-item a:hover {
	color: #81000E;
	text-decoration: underline;
}

.tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.tree-item img {
	vertical-align: middle;
	border: 0px;
}

.tree-icon {
	width: 16px;
	height: 16px;
}

.tree-item a.selected {
	color: white;
	background: #D08040;
}

.tree-item a.selected-inactive {
	color: windowtext;
	background: buttonface;
}

/* set link color and background of current page on the tree to specific colors */
.tree-item a.selected-node {
	color: #FFFFFF;
	background: #81000E;
}
