.jbbtree {
	font: caption;
	font-size: 12px;
	font-weight: normal;
	float: left;
}

.categoryDescription {
	font: caption;
	font-size: 12px;
	font-weight: normal;
	float: right;
}

.jbbtree img {
	vertical-align: middle;
}

.actionbuttons {
	display : none;
}


.nodeLabel {
	vertical-align: middle;
	text-decoration: none;
}

.nodeLabel:hover {
	text-decoration: underline;
}

.nodeLabelSelected {
	background-color: Highlight;
	color: HighlightText;
}

img.lastnode {
	background-image: url(../images/tree/treenode_grid_l.gif);
}

img.node {
	background-image: url(../images/tree/treenode_grid_t.gif);
}

img.rootnode {
	background-image: url(../images/tree/treenode_grid_x.gif);
}

img.pipe {
	background-image: url(../images/tree/treenode_grid_v.gif);
}
