	.projectCategory {
		/* color: #15828c; */
		font-variant: normal;
		font-weight: bold;
		overflow: hidden;
	}

		.projectCategory .expand, .projectCategory .collapse {
			/* color: #d14e2a; */
			font-size: 0.8em;
			font-weight: normal;
		}
		
		.projectCategory .levelCount {
			font-weight: normal;
		}
		
		.projectCategory .levelName {
			float: left;
			cursor: pointer;
		}
		
		.projectCategory .signpostLegend {
			float: left;
			font-size: 13px;
			margin-left: 10px;
			margin-top: 2px;
		}

		.projectCategory .signpostLegend span {
			margin-left: 5px;
			display: inline-block;
		}

			.projectCategory .signpostLegend .abbr {
				color: #666;
			}

			.projectCategory .signpostLegend .full {
				color: #999;
				font-weight: normal;
				margin-right: 10px;
			}


.objectActions_left {
	position: absolute;
	top: 7px;
	left: -25px;
	width: 25px;
	display: none;
}

	.object_highlighted .objectActions_left, .objectRecord:hover .objectActions_left {
		display: block;
	}
	
	.objectActions_left a {
		width: 16px;
		height: 16px;
		display: block;
	}

	.icon_highlight {
		background: url("/images/star_sm.png") no-repeat center top;
	}

		.object_highlighted .icon_highlight {
			background-position: center bottom;
		}