/*	|=======================================================| **
**	| Project         : JeaBsy Web							| **
**	| Created By      : Jeffrey Benistant					| **
**	| Date            : May 2011							| **
**	| Email           : Jeffrey@24design.nl					| **
**	|=======================================================| */

/*******************************************************************************************************************************/

#Debug {
	position:fixed;
	bottom: 50px;
	left:5%;
	right:5%;
	max-height: 150px;
	border-left:#060 1px dashed;
	border-right:#060 1px dashed;
	border-bottom:#060 1px dashed;
	background: #DFD;
	overflow:auto;
}

#ToggleDebug {
	position:	fixed;
	bottom:		50px;
	left:		0px;
	width:		20px;
	padding-top:	15px;
	padding-bottom:	15px;
	border-top:		#060 1px dashed;
	border-right:	#060 1px dashed;
	border-bottom:	#060 1px dashed;
	background: 	#DFD;
	cursor:		pointer;
	font-weight:bold;
	font-size:	20px;
	text-align:	center;
}