.debug {
	background: #555555;
	opacity: 1.0; 
	filter: alpha(opacity=100);
	position: fixed;
	bottom:0;
	left:0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-family: Arial;
	font-size:1em;
	color:white;
	padding:1px;
}


.debug:hover {
	background: #555555;
	opacity: 0.1; 
	filter: alpha(opacity=10);
	position: fixed;
	bottom:0;
	left:0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-family: Arial;
	font-size:1em;
	color:white;
	padding:1px;
}


.debugsmall {
	background: #777777;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: Arial;
	font-size:0.9em;
	color:white;
	padding:3px;
}

.debugheader {
	color:#aaaaaa;
	font-weight:bold;
	font-family: Arial;
	font-size:1em;
}
.debugstr {
	float:none;
	width:250px;
	border-bottom: 1px dotted #999999;
	overflow:auto !important;

}

.debugchar {
	font-weight:none;
	font-family: Arial;
	float:left;
	overflow:hidden;

}
.debugvalue {
	font-weight:none;
	font-family: Arial;
	color:#000000;
	float:right;
}
