/*---------------------------*/
/*       Debug section       */
/*---------------------------*/

.debug {
	position: fixed;
}
.debug_content {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #16387c;
	background-color: #f1f4f6;
	width: 100%;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bdcfd7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bdcfd7;
	padding-bottom: 6px;
}
.debug_bottom {
	background-image: url(../images/debug/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 7px;
	height: 7px;
}
