/*	TinyMCE WYSIWYG editor rules
	These rules affect the content inside the editor.
 */

body {
	margin-left: 5px;
	margin-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: white !important;
}

body.mceContentBody,
td {
	font-size: 10pt;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;	/* ~12px */
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

/* If anchor wraps content, fix squished line spacing in Firefox */
a.mceItemAnchor {
	line-height: normal;
}

