.selected {font-weight:bold}
.tree {
	background: #dedede;
	padding:20px;
}
.tree .title {
	font-size:16px;
}

FORM TABLE TR TD{
	padding:15px;
}
FORM.reduced-size TABLE TR TD{
	padding:0px;
	margin:0px;
}

TD.element input[type=checkbox]{
	margin-left:20px;
	font-size:20px;
}

LABEL.required{
	font-weight:bolder;
}
.btn-group{
	margin-bottom:10px;
}
.purple-top-left-bg{
	background: url('../img/purple-top-left.png') top left no-repeat;
}

.green-top-left-bg{
	background: url('../img/green-top-left.png') top left no-repeat;
}
OPTION.option-with-childs{
	color:#313131;
	background: #dedede;
}

.edit-icon{
    color: darkgoldenrod;
}.delete-icon{
    color: darkred;
}