#traceWindow {
	position: absolute;
	display: none;
	z-index: 1000;
	bottom: 10px;
	right: 10px;
	background-color: #001100;
	opacity: .80;
	border: 2px solid #000000;
	text-align: right;
}

.console {
	padding: 5px;
	text-align: left;
	width: 300px;
	height: 350px;
	color: #00FF00;
	font-family: "Lucida Console", "Monaco", "Courier New", Courier, mono;
	font-size: 9px;
	overflow: auto;
}

.hideConsoleLabel {
	color:#FFF;
	right: 0;
}

.hideButton {
  right: 43px;
}

.clearButton {
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}