
.debug {
	margin:				0;
	padding:			1px 0;
	position:			absolute;
	right:				0;
	top:				0;
	white-space:		nowrap;
	z-index:			10000;
	width:          	100%;
	line-height:        13px;
	color: 				#555555;
	font-family:        verdana, tahoma;
	font-size:			12px;
}

.debuglabel
	{
	float: 				left;
	width: 				400px;
	color: 				#555555;
	text-align: 		right;
	margin-right: 		10px;
	padding-right: 		10px;
	border-right: 		1px solid silver;
	}

.debug_bar_bg
	{
	background-image:  	url(/images/debug/debugbarbg.jpg);
	opacity:			0.7;
	height:				36px;
	width:				386px;
	float: 				right;
	font-size:			10px;
	color: 				white;
	}

.debug .fixedfont
	{
	font-family:		'Courier New',Courier,monospace; 
	font-size: 			14px;
	}

.debug .hide
	{
	display: 			none;
	}

.debug_overview
    {
    display:            inline-block;
    float:              left;
    margin-top:         3px;
    margin-left:        3px;
    color:              #EEEEEE;
    padding-left:       25px;
    }

.debug_overview a, .debug_close a, .debug a, .debug a:link
	{
	color:             #ffffff;
	}

.debug_overview a:hover
	{
	border-bottom:		4px solid black;
	}

.debug_close a
	{
	width: 				15px;
	font-weight:		bold;
	color: 				#A63131;
	float:              right;
	}

.debug_text
	{
    display:            inline-block;
    float:              left;
    margin-top:         3px;
    margin-left:        80px;
    color:              #EEEEEE;
	}

.debugpane
	{
	width:				100%;
	background-color: 	white;
	border-bottom: 		2px solid black;
	padding-top:		20px;
	padding-bottom: 	20px;
	}

.debugtitle
	{
	font-family:		tahoma, arial, sans-serif;
	font-size:			20px;
	margin-bottom:		20px;
	padding-left:		20px;
	}

.debugerror
	{
	color: 				red;
	font-weight: 		bold;
	}

.debugwarning
	{
	color: 				#F4A500;
	font-weight: 		bold;
	}

.debugok
	{
	color: 				green;
	font-weight: 		bold;
	}

