/*#############################################################
DEBUG*/
div.debug {
	position:relative;
	z-index:1;
	width:125px;
	height:15px;
	background:#F22;
	border:1px solid;
	overflow:hidden;
	margin-bottom:5px;
	font-size:8pt;
}
div.debug_hover {
	position:relative;
	z-index:1000;
	width:98%;
	height:5000px;
	overflow:visible;
	background:#FFF;
	opacity: .9;
	filter: alpha(opacity=90);
	font-size:8pt;
	
}
div.exception {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;
	overflow:visible;
	background-color:red;
	font-size:8pt;
	border-bottom:0px;
}
div.version {
	position:absolute;
	top:700px;
	left:0px;
	width:150px;
	background-color:white;
	z-index:10;
	border:2px solid red;
}
div.version_close {
	position:absolute;
	top:680px;
	left:0px;
	width:150px;
	z-index:10;
}
table.debug {
	width:100%;
	margin-bottom:2px;
}

.debug .data td  {
	background:#CCC;
	border:1px solid;
	font-size:8pt;
}

.debug .trace td  {
	font-weight:normal;
	font-size:8pt;
}