/* 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;
}

.cke_panel_listItem {
    background-image: none;
    padding-left: 0;
}
/* remove top border from tbody - overwrite system.css - [#751672] */
tbody {
    border: 0;
}
.afdate{
background: none repeat scroll 0% 0% rgb(0, 80, 161); width: 80%; margin-top: 10px; color: #ffffff; font-family:arial;   font-size: 18; 
	}
.af1{
width: 500px; background: #FFFF99; margin-top: 10px; padding: 10px;
	}
.af2{
width: 500px; background: #FF9900; margin-top: 10px; padding: 10px;
	}
.af3{
width: 500px; background: #FF6699; margin-top: 10px; padding: 10px;
	}
.af4{
width: 500px; background: #CC99CC; margin-top: 10px; padding: 10px;
	}
.af5{
width: 500px; background: #99CCFF; margin-top: 10px; padding: 10px;
	}
.af6{
width: 500px; background: #99FFCC; margin-top: 10px; padding: 10px;
	}
.af7{
width: 500px; background: #66FF66; margin-top: 10px; padding: 10px;
	}
.af8{
width: 500px; background: #CCCCCC; margin-top: 10px; padding: 10px;
	}