
.tbThemesTree {
	display: block;
}

.tbThemesSpace {
	display: block;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}

.tbThemesItem {
	display: block;
	padding: 2px 4px 2px 4px;
}

.tbThemesItemActive {
	display: block;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	color: #A7A7A7;
	background-color: #e6e6e6;
}

.tbThemesCheckbox {
	float: left;
	width: 13px;
	height: 13px;
	margin: 2px 4px 0px 2px;
}

.tbThemesLabel {
	display: block;
	line-height: 16px;
	padding-left: 20px;
}

.tbLegendTree {
	display: block;
}

.tbLegendContainer {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}

.tbLegendItem {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../../layout/images/legend/tree_vert_line.png);
	background-repeat: repeat-y;
  	background-position: left top;
}

.tbLegendItemLast {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}

.tbLegendLabel {
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
} 

.tbLegendLabelActive {
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #A7A7A7;
	background-color: #e6e6e6;
	background-repeat: repeat-y;
  	background-position: left top;
}

.tbLegendNode {
	width: 16px;
	height: 20px;
	background-image: url(../../layout/images/legend/tree.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.tbLegendCheckbox {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}

.tbLegendFolder {
	margin-right: 4px;
	width: 16px;
	height: 20px;
	background-image: url(../../layout/images/legend/tree.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.tbLegendImage {
	margin-right: 4px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
