.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;
}
.image_assist{
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-image: url(plugins/imgassist/imgassist.gif);
  background-position: 50% 50%;
  border: 1px dashed #dddddd;
}
.ibimage_left,
.inline-left {}

.img_left {
  float: left;
  margin:0 5px 0 0;
}
.ibimage_right,
.inline-right {}

.img_right {
  float: right;
  margin:0 0 0 5px;
}
.caption {
  display:block;
}

.node-inner .links.inline {
  display:block;
  clear:both;
  padding:20px 0 0;
}