ul.catalog {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

ul.catalog ul.catalog {
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
}

li.catalog-group {
	background-image: url('../images/toolbar/folder.png');
	background-repeat: no-repeat;
}

li.catalog-group {
	padding-left: 18px;
	cursor: pointer;
}

ul.catalog-group-collapsed {
	display: none;
}

ul.catalog-group-expanded {
	display: static;
}

/* Changes the display of the tools in the catalog
 * display: block;  displays the tools on their own line
 * display: auto; displays the tools inline with the layer name
 */
.catalog-controls-container {
	display: block;
}

.catalog-legend-image {
	display: block;
}

.catalog-inscale {
}

.catalog-outscale {
	color: #999;


}

.ToggleControls {
	cursor: pointer;
}
