/* styles for the article content areat and the TinyMCE Editor used in the admin interface */

img.float-left {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.float-right {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.center {
	clear: both;
	display: block;
	margin: 0 auto 10px;
}

.mceContentBody {}