﻿body.mceContentBody
{
	font-size: 0.8em;
	background-color: #fff;
	padding: 5px;
	line-height: 135%;
}
/* Styles to ensure that TinyMCE renders the inline HTML at least something like the site displays it */
body.mceContentBody h1  
{
    color: #0080c5;
    font-weight: normal;
    padding: 0em;
    padding-bottom: 1em;
    text-transform: none;
    line-height: 1.2em;
    padding: 0;
    margin: 0;    
}
body.mceContentBody h2
{
    color: #0080c5;
    font-weight: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 160%;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 0.25em;
}
body.mceContentBody blockquote
{
    text-align: left;
    text-indent: 25px;
    background: url(../../../Site/images/blockquote.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
}

body.mceContentBody blockquote p
{
    margin: 0;
    padding-right: 24px;
    background: url(../../../Site/images/blockquote_close.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-weight: bold;
}
