/* rules used only by xs editor in wysiwyg mode typically used for markers and locking, disable XML source mode for locking */
/* example of markers */
.item {-xs-marker-label:"item";} /* item div used by template/page layout */
.section {-xs-marker-label:"section";} /* section div used by in page layout */
.markup {-xs-marker-label:"markup";}
.image {-xs-marker-label:"image";}
.slide {-xs-marker-label:"slide";} /* slide div used by DOM slides */

/* anx widgets */
.anxwidget {-xs-marker-label:"widget";}

/* example of locking/unlocking useful for document templates */
/* body {-xs-lock:yes; color:red;} lock all content */
/* #content {-xs-lock:no; border:1px dashed red;} unlock id="content" section */

/* underline anchors
*[id] {color:#f00; text-decoration:underline;}
*/
