/*
	THIS FILE IS USED TO STYLE:

	* debugmode info
	* editmode button and "path" styles
	* is article draft?

*/

/* --------------------------------------------------------------------- */
/* DEBUG indicators: */

/* used by debug and syntax check XSL: */
.debug, B.debug, .error, .error * {
	color: #ff0000 !important;
}
.debug2 {
	color: #6600FF;
	font-weight: 700;
}

a.xml_path {
	color: #FF9900 !important;
	text-decoration: underline !important;
}
a.xml_path:hover {
	text-decoration: none !important;
}

DIV.debug_lms, PRE.debug_lms, XMP.debug_lms {
	color: #000066;
	margin: 10px;
	padding: 10px;
}



DIV.error_msg {
	margin-top: 5px !important;
	font-family: Courier New, Courier, monospace;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap; /* Moz, since 1999 */
	white-space: -pre-wrap; /* Opera, 4-6 */
	white-space: -o-wrap; /* Opera, 7 */

}


/* --------------------------------------------------------------------- */
/* EDITABLE indicators: */

.editable {
	border: dashed 1px #ff0000;
	padding: 1px;

}


.editable SPAN.content_path, .asset_heading {
	color: #ff9999;
	font-size: 80%;
}



.editable INPUT.edit_submitter {
	color: #ff0000;
	font-weight: 700;
	cursor: pointer;

}


/* --------------------------------------------------------------------- */
/* DRAFT indicator: */

.draft {

	background-image: url(../../shell/draft.gif);background-repeat:no-repeat;

}
