/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */


/* PARA: Important */
.important /* @class!="important" */ {
	color: #c00; font-weight: bold; border: 1px solid red; padding: 3px;
    /* color: #c00; font-weight: bold; border: 1px solid red; padding: 3px; */
}

/* IMAGE: left */
.img_left /* @class!="img_left" */ {
	float:left;
	margin: 10px;
    /* float:left; margin: 10px; */
}

/* IMAGE: right */
.img_right /* @class*="img_right" */ {
	float:right;
	margin: 10px;
 	/* float:right; margin: 10px; */
}

/* IMAGE: center */
.img_center /* @class!="img_center" */ {
	margin: 0px auto;
	margin-bottom: 10px;
	display:block;
    /* 	margin: 0px auto; margin-bottom: 10px; display:block; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


