/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

.cke_editable *,
.cke_editable {
	font-size: 12px;
	line-height: 1.1;
}

.cke_editable {
	padding: 5px 10px;
}

.cke_contents_ltr blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
.cke_editable.placeholder{
	padding-top: 5px;
}

.cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}
.cke_textarea_inline{
    min-height: 45px;
}

.cke_editable ol,
.cke_editable ul,
.cke_editable dl,
table.box2 > tbody > tr > td.cke_editable_td ol,
table.box2 > tbody > tr > td.cke_editable_td ul,
table.box2 > tbody > tr > td.cke_editable_td dl,
#load_frame_frame > table.box5 > tbody > tr > td ol,
#load_frame_frame > table.box5 > tbody > tr > td ul,
#load_frame_frame > table.box5 > tbody > tr > td dl,
.cke_editable_css ol,
.cke_editable_css ul,
.cke_editable_css 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 40px;
}

.cke_editable li,
table.box2 > tbody > tr > td.cke_editable_td li,
#load_frame_frame > table.box5 > tbody > tr > td li,
.cke_editable_css li{
	list-style-type: inherit !important;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.2;
}

hr {
	border: 0px;
	border-top: 1px solid #ccc;
}
