/* DEBUG CSS */
#Debug_Notification {
	margin: 0;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #666666;
	border-bottom: 2px solid #FF0000;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
