/*** Inforaum Skin for RadEditor ***/

    .Inforaum.RadEditor {
        border: 0 none !important;
        font: normal 12px sans-serif !important;
        color: #000;
        width: 100% !important;
    }

    .Inforaum.RadEditor .reLayoutWrapper {
        height: 100% !important;
    }

    .Inforaum.RadEditor .reLeftVerticalSide,
    .Inforaum.RadEditor .reRightVerticalSide,
    .Inforaum.RadEditor .reWrapper_corner,
    .Inforaum.RadEditor .reWrapper_center,
    .Inforaum.RadEditor .reTlbVertical,
    .Inforaum.RadEditor .reToolZone {
        width: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
        font-size: 0 !important;
        padding: 0 !important;
    }

    /* Toolbar */
    .Inforaum.RadEditor.reWrapper .reToolCell {
        padding: 0 !important;
        background: #cbdff0 !important;
        border-bottom: solid 1px #7aa3c5;
    }

    .Inforaum.RadEditor .reToolbar {
        background-image: none !important;
    }

    .Inforaum.RadEditor ul.reToolbar li.grip_first,
    .Inforaum.RadEditor ul.reToolbar li.grip_last {
        width: 5px !important;
    }

    .Inforaum.RadEditor .reTool span,
    .Inforaum.RadEditor .reToolbar .reTool_text span {
        background-image: url('images/editor.png');
    }

    .Inforaum.RadEditor .reToolbar .reSeparator {
        background: none !important;
        width: 9px !important;
    }

    /* Arrow */
    .Inforaum.RadEditor .split_arrow {
        width: 12px;
        height: 18px;
        background-image: url('images/down.png') !important;
        background-position: center center !important;
        top: 0 !important;
        right: 0 !important;
    }

    /* Dropdown */
    .Inforaum .reDropdown,
    .Inforaum .reDropdown:hover,
    .Inforaum .reDropdown:link,
    .Inforaum .reDropdown:visited {
        color: #000;
        border: 1px solid #abc1de;
        background-color: white;
    }
    .Inforaum .FontName {
        width: 110px;
    }
    .Inforaum .RealFontSize {
        width: 30px;
    }

    .Inforaum .reDropdown:hover {
        background-image: url('images/down.png');
        background-position: center right;
    }

    .Inforaum.reDropDownBody {
        border: solid 1px #2f6ca1;
        background-color: #fff;
        margin-left: 1px;
    }

    .Inforaum.reDropDownBody td {
        padding: 2px 0 0 4px;
    }

    .Inforaum.reDropDownBody .reItemOver {
        background: #e5eff8;
    }

    /* ColorPicker */
    .Inforaum.reColorPicker table div {
        border: 1px solid #c5c5c5;
        width: 12px;
        height: 12px;
    }

    .Inforaum.reColorPicker .reCustomColor {
        visibility: hidden;
    }

    /* ContentArea */
    .Inforaum.RadEditor .reContentCell {
        padding: 0px;
    }

    .Inforaum.RadEditor .reContentArea {
        padding: 8px;
        word-wrap: break-word;
        overflow-x: hidden;
        overflow-y: scroll;
    }


    /* Readonly-mode / Enabled="False" */
    .InforaumTextEditorReadonly {
        height: 100% !important;
        padding: 8px;
        word-wrap: break-word;
        overflow-x: hidden;
        overflow-y: scroll;
    }