/* DebugBox */
.DebugContainer {
	position:		fixed;
	bottom:			10px;
	right:			10px;
	background-image:	url('../images/background.png');
	border:			2px solid #000000;
	font-size:		11px;
	width:			300px;
	padding:		0 0 38px 0;
	font-family:		arial, sans-serif;
	height:			300px;
	z-index:		10000;
	}
.DebugContainerContent {
	padding:		0 15px 0 15px;
	height:			100%;
	overflow:		scroll;
	font-family:		monospace;
	}
.DebugContainer .MovementBar {
	cursor:			move;
	background-color:	#333333;
	color:			#ffffff;
	font-size:		16px;
	font-weight:		bold;
	padding:		10px;
	}
.DebugBox {
	display:		inline;
	}
.DebugContainerContentSizer {
	float:			right;
	width:			20px;
	height:			100%;
	cursor:			se-resize;
	background-color:	#333333;
}
.DebugBox h2 {
	font-size:		14px;
/*	float:			left;
	border:			1px solid #000000;
	background-color:	#ffffff;
	border-bottom:		none;
	padding:		0 3px 0 3px;
*/
	}
.DebugBox:hover pre {
/*	display:		block;
	width:			100px;
*/
	}
.DebugBox pre {
/*	background-color:	#ffffff;
	position:		absolute;
	border:			1px solid #000000;
	display:		none;
*/
	}
