/* $Id: ckeditor.css,v 1.2.2.4 2010/03/05 09:56:08 mephir Exp $ */

/* ============ MY CODE START ========= */
/* Zde musi byt PRESNA KOPIE classes, ktere pouzivam pro formatovani textu a mam je prirazene */
/* napriklad v ckeditor.styles.js, a pak definovane v module/system/defaults.css */
/* AAA: class keyword definovana v module/system/defaults.css mi zabezpeci, ze se zobrazuje tucne a hnede pri vypisu stranky pro navstevnika */
/* AAA: class keyword definovana ZDE mi zabezpeci, ze se zobrazuje tucne a hnede uvnitr EDIT pole v CKEditoru */
/* AAA: soubor ckeditor.styles.js zabezpeci, ze CKEditor vi, ze styl keyword ma zobrazit ve Styles combo a ze mu ma priradit span class keyword */
.keyword {
	color: #800000;
	font-weight: bold;
}
/* ============ MY CODE END ========= */

/* Indent & Justify classes */

.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}

/* CKEditor padding in IE */
table.cke_editor fieldset { 
  padding:0 !important;
}
/* hack with ie and garland editing area size fix - [#733512] */
.cke_editor{
  display: table !important;
}
.cke_editor,#ie#bug {
  display: inline-table !important;
}