/*
	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 {
	color: #ff0000;
}
.debug2 {
	color: #6600FF;
	font-weight: 700;
}

DIV.debug_lms, PRE.debug_lms, XMP.debug_lms {
	color: #000066;
	margin: 10px;
	padding: 10px;
}


/* --------------------------------------------------------------------- */
/* EDITABLE indicators: */

.editable {
	border: dashed 1px #ff0000;
	padding: 1px;

}


.editable SPAN.content_path {
	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;

}
