/* For User Created Pages. */

/* Applied only in the editor, not on the page */
/* NOTE for the font size/lineheight you'll need to work out the effective font size and line height
   within the div we're editing and then apply it here.  Defining 62.5%/1.4 in content.css and then
   an em-height like 1.3em here doesn't work - this overrides body{}, not multiplies.
*/
body#maincontent_editor {
	 font: 62.5%/1.4  Arial, Helvetica, Verdana, sans-serif;
}

body#maincontent_editor table {
	 font-size: 1.0em;
}

/* Styles applied in editor AND on page */
#maincontent_editor {
}


/* Styles only applied to page DIV, not editor BODY */
div#maincontent_editor {
	width: 532px;
	float: left;
	padding: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	overflow:hidden;
}


#maincontent_editor p {
	font-size: 1.3em;
	margin: 5px 0;
}

#maincontent_editor * p {
	font-size: inherit;
}

#maincontent_editor h3 {
	margin: 5px 0;
}

#maincontent_editor h4 {
	font-weight: bold;
	margin: 5px 0;
}

#maincontent_editor td {
	font-size: 1.0em;
}

#maincontent_editor th {
	font-size: 1.3em;
	font-weight: bold;
}
	
#maincontent_editor ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
}

#maincontent_editor ul li {
	padding: 0;
	background: url(/images/squarerg.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin: 0 0 5px 10px;
}

#maincontent_editor  ol {
	list-style: decimal inside;
	margin: 10px 0 10px 10px;
	padding: 0;
	font-size: 1.2em;
}

#maincontent_editor  ol li {
	padding: 0;
	margin: 0 0 5px 10px;
}
