/* TINYMCE editor styles */

td.fontcolor-red span.mceIcon{
  display:block;
  width:3px;
  height: 3px;
}
td.fontcolor-red span.mceText {
  color: red;
  font-weight: bold;
}
.defaultSkin a.mce_fontcolor {
  width:32px;
}
.defaultSkin a.mce_fontcolor span.mce_fontcolor {
  background:url(../img/fontcolor.gif) no-repeat top left;
  width:32px;
}
.defaultSkin a.mce_fontcolor span.mceButtonLabel {
  padding-top:0;
}
