.xx_mceToolbar {
  background-image: url(/extras/wow/wow_mce_img/editor_bg_3.gif) !important;
  border-bottom: 1px solid #b1c8d8 !important;
  padding-bottom: 5px !important;
  text-align: center !important;
}

/* .mceToolbar .mceButtonNormal span,
.mceToolbar .mceButtonDisabled span */
.mceIcon {
/*     background-image: url(/extras/wow/wow_mce_img/editor_btn_single.gif) !important; */
}

/* a.mceButtonDisabled span, a.mceButtonNormal span, a.mceButtonSelected span,
a.mceButtonDisabled img, a.mceButtonNormal img, a.mceButtonSelected img */

.mceIcon {
/* BOB 20090107 */
/*    height: 21px !important; */
/*    width: 23px !important; */
}

/* IE6 */
* html a.mceButtonNormal img, * html a.mceButtonSelected img, * html a.mceButtonDisabled img { width: 20px !important; height: 20px !important; }

/* IE7 */
*:first-child+html a.mceButtonNormal img, *:first-child+html a.mceButtonSelected img, *:first-child+html a.mceButtonDisabled img { width: 20px !important; height: 20px !important; }


.xx_mceEditor {
 border: 1px solid #b1c8d8 !important;
}

#mce_editor_0_pasteword,
#mce_editor_0_underline,
#mce_editor_0_justifyright,
#mce_editor_0_indent,
#mce_editor_0_search,
#mce_editor_0_undo,
#mce_editor_0_unlink,
#mce_editor_0_emotions
{ 
    padding-right: 6px;
}

/* WebGUI 7.5 TinyMCE changes by Bob Broen 20090107 */
#wMain table.mceLayout {
    height: auto !important;
}

#wMain table.mceToolbar {
    background-color: transparent;
    width: auto;
    float: none;
}

#wMain table.mceToolbarRow3 {
    width: 250px;
}

#wMain td.mceToolbar {
    background-image: url(/extras/wow/wow_mce_img/editor_bg_3.gif) !important;
    border-bottom:    1px solid #B1C8D8 !important;
    padding-bottom:   5px !important;
}

#wMain .mceButton {
    padding: 1px 2px 0 1px;
    width:  20px; /* 23-mbp */
    height: 20px; /* 21-mbp */
    background-position: 0 0;
    background-image: url(/extras/wow/wow_mce_img/editor_btn_single.gif);
    background-repeat: no-repeat;
    border-color: transparent;
}

#wMain .mceIcon {
    width: 20px;
    height: 20px;
}

#wMain .defaultSkin a.mceButtonActive,
#wMain .defaultSkin a.mceButtonSelected {
    background-color: #C2CBE0;
    background-image: none;
    border: 1px solid #0A246A;
}

#wMain #description_formId_swrowthree {
    background-image: none;
    position: relative;
    left: 100px;
}


