a img {
	border: 0px;
}

.treebox div, .treebox a {
	background-color: #d4e5f7;
	font-weight: bold;
	font-size: 11px;
}

.tree {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.tree ul {
	list-style: none;
	background: url("treeul.gif") repeat-y 8px 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.tree ul ul {
	margin-top: 0px;
	margin-left: 18px;
}

.tree li {
	overflow: auto;
}

.tree li a.selected {
	background-color: #F68F20;
	border: 1px solid #8f8f8f;
	padding: 1px;
	padding-left: 3px;
}

.tree li li {
	background: url("treeli.gif") no-repeat 8px 8px;
}

.tree li.last {
	background: #d4e5f7 url("treelastli.gif") no-repeat 8px 0px;
}

.tree li.leaf {
	padding-left: 16px;
}

.tree a,.tree div {
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px;
	white-space: nowrap;
	height: 17px;
	overflow: hidden;
}

.tree a:focus {
	outline: none;
}

.tree a:hover {
	text-decoration: underline;
}

.tree img {
	height: 16px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
}