/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

#_ckeditorContents {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    line-height: 1;
}

#_ckeditorContents body, .cke_editable {
    !important;
	/* Font */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 12px;

	/* Text color */
	color: #333;

	/* Remove the background color to make it transparent */
	background-color: #fff;

	margin: 20px;
}

.cke_editable
{
    !important;
	font-size: 13px;
	line-height: 1.6em;
}

.cke_editable blockquote
{
    !important;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote, .cke_contents_ltr blockquote
{
    !important;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
    !important;
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

#_ckeditorContents a, .cke_editable a
{
    !important;
	color: #0782C1;
}

#_ckeditorContents a:link, .cke_editable a:link
{
    !important;
    text-decoration: underline;
}

#_ckeditorContents h1, 
#_ckeditorContents h2, 
#_ckeditorContents h3, 
#_ckeditorContents h4, 
#_ckeditorContents h5, 
#_ckeditorContents h6,
.cke_editable h1, 
.cke_editable h2, 
.cke_editable h3, 
.cke_editable h4, 
.cke_editable h5, 
.cke_editable h6
{
    !important;
	font-weight: normal;
	line-height: 1.6em;
	border:0;
}

#_ckeditorContents hr, .cke_editable hr
{
    !important;
	border: 0px;
	border-top: 1px solid #ccc;
}

#_ckeditorContents img.right, .cke_editable img.right
{
    !important;
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

#_ckeditorContents img.left, .cke_editable img.left
{
    !important;
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

#_ckeditorContents pre, .cke_editable pre
{
    !important;
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
}

#_ckeditorContents .marker, .cke_editable .marker
{
    !important;
	background-color: Yellow;
}

#_ckeditorContents span[lang], .cke_editable span[lang]
{
    !important;
   font-style: italic;
}

#_ckeditorContents p, .cke_editable p 
{ margin:1px; line-height:1.3 }

#_ckeditorContents ul,
#_ckeditorContents dl,
.cke_editable ul,
.cke_editable dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right:0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 30px;
    list-style:disc;
}

#_ckeditorContents ol,
.cke_editable ol
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right:0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 30px;
    list-style:decimal;
}

#_ckeditorContents li,
.cke_editable li
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right:0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    list-style:inherit;
}

