/* Editor */

#ed_toolbar {
  text-align: left;
  font-size: 10px;
  font-weight: bold;
}

#ed_toolbar input {
  background-color: #ffffff;
  padding: 10px 20px 0 0;
}

#ed_img {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/image);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_link {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/link);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_big {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/big);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_small {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/small);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_strong {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/bold);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_em {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/italic);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_title {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/headline);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_center {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/center);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_quote {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/quote);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_def {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/definition);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_hr {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/horizontal);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_nowiki {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/nowiki);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#ed_close {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/close);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
#ed_syntax {
  background-image: url(http://www.fsfla.org/svnwiki/xsvnwiki-images/syntax);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
