/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
.cke_reset {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    position: static;
}

.cke_reset_all, .cke_reset_all * {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    position: static;
    border-collapse: collapse;
    font-family: 'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;
    font-size: 11px;
    color: #000;
    text-align: left;
    /*white-space: nowrap;*/
    cursor: auto;
}

.cke_reset_all .cke_rtl * {
    text-align: right;
}

.cke_reset_all iframe {
    vertical-align: inherit;
}

.cke_reset_all textarea {
    white-space: pre;
}

.cke_reset_all textarea,.cke_reset_all input[type= "text"], .cke_reset_all input[type = "password"] {
    cursor: text;
}

.cke_reset_all textarea[disabled], .cke_reset_all input[type = "text"][disabled], .cke_reset_all input[type = "password"][disabled] {
    cursor: default;
}

.cke_reset_all fieldset {
    padding: 10px;
    border: 2px groove#e0dfe3;
}

.cke_inner {
    display: block;
    background-color: #f7f8fd;
}

.cke_float {
    background: #fff;
}

.cke_float.cke_inner {
    padding - bottom: 0;
}

.cke_hc.cke_contents {
    border: 1px solid black;
}

.cke_top {
    border-top: solid 1px #fafaf5;
    border-left: solid 1px #fafaf5;
    border-right: solid 1px #696969;
    border-bottom: solid 1px #696969;
    display: block;
    overflow: hidden;
}
.cke_bottom {
    border-left: solid 1px #696969;
    border-right: solid 1px #696969;
    border-bottom: solid 1px #696969;
    background-color: #f7f8fd;
    display: block;
    overflow: hidden;
    border-spacing: 2px;
}
.cke_contents {
    border: solid 1px #696969;
    background-color: white;
    display: block;
    overflow: hidden;
}

.cke_resizer {
    width: 12px;
    height: 12px;
    margin-top: 16px;
    display: block;
    float: right;
    background-image: url(images/sprites.png);
    _background-image: url(images/sprites_ie6.png);
    background-position: 0 -1088px;
    background-repeat: no-repeat;
    cursor: se-resize;
}

.cke_resizer_ltr {
    margin - left: -12px;
}

.cke_resizer_rtl {
    float: left;
    border-color: transparent transparent transparent #efefef;
    border-style: dashed dashed dashed solid;
    margin-right: -12px;
    cursor: sw-resize;
}

.cke_hc.cke_resizer {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin - left: 0;
}

.cke_hc.cke_resizer_rtl {
    margin - right: 0;
}

.cke_wysiwyg_div {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0 8px;
    outline-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cke_panel {
    visibility: visible;
    border: 1px solid #8f8f73;
    background-color: #fff;
    width: 120px;
    height: 100px;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cke_menu_panel {
    padding: 2px;
    margin: 0;
}

.cke_combopanel {
    border: 1px solid #8f8f73;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    width: 150px;
    height: 170px;
}

.cke_panel_frame {
    width: 100%;
    height: 100%;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    overflow: auto;
    overflow-x: hidden;
}

.cke_panel_container {
    overflow-y: auto;
    overflow-x: hidden;
}

.cke_panel_list {
    list-style-type: none;
    margin: 3px;
    padding: 0;
    white-space: nowrap;
}

.cke_panel_listItem {
    margin: 0;
}

.cke_panel_listItem a {
    padding: 2px;
    display: block;
    border: 1px solid # fff;
    color: inherit!important;
    text - decoration: none;
    overflow: hidden;
    text - overflow: ellipsis;
}

* html.cke_panel_listItem a {
    width: 100 %;
    color: #000;
}

*:first-child+html .cke_panel_listItem a {
    color: # 000;
}

.cke_panel_listItem.cke_selected a {
    border: 1px solid# ccc;
    background - color: #e9f5ff;
}

.cke_panel_listItem a: hover,
.cke_panel_listItem a: focus,
.cke_panel_listItem a: active {
    border - color: #316ac5;
    background-color: # dff1ff;
}

.cke_hc.cke_panel_listItem.cke_selected a,
.cke_hc.cke_panel_listItem a:hover,
.cke_hc.cke_panel_listItem a:focus,
.cke_hc.cke_panel_listItem a:active {
    border - width: 3px;
    padding: 0;
}

.cke_panel_grouptitle {
    font-size: 11px;
    font-family: 'Microsoft Sans Serif',
    Tahoma,
    Arial,
    Verdana,
    Sans-Serif;
    font-weight: bold;
    white-space: nowrap;
    background-color: #dcdcdc;
    color: #000;
    margin: 0;
    padding: 3px;
}

.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre {
    margin-top: 3px;
    margin-bottom: 3px;
}

.cke_colorblock {
    padding: 3px;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;
}

.cke_colorblock,.cke_colorblock a {
    text-decoration: none;
    color: #000;
}

span.cke_colorbox {
    width: 10px;
    height: 10px;
    border: #808080 1px solid;
    float: left;
}

.cke_rtl span.cke_colorbox {
    float: right;
}

a.cke_colorbox {
    border: #fff 1px solid;
    padding: 2px;
    float: left;
    width: 12px;
    height: 12px;
}

.cke_rtl a.cke_colorbox {
    float: right;
}

a:hover.cke_colorbox,
a:focus.cke_colorbox,
a:active.cke_colorbox {
    border: #316ac5 1px solid;
    background-color: #dff1ff;
}

a.cke_colorauto,
a.cke_colormore {
    border: #fff 1px solid;
    padding: 2px;
    display: block;
    cursor: pointer;
}

a:hover.cke_colorauto,
a:hover.cke_colormore,
a:focus.cke_colorauto,
a:focus.cke_colormore,
a:active.cke_colorauto,
a:active.cke_colormore {
    border: #316ac5 1px solid;
    background-color: #dff1ff;
}

.cke_toolgroup {
    display: inline-block;
    /*float: left;*/
    height: 28px;
}

.cke_toolbar {
    background-color: #d6dff7;
    background-image: url(images/sprites.png);
    background-position: 0 -962px;
    background-repeat: repeat-x;
    display: inline-block;
    float: left;
    !height: 28px;
    !line-height: 28px;
}

.cke_rtl.cke_toolbar {
    float: right;
}

.cke_hc.cke_toolgroup {
    padding-right: 0;
    margin-right: 4px;
}

.cke_browser_ie .cke_toolgroup {
    float: none;
    display: inline;
}

.cke_rtl.cke_toolgroup {
    float:right;
}

.cke_browser_ie .cke_rtl .cke_toolgroup {
    float: none;
}

.cke_rtl.cke_hc.cke_toolgroup {
    padding-left: 0;
    margin-left: 4px;
}

.cke_browser_ie .cke_toolbar_separator {
    float:none;
}

.cke_browser_ie .cke_toolbar_start {
    float:none;
}

.cke_rtl .cke_toolbar_start {
    background-position: -27px -816px;
    float: right;
}

.cke_browser_ie .cke_rtl .cke_toolbar_start {
    float: none;
}

.cke_browser_ie .cke_toolbar_end {
    float: none;
}
a.cke_button {
    border: solid 1px transparent;
    border-radius: 3px;
    outline: none;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    margin-top: 2px;
    height: 18px;
    vertical-align: top;
    _border: none;
    _margin: 3px 1px 1px 1px;
    cursor: default;
    display: inline-block;
}

a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active {
    border: solid 1px #316ac5;
    background-color: #dff1ff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.cke_rtl.cke_button {
    float: right;
}

.cke_hc.cke_button {
    border: 1px solid black;
    padding: 3px 5px;
    margin: -2px 4px 0 -2px;
}

.cke_rtl.cke_hc.cke_button {
    margin: -2px -2px 0 4px;
}

a.cke_button_on {
    border: solid 1px #316ac5;
    background-color: #c1d2ee;
    filter: alpha(opacity=100);
    opacity: 1;
    _margin: 2px 0 0 0;
}

.cke_hc.cke_button_on {
    border-width: 3px;
    padding: 1px 3px;
}

.cke_button_off {
    opacity: .7;
}

.cke_button_disabled {
    opacity: .3;
}

a.cke_button_on:hover,
a.cke_button_on:focus,
a.cke_button_on:active {
    background-color: #dff1ff;
    border-color:#316ac5;
    filter: alpha(opacity=100);
    opacity: 1;
    vertical-align: top;
    _margin: 2px 0 0 0;
}

.cke_hc a.cke_button:hover {
    background: black;
}

a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active {
    background-color: #dff1ff;
    opacity: 1;
}

.cke_button_icon {
    background-image: url(icons.png);
    background-position: 100px;
    background-repeat: no-repeat;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: default;
}

.cke_rtl.cke_button_icon {
    float: right;
}

.cke_hc.cke_button_icon {
    display: none;
}

.cke_button_label {
    display: none;
    padding-left: 3px;
    margin-top: 1px;
    line-height: 16px;
    vertical-align: middle;
    cursor: default;
}

.cke_hc.cke_button_label {
    padding: 0;
    display: inline-block;
}

.cke_rtl.cke_button_label {
    padding-right: 3px;
    padding-left: 0;
    float:right;
}

.cke_button_arrow {
    display: inline-block;
    margin: 7px 0 0 1px;
    width: 0;
    height: 0;
    border-width: 3px;
    border-color: #2f2f2f transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    cursor: default;
    vertical-align: middle;
}

.cke_ltr .cke_button_arrow {
    border-right: 1px solid #8f8f73;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cke_rtl .cke_button_arrow {
    border-left: 1px solid #8f8f73;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cke_hc .cke_button_arrow {
    font-size: 10px;
    margin: 0 -2px 0 3px;
    width: auto;
    border: 0;
}

.cke_rtl.cke_hc .cke_button_arrow {
    margin: 0 3px 0 -2px;
}

.cke_toolbar_separator {
    display: inline-block;
    float: left;
    border-left: solid 1px #B2CBFF;
    margin: 6px 2px;
    height: 16px;
}

.cke_rtl.cke_toolbar_separator {
    border-right: solid 1px #d3d3d3;
    border-left: 0;
    float: right;
}

.cke_hc.cke_toolbar_separator {
    margin-left: 0;
    width: 3px;
}

.cke_rtl.cke_hc.cke_toolbar_separator {
    margin: 3px 0 0 2px;
}

.cke_toolbar_break {
    display: block;
    clear: left;
}

.cke_rtl.cke_toolbar_break {
    clear: right;
}

.cke_toolbox_collapser {
    width: 12px;
    height: 11px;
    float: right;
    border: 1px outset#d3d3d3;
    margin: 11px 0 0;
    font-size: 0;
    cursor: default;
    text-align: center;
}

.cke_toolbox_collapser.cke_toolbox_collapser_min {
    margin: 0 2px 4px;
}

.cke_rtl.cke_toolbox_collapser {
    float: left;
}

.cke_hc.cke_toolbox_collapser {
    border-width: 1px;
}

.cke_toolbox_collapser.cke_arrow {
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    border-width: 3px;
    border-style: solid;
    border-color: transparent transparent #2f2f2f;
}

.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
    margin: 4px 2px 0 0;
    border-color: #2f2f2f transparent transparent;
}

.cke_hc.cke_toolbox_collapser.cke_arrow {
    font-size: 8px;
    width: auto;
    border: 0;
    margin-top: 0;
    margin-right: 2px;
}

.cke_menubutton {
    display: block;
}

.cke_menuitem span {
    cursor: default;
}

.cke_menubutton:hover,
.cke_menubutton:focus,
.cke_menubutton:active {
    background-color: #d3d3d3;
    display: block;
}

.cke_hc.cke_menubutton:hover,
.cke_hc.cke_menubutton:focus,
.cke_hc.cke_menubutton:active {
    border: 2px solid;
}

.cke_menubutton_inner {
    display: table-row;
}

.cke_menubutton_icon,
.cke_menubutton_label,
.cke_menuarrow {
    display: table-cell;
}

.cke_menubutton_icon {
    background-color: #d3d3d3;
    opacity: .70;
    filter: alpha(opacity = 70);
    padding: 4px;
}

.cke_hc.cke_menubutton_icon {
    height: 16px;
    width: 0;
    padding: 4px 0;
}

.cke_menubutton:hover.cke_menubutton_icon,
.cke_menubutton:focus.cke_menubutton_icon,
.cke_menubutton:active.cke_menubutton_icon {
    background-color: #9d9d9d;
}

.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon {
    opacity: .3;
    filter: alpha(opacity= 30);
}

.cke_menubutton_label {
    padding: 0 5px;
    background-color: transparent;
    width: 100%;
    vertical-align: middle;
}

.cke_menubutton_disabled.cke_menubutton_label {
    opacity: .3;
    filter: alpha(opacity = 30);
}

.cke_menubutton_on {
    border: 1px solid #ccc;
    background-color: #e9f5ff;
}

.cke_menubutton_on.cke_menubutton_icon {
    /*padding-right: 3px;*/
}

.cke_menubutton:hover,
.cke_menubutton:focus,
.cke_menubutton:active {
    background-color: #d3d3d3;
}

.cke_menubutton_on:hover,
.cke_menubutton_on:focus,
.cke_menubutton_on:active {
    border-color: #316ac5;
    background-color:#dff1ff;
}

.cke_panel_frame.cke_menubutton_label {
    display: none;
}

.cke_menuseparator {
    background-color: #d3d3d3;
    height: 2px;
    filter: alpha(opacity = 70);
    opacity: .70;
}

.cke_toolbar_start {
    display: inline-block;
    background-image: url(images/sprites.png);
    _background-image: url(images/sprites_ie6.png);
    background-repeat: no-repeat;
    background-position: -27px -765px;
    width: 10px;
    height: 28px;
    float: left;
}

.cke_reset_all .cke_rtl .cke_toolbar_start {
    background-position: -27px -816px;
    float: right;
}

.cke_toolbar_end {
    display: inline-block;
    background-image: url(images/sprites.png);
    _background-image: url(images/sprites_ie6.png);
    background-repeat: no-repeat;
    background-position: -29px -861px;
    width: 4px;
    height: 28px;
    float: right;
}

.cke_menuarrow {
    display: inline-block;
    height: 18px;
    width: 8px;
    background-image: url(images/sprites.png);
    background-position: 2 -1004px;
    background-repeat: no-repeat;
}

.cke_rtl.cke_menuarrow {
    background-image: url(images/sprites.png);
    background-position: 0 -1004px;
    background-repeat: no-repeat;
}

.cke_menuarrow span {
    display: none;
}

.cke_hc.cke_menuarrow span {
    vertical-align: middle;
    display: inline;
}

.cke_combo {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    vertical-align: top;
}

.cke_rtl.cke_combo {
    float: right;
}

.cke_combo a {
    display: inline-block;
    float: left;
    filter: alpha(opacity=70);
    opacity: .70;
}

.cke_rtl .cke_combo a {
    float: right;
}

.cke_hc .cke_combo a {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.cke_combo_label {
    display: inline-block;
    float: left;
    cursor: default;
    line-height: 24px;
    height: 24px;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 5px;
    filter: alpha(opacity=70);
    opacity: .70;
    _background-image: url(images/sprites.png);
    _background-image: url(images/sprites_ie6.png);
    _background-position: 0 -962px;
    _background-repeat: repeat-x;
}

.cke_rtl .cke_combo .cke_combo_label {
    float: right;
    margin-left: 4px;
    margin-right: 5;
}

.cke_rtl .cke_combo_button {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.cke_combo_off .cke_combo_button:hover,.cke_combo_off.cke_combo_button:focus,.cke_combo_off.cke_combo_button:active {
    opacity: 1;
    border-color: #316ac5;
}

.cke_rtl.cke_combo_button {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.cke_hc.cke_combo_button {
    border: 1px solid black;
    padding: 1px 3px 1px 3px;
}

.cke_hc.cke_rtl.cke_combo_button {
    border: 1px solid black;
}

.cke_combo_text {
    border: 1px solid #8f8f73;
    background-color: #fff;
    height: 14px;
    width: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: default;
}

.cke_combo__fontsize .cke_combo_text {
    width: 20px;
}

.cke_ltr .cke_combo_text {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.cke_rtl .cke_combo_text {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cke_reset_all .cke_combo .cke_inline_label {
    color: #fff;
}

.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel {
    opacity: 1;
    border-color: #316ac5;
}

.cke_combo_open {
    display: inline-block;
    border-top: 1px solid #8f8f73;
    border-bottom: 1px solid #8f8f73;
}

.cke_reset_all .cke_combo_open .cke_combo_arrow {
    display: inline-block;
    background-position: 5px -1002px;
    background-image: url(images/sprites.png);
    _background-image: url(images/sprites_ie6.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
}

.cke_ltr .cke_combo_open {
    border-right: 1px solid #8f8f73;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cke_rtl .cke_combo_open {
    border-left: 1px solid #8f8f73;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cke_combo_open .cke_combo_off a:hover {
    border-color: #316ac5;
    background-color: #dff1ff;
}
.cke_hc.cke_combo_arrow {
    font-size: 10px;
    width: auto;
    border: 0;
    margin-top: 4px;
}

.cke_combo_disabled.cke_combo_inlinelabel,.cke_combo_disabled.cke_combo_open {
    opacity: .3;
}

.cke_reset_all .cke_browser_gecko18 .cke_combo_label,.cke_reset_all .cke_browser_gecko18 .cke_combo,.cke_reset_all .cke_browser_gecko18 .cke_combo_text,.cke_reset_all .cke_browser_gecko18 .cke_combo_open,.cke_skin_office2003 .cke_browser_webkit .cke_combo_label,.cke_reset_all .cke_browser_webkit .cke_combo_text,.cke_reset_all .cke_browser_webkit .cke_combo_button {
    display: block;
    float: left;
}


.cke_path {
    padding:3px 3px 0px 3px;
    display: inline-block;
    float: left;
    outline: none;
}

.cke_path_item,.cke_path_empty {
    display: inline-block;
    float: left;
    border: solid 1px #f7f8fd;
    background-color: #f7f8fd;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 3px;
    cursor: default;
}

.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty {
    float: right;
}

a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active {
    background-color: #dff1ff;
    border:solid 1px #316ac5;

    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.cke_button__source_label,.cke_button__sourcedialog_label {
    display: inline;
}

.cke_combo__fontsize .cke_combo_text {
    width: 20px;
}

.cke_combopanel__fontsize {
    width: 120px;
}

.cke_source {
    font-family: 'Courier New',Monospace;
    font-size: small;
    background-color: #fff;
    white-space: pre;
}

.cke_wysiwyg_frame,
.cke_wysiwyg_div {
    background - color: #fff;
}

.cke_chrome {
    visibility: inherit;
}

.cke_voice_label {
    display: none;
}

legend.cke_voice_label {
    display: none;
}


.cke_button__about_icon {
    background: url(icons.png) no-repeat 0 -0px!important;
}

.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
    background: url(icons.png) no-repeat 0 -24px!important;
}

.cke_ltr .cke_button__anchor_icon {
    background: url(icons.png) no-repeat 0 -48px!important;
}

.cke_button__bgcolor_icon {
    background: url(icons.png) no-repeat 0 -72px!important;
}

.cke_button__bidiltr_icon {
    background: url(icons.png) no-repeat 0 -96px!important;
}

.cke_button__bidirtl_icon {
    background: url(icons.png) no-repeat 0 -120px!important;
}

.cke_button__blockquote_icon {
    background: url(icons.png) no-repeat 0 -144px!important;
}

.cke_button__bold_icon {
    background: url(icons.png) no-repeat 0 -168px!important;
}

.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
    background: url(icons.png) no-repeat 0 -192px!important;
}

.cke_ltr .cke_button__bulletedlist_icon {
    background: url(icons.png) no-repeat 0 -216px!important;
}

.cke_button__button_icon {
    background: url(icons.png) no-repeat 0 -240px!important;
}

.cke_button__checkbox_icon {
    background: url(icons.png) no-repeat 0 -264px!important;
}

.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
    background: url(icons.png) no-repeat 0 -288px!important;
}

.cke_ltr .cke_button__copy_icon {
    background: url(icons.png) no-repeat 0 -312px!important;
}

.cke_button__creatediv_icon {
    background: url(icons.png) no-repeat 0 -336px!important;
}

.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
    background: url(icons.png) no-repeat 0 -360px!important;
}

.cke_ltr .cke_button__cut_icon {
    background: url(icons.png) no-repeat 0 -384px!important;
}

.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {
    background: url(icons.png) no-repeat 0 -408px!important;
}

.cke_ltr .cke_button__docprops_icon {
    background: url(icons.png) no-repeat 0 -432px!important;
}

.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
    background: url(icons.png) no-repeat 0 -456px!important;
}

.cke_ltr .cke_button__find_icon {
    background: url(icons.png) no-repeat 0 -480px!important;
}

.cke_button__flash_icon {
    background: url(icons.png) no-repeat 0 -504px!important;
}

.cke_button__form_icon {
    background: url(icons.png) no-repeat 0 -528px!important;
}

.cke_button__hiddenfield_icon {
    background: url(icons.png) no-repeat 0 -552px!important;
}

.cke_button__horizontalrule_icon {
    background: url(icons.png) no-repeat 0 -576px!important;
}

.cke_button__iframe_icon {
    background: url(icons.png) no-repeat 0 -600px!important;
}

.cke_button__image_icon {
    background: url(icons.png) no-repeat 0 -624px!important;
}

.cke_button__imagebutton_icon {
    background: url(icons.png) no-repeat 0 -648px!important;
}

.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
    background: url(icons.png) no-repeat 0 -672px!important;
}

.cke_ltr .cke_button__indent_icon {
    background: url(icons.png) no-repeat 0 -696px!important;
}

.cke_button__italic_icon {
    background: url(icons.png) no-repeat 0 -720px!important;
}

.cke_button__justifyblock_icon {
    background: url(icons.png) no-repeat 0 -744px!important;
}

.cke_button__justifycenter_icon {
    background: url(icons.png) no-repeat 0 -768px!important;
}

.cke_button__justifyleft_icon {
    background: url(icons.png) no-repeat 0 -792px!important;
}

.cke_button__justifyright_icon {
    background: url(icons.png) no-repeat 0 -816px!important;
}

.cke_button__link_icon {
    background: url(icons.png) no-repeat 0 -840px!important;
}

.cke_button__maximize_icon {
    background: url(icons.png) no-repeat 0 -864px!important;
}

.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
    background: url(icons.png) no-repeat 0 -888px!important;
}

.cke_ltr .cke_button__newpage_icon {
    background: url(icons.png) no-repeat 0 -912px!important;
}

.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
    background: url(icons.png) no-repeat 0 -936px!important;
}

.cke_ltr .cke_button__numberedlist_icon {
    background: url(icons.png) no-repeat 0 -960px!important;
}

.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
    background: url(icons.png) no-repeat 0 -984px!important;
}

.cke_ltr .cke_button__outdent_icon {
    background: url(icons.png) no-repeat 0 -1008px!important;
}

.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
    background: url(icons.png) no-repeat 0 -1032px!important;
}

.cke_ltr .cke_button__pagebreak_icon {
    background: url(icons.png) no-repeat 0 -1056px!important;
}

.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
    background: url(icons.png) no-repeat 0 -1080px!important;
}

.cke_ltr .cke_button__paste_icon {
    background: url(icons.png) no-repeat 0 -1104px!important;
}

.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
    background: url(icons.png) no-repeat 0 -1128px!important;
}

.cke_ltr .cke_button__pastefromword_icon {
    background: url(icons.png) no-repeat 0 -1152px!important;
}

.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
    background: url(icons.png) no-repeat 0 -1176px!important;
}

.cke_ltr .cke_button__pastetext_icon {
    background: url(icons.png) no-repeat 0 -1200px!important;
}

.cke_button__placeholder_icon {
    background: url(icons.png) no-repeat 0 -1224px!important;
}

.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
    background: url(icons.png) no-repeat 0 -1248px!important;
}

.cke_ltr .cke_button__preview_icon {
    background: url(icons.png) no-repeat 0 -1272px!important;
}

.cke_button__print_icon {
    background: url(icons.png) no-repeat 0 -1296px!important;
}

.cke_button__radio_icon {
    background: url(icons.png) no-repeat 0 -1320px!important;
}

.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
    background: url(icons.png) no-repeat 0 -1344px!important;
}

.cke_ltr .cke_button__redo_icon {
    background: url(icons.png) no-repeat 0 -1368px!important;
}

.cke_button__removeformat_icon {
    background: url(icons.png) no-repeat 0 -1392px!important;
}

.cke_button__replace_icon {
    background: url(icons.png) no-repeat 0 -1416px!important;
}

.cke_button__save_icon {
    background: url(icons.png) no-repeat 0 -1440px!important;
}

.cke_button__scayt_icon {
    background: url(icons.png) no-repeat 0 -1464px!important;
}

.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
    background: url(icons.png) no-repeat 0 -1488px!important;
}

.cke_ltr .cke_button__select_icon {
    background: url(icons.png) no-repeat 0 -1512px!important;
}

.cke_button__selectall_icon {
    background: url(icons.png) no-repeat 0 -1536px!important;
}

.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
    background: url(icons.png) no-repeat 0 -1560px!important;
}

.cke_ltr .cke_button__showblocks_icon {
    background: url(icons.png) no-repeat 0 -1584px!important;
}

.cke_button__smiley_icon {
    background: url(icons.png) no-repeat 0 -1608px!important;
}

.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
    background: url(icons.png) no-repeat 0 -1632px!important;
}

.cke_ltr .cke_button__source_icon {
    background: url(icons.png) no-repeat 0 -1656px!important;
}

.cke_button__specialchar_icon {
    background: url(icons.png) no-repeat 0 -1680px!important;
}

.cke_button__spellchecker_icon {
    background: url(icons.png) no-repeat 0 -1704px!important;
}

.cke_button__strike_icon {
    background: url(icons.png) no-repeat 0 -1728px!important;
}

.cke_button__subscript_icon {
    background: url(icons.png) no-repeat 0 -1752px!important;
}

.cke_button__superscript_icon {
    background: url(icons.png) no-repeat 0 -1776px!important;
}

.cke_button__table_icon {
    background: url(icons.png) no-repeat 0 -1800px!important;
}

.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
    background: url(icons.png) no-repeat 0 -1824px!important;
}

.cke_ltr .cke_button__templates_icon {
    background: url(icons.png) no-repeat 0 -1848px!important;
}

.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
    background: url(icons.png) no-repeat 0 -1872px!important;
}

.cke_ltr .cke_button__textarea_icon {
    background: url(icons.png) no-repeat 0 -1896px!important;
}

.cke_button__textcolor_icon {
    background: url(icons.png) no-repeat 0 -1920px!important;
}

.cke_button__textfield_icon {
    background: url(icons.png) no-repeat 0 -1944px!important;
}

.cke_button__underline_icon {
    background: url(icons.png) no-repeat 0 -1968px!important;
}

.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
    background: url(icons.png) no-repeat 0 -1992px!important;
}

.cke_ltr .cke_button__undo_icon {
    background: url(icons.png) no-repeat 0 -2016px!important;
}

.cke_button__unlink_icon {
    background: url(icons.png) no-repeat 0 -2040px!important;
}

.cke_hidpi .cke_button__about_icon {
    background: url(icons_hidpi.png) no-repeat 0 -0px!important;
}

.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
    background: url(icons_hidpi.png) no-repeat 0 -32px!important;
}

.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {
    background: url(icons_hidpi.png) no-repeat 0 -64px!important;
}

.cke_hidpi .cke_button__bgcolor_icon {
    background: url(icons_hidpi.png) no-repeat 0 -96px!important;
}

.cke_hidpi .cke_button__bidiltr_icon {
    background: url(icons_hidpi.png) no-repeat 0 -128px!important;
}

.cke_hidpi .cke_button__bidirtl_icon {
    background: url(icons_hidpi.png) no-repeat 0 -160px!important;
}

.cke_hidpi .cke_button__blockquote_icon {
    background: url(icons_hidpi.png) no-repeat 0 -192px!important;
}

.cke_hidpi .cke_button__bold_icon {
    background: url(icons_hidpi.png) no-repeat 0 -224px!important;
}

.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
    background: url(icons_hidpi.png) no-repeat 0 -256px!important;
}

.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
    background: url(icons_hidpi.png) no-repeat 0 -288px!important;
}

.cke_hidpi .cke_button__button_icon {
    background: url(icons_hidpi.png) no-repeat 0 -320px!important;
}

.cke_hidpi .cke_button__checkbox_icon {
    background: url(icons_hidpi.png) no-repeat 0 -352px!important;
}

.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
    background: url(icons_hidpi.png) no-repeat 0 -384px!important;
}

.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {
    background: url(icons_hidpi.png) no-repeat 0 -416px!important;
}

.cke_hidpi .cke_button__creatediv_icon {
    background: url(icons_hidpi.png) no-repeat 0 -448px!important;
}

.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
    background: url(icons_hidpi.png) no-repeat 0 -480px!important;
}

.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {
    background: url(icons_hidpi.png) no-repeat 0 -512px!important;
}

.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {
    background: url(icons_hidpi.png) no-repeat 0 -544px!important;
}

.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon {
    background: url(icons_hidpi.png) no-repeat 0 -576px!important;
}

.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
    background: url(icons_hidpi.png) no-repeat 0 -608px!important;
}

.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {
    background: url(icons_hidpi.png) no-repeat 0 -640px!important;
}

.cke_hidpi .cke_button__flash_icon {
    background: url(icons_hidpi.png) no-repeat 0 -672px!important;
}

.cke_hidpi .cke_button__form_icon {
    background: url(icons_hidpi.png) no-repeat 0 -704px!important;
}

.cke_hidpi .cke_button__hiddenfield_icon {
    background: url(icons_hidpi.png) no-repeat 0 -736px!important;
}

.cke_hidpi .cke_button__horizontalrule_icon {
    background: url(icons_hidpi.png) no-repeat 0 -768px!important;
}

.cke_hidpi .cke_button__iframe_icon {
    background: url(icons_hidpi.png) no-repeat 0 -800px!important;
}

.cke_hidpi .cke_button__image_icon {
    background: url(icons_hidpi.png) no-repeat 0 -832px!important;
}

.cke_hidpi .cke_button__imagebutton_icon {
    background: url(icons_hidpi.png) no-repeat 0 -864px!important;
}

.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
    background: url(icons_hidpi.png) no-repeat 0 -896px!important;
}

.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {
    background: url(icons_hidpi.png) no-repeat 0 -928px!important;
}

.cke_hidpi .cke_button__italic_icon {
    background: url(icons_hidpi.png) no-repeat 0 -960px!important;
}

.cke_hidpi .cke_button__justifyblock_icon {
    background: url(icons_hidpi.png) no-repeat 0 -992px!important;
}

.cke_hidpi .cke_button__justifycenter_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1024px!important;
}

.cke_hidpi .cke_button__justifyleft_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1056px!important;
}

.cke_hidpi .cke_button__justifyright_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1088px!important;
}

.cke_hidpi .cke_button__link_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1120px!important;
}

.cke_hidpi .cke_button__maximize_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1152px!important;
}

.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1184px!important;
}

.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1216px!important;
}

.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1248px!important;
}

.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1280px!important;
}

.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1312px!important;
}

.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1344px!important;
}

.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1376px!important;
}

.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1408px!important;
}

.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1440px!important;
}

.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1472px!important;
}

.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1504px!important;
}

.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1536px!important;
}

.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1568px!important;
}

.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1600px!important;
}

.cke_hidpi .cke_button__placeholder_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1632px!important;
}

.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1664px!important;
}

.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1696px!important;
}

.cke_hidpi .cke_button__print_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1728px!important;
}

.cke_hidpi .cke_button__radio_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1760px!important;
}

.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1792px!important;
}

.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1824px!important;
}

.cke_hidpi .cke_button__removeformat_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1856px!important;
}

.cke_hidpi .cke_button__replace_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1888px!important;
}

.cke_hidpi .cke_button__save_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1920px!important;
}

.cke_hidpi .cke_button__scayt_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1952px!important;
}

.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
    background: url(icons_hidpi.png) no-repeat 0 -1984px!important;
}

.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2016px!important;
}

.cke_hidpi .cke_button__selectall_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2048px!important;
}

.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2080px!important;
}

.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2112px!important;
}

.cke_hidpi .cke_button__smiley_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2144px!important;
}

.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2176px!important;
}

.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2208px!important;
}

.cke_hidpi .cke_button__specialchar_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2240px!important;
}

.cke_hidpi .cke_button__spellchecker_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2272px!important;
}

.cke_hidpi .cke_button__strike_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2304px!important;
}

.cke_hidpi .cke_button__subscript_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2336px!important;
}

.cke_hidpi .cke_button__superscript_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2368px!important;
}

.cke_hidpi .cke_button__table_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2400px!important;
}

.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2432px!important;
}

.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2464px!important;
}

.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2496px!important;
}

.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2528px!important;
}

.cke_hidpi .cke_button__textcolor_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2560px!important;
}

.cke_hidpi .cke_button__textfield_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2592px!important;
}

.cke_hidpi .cke_button__underline_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2624px!important;
}

.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2656px!important;
}

.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2688px!important;
}

.cke_hidpi .cke_button__unlink_icon {
    background: url(icons_hidpi.png) no-repeat 0 -2720px!important;
}
.cke_button_off {
    filter: alpha(opacity = 70);
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    margin-top: 2px;
}

.cke_button_disabled {
    filter: alpha(opacity = 30);
}

.cke_button_off:hover,
.cke_button_off:focus,
.cke_button_off:active {
    filter: alpha(opacity = 100);
}

.cke_hc.cke_button_arrow {
    margin-top: 5px;
}

.cke_combo_inlinelabel {
    filter: alpha(opacity = 70);
    color:#FFF;
}

.cke_combo_button_off:hover .cke_combo_inlinelabel {
    filter: alpha(opacity = 100);
}

.cke_combo_button_disabled .cke_combo_inlinelabel,
.cke_combo_button_disabled .cke_combo_open {
    filter: alpha(opacity = 30);
}

.cke_toolbox_collapser {
    border: 2px outset#efefef;
}

.cke_toolbox_collapser.cke_arrow {
    margin: 0 1px 1px 1px;
}

.cke_toolbox_collapser.cke_toolbox_collapser_min.cke_arrow {
    margin - left: 2px;
}

a.cke_path_item:hover,
a.cke_path_item:focus,
a.cke_path_item:active {
    filter: alpha(opacity = 70);
}

.cke_reset_all .cke_resizer {
    width: 12px;
    height: 12px;
    margin-top: 16px;
    display: block;
    float: right;
    background-image: url(images/sprites.png);
    _background-image: url(images/sprites_ie6.png);
    background-position: 0 -1088px;
    background-repeat: no-repeat;
    cursor: se-resize;
}

.cke_hc.cke_resizer {
    filter: none;
    font-size: 28px;
}

.cke_menuarrow {
    position: absolute;
    right: 2px;
}

.cke_rtl.cke_menuarrow {
    position: absolute;
    left: 2px;
}

.cke_rtl.cke_dialog_footer_buttons.cke_dialog_ui_hbox_first {
    padding - left: 10px!important;
}