/* debug */

#debugBox {
	background: lightgray;
	border: 1px solid gray;
	padding: 0px 20px;
	padding-bottom: 5px;
	overflow: auto;
	list-style-type: none;
	margin-bottom: 10px;
	opacity: 0.9;
	position: fixed;
	top: 5px;
	right: 10px;
	max-width: 400px;
	min-width: 10px;
	min-height: 10px;
}

#debugBox li {
	font: 10px verdana;
}

#debugBox li.db {
	margin-bottom: 5px;
	border-bottom: 1px dotted gray;
}

#debugBox li.h {
	margin-top: 5px;
	font-weight: bold;
	
}
#debugBox a {
	text-decoration: none;
}

#debugBox #debugClose {
	text-align: right;
	margin-bottom: -10px;
	clear: both;
}

.debugMinimalised {
	width: 10px;
	height: 10px;
}
.debugMinimalised  li {
	display: none;
}
.debugMinimalised  #debugClose{
	display: block;
}