/* FrmViewer transforms <p> to <div class="smPagesParagraph"> to allow use
   of content page extensions, which may contain block elements not allowed
   in ordinary paragraphs. Make div paragraphs look like normal paragraphs. */
div.smPagesParagraph
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Remove margin surrounding paragraphs in tables */
#tinymce table p,			/* Paragraphs in tables in TinyMCE editor */
table div.smPagesParagraph	/* Paragraphs in tables in FrmViewer (<p> is transformed to <div class="smPagesParagraph">) */
{
	margin: 0px;
}
