/* $Id: ckeditor.css,v 1.2.2.4 2010/03/05 09:56:08 mephir Exp $ */
/* 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;
}
/*  ALERT SA: custom styles */
.toc-box {
  padding: 1px 5px;
  margin:5px;
  background-color: #F5FDFF;  
}
.toc-box table {
  width:100%;
}
.toc-box table td{
  width:50%;
}
.toc-header{
  padding-right:40px;
  border-bottom:1px solid #EAEAEA; 
}
.toc-link-top-box {
  float:right;
  margin-top:-22px;
  padding-right:12px;
}
.txt-highlighted{
  font-size:large;
}
.txt-blue{
  color:#666;
  font-weight:bold;
}
