.debugTrigger {
	z-index: 999999;
	width: 17px;
	height: 17px;
	text-align: justify;
	background-image: url(../style/icon/wrench.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.debugTriggerActive {
	background-color: green;
}

.debug-info {
	color: green;
}

.debug-info-on {
	color: green;
	text-decoration: underline;
	cursor: pointer;
	font-size: 2;
}