.zone_error,
.zone_warning,
.zone_message {
	background: #FFFFCC;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	text-align: left;
	border-width: 2px;
	border-style: outset;
	padding: 6px;
	margin: 4px;
}
.zone_error{
	color: Red;
	border-color: Red;	
}
.zone_warning {
	color: Blue;
	border-color: Blue;	
}
.zone_message {
	color: Green;
	border-color: Green;	
}


/*
 * debug variables related stylesheets
 *
 */
PRE.debug {
	text-align: left;
	background-color: whitesmoke;
	padding: 4px;
	border: 1px solid black;
	margin: 3px;
	font-size: 9pt;
	font-family: monospace;
	color: black;
}
PRE.debug SPAN debug_varname {
	color: olive;
}

DIV#box_debug_dynamic_container {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
DIV#box_debug_dynamic_container DIV {
	border: 1px solid #999999;
	margin: 2px 1px 1px 1px;
	background-color: #e9e9e9;
	padding: 3px;
}
DIV#box_debug_dynamic_container DIV PRE {
	border: 1px solid #999999;
	margin: 2px 1px 1px 1px;
	background-color: whitesmoke;
	padding: 2px;
	color: black;
	font-size: 9pt;
}

/*
 * debugmode related stylesheets
 *
 */
.debugmode {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #999999;
	margin: 20px 1px 1px 1px;
	background-color: #e9e9e9;
	padding: 3px;
	margin-top: 10px;
}
DIV.debugmode {
	text-align: center;
	margin-top: 1px;
}
TABLE.debugmode CAPTION {
	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	padding: 2px;
	color: #F9F9F9;
	background-color: #555555;
}
TABLE.debugmode THEAD TD,
TABLE.debugmode TFOOT TD {
	font-weight: bold;
	background-color: #EEEEEE;
}
.debugmode TR TD {
	background-color: #FCFCFC;
	color: #666666;
}

