.WebClient {
    /* reWrapper */
    /* common settings for .reModule, .reEditorModes and .reWrapper */
    /* end of module */
    /*Toolbar sprites*/
    /* .reTool_text */
    /* these settings will not be included in the common CSS file of RadEditor */
    /* end of reTool_text */
    /* add weight to the selector for IE6 so it is applied */
    /* end of reSplitButton */
    /* reDropdown */
    /* end of reDropdown */
    /* InsertTable itself is a kind of tool strip, so it must be styled as a toolstrip */
    /* end of context menu and toolstrip */
    /* spinbox */
    /* end of spinbox */
    /* DOM inspector */
    /* end of DOM inspector */
    /* end of expanded dropdowns */
    /* color picker */
    /* end of color picker */
    /* ajax spellchecker */
    /* ajax spellchecker */
    /* custom links */
    /* end of custom links */
    /* insert table dropdown */
    /* end of insert table dropdown */
    /* Popup Comments */
    /* Commnet popups */
    
    outline-color: #828282;
}

.WebClient.RadEditor,
.WebClient.RadEditor .reModule,
.WebClient.RadEditor .reEditorModes,
.WebClient.RadEditor .reWrapper {
    background: linear-gradient(#faf9f9 ,#e8e8e8 100%);
}

.WebClient.reWrapper,
.WebClient.RadEditor .reContentCell,
.WebClient.reColorPicker,
.WebClient.reInsertTable,
.WebClient.reDropDownBody,
.WebClient.reCustomLinks a:hover {
    border: 1px solid #ccc;
    width: auto !important;
    border-radius: .25rem;
}

.WebClient.RadEditor .reContentCell {
    background-color: white;
    outline-color: #828282;
}

.WebClient.RadEditor .reContentArea {
    background-color: white;
    outline-color: #828282;
}

.WebClient.reDropDownBody table {
    background: transparent;
    width: 10em !important;
}

.WebClient.RadEditor .reModule {
    border-top: 1px solid #828282;
}

.WebClient.reCustomLinks a,
.WebClient.reCustomLinks a:link,
.WebClient.reCustomLinks a:visited {
    border: 1px solid white;
    /* should be the same as the background of the dropdown */
    
    color: #333333 !important;
}

.WebClient.reCustomLinks a:hover {
    background-color: #e5e5e5;
    border: 1px solid #8a8a8a;
}

.WebClient .reToolbar li {
    background: linear-gradient(#faf9f9 ,#e8e8e8 100%) !important;
}

.WebClient .reToolbar li,
.WebClient .reSpinBox a,
.WebClient.reToolbar .reSeparator,
.WebClient.reToolbar .reGrip,
.WebClient .reDialog .reTool,
.WebClient .reModule .reTool,
.WebClient .reDialog .reTool:hover,
.WebClient .reToolbar .reTool:hover,
.WebClient .reModule .reTool:hover,
.WebClient .reToolbar .reTool.reTool_selected,
.WebClient .reToolbar .reTool.reTool_selected:hover,
.WebClient .reToolbar .reTool_text:hover,
.WebClient .reToolbar .reTool_text.reTool_selected,
.WebClient .reToolbar .reTool_text.reTool_selected:hover,
.WebClient .reTool .split_arrow,
.WebClient .reSplitButton.reTool_text .split_arrow,
.WebClient .reToolbar .reTool_text .split_arrow,
.WebClient .reDialog .reTool.reSplitButton,
.WebClient .reModule .reTool.reSplitButton,
.WebClient .reDropdown,
.WebClient .reTool_disabled.reDropdown:hover,
.WebClient .reResizeCell div,
.WebClient.reInsertTable .reToolbar li .reTool:hover {
    background-image: url('https://docminder.wordtech.com/mkt/images/marketing/NewEdit/ToolbarSprites.gif');
}

.WebClient.RadEditor .reTlbVertical li,
.WebClient .reDropdown:hover,
.WebClient.RadEditor .reTlbVertical .reToolbar.WebClient .reGrip,
.WebClient.RadEditor.reTlbVertical .reToolbar.WebClient .reSeparator,
.WebClient .reTlbVertical .reTool:hover,
.WebClient .reTlbVertical .reTool_text.reSplitButton:hover,
.WebClient .reTlbVertical .reSplitButton:hover,
.WebClient .reTlbVertical .reTool_text:hover,
.WebClient .reTlbVertical .reTool.reTool_selected,
.WebClient .reTlbVertical .reTool_text.reTool_selected,
.WebClient .reTlbVertical .reTool_text.reTool_selected:hover,
.WebClient.reDropDownBody .reTlbVertical ul li a:hover,
.WebClient.reDropDownBody .reTlbVertical .reToolbar,
.WebClient .reMode_selected,
.WebClient.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:hover {
    background-image: url('https://docminder.wordtech.com/mkt/images/marketing/NewEdit/ToolbarVerticalSprites.gif');
}

.WebClient .reToolbar li {
    color: #000;
}

.WebClient .reToolbar .reTool_text:hover,
.WebClient .reToolbar .reTool_text.reTool_selected,
.WebClient .reToolbar .reTool_text.reTool_selected:hover {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.WebClient .reToolbar .reTool_text.reTool_disabled,
.WebClient .reToolbar .reTool_text.reTool_disabled:hover {
    margin-left: 0;
    margin-right: 0;
    border: 0;
}

.WebClient .reToolbar .reTool.reSplitButton.reTool_disabled:hover {
    _background: none;
}

.WebClient .reDropdown:link,
.WebClient .reDropdown:visited {
    color: #000 !important;
}

.WebClient .reDropdown,
.WebClient .reTool_disabled.reDropdown:hover {
    border: 1px solid #ccc;
    background: #fff !important;
    border-radius: .25rem;
}

.WebClient .reDropdown:hover {
    border-color: #ccc;
}

.WebClient.reDropDownBody .reTlbVertical .reToolbar {
    background-color: white;
}

.WebClient table.reSpinBox,
.WebClient.RadEditor input {
    border-color: #8a8a8a;
    background-color: white;
}

.WebClient table.reSpinBox:hover,
.WebClient.RadEditor input:hover {
    border: 1px solid #515151;
}

.WebClient .reModule_domlink_selected,
.WebClient .reModule_domlink {
    color: #333333;
}

.WebClient.reDropDownBody .reItemOver {
    background: #e0e0e0;
    color: black;
}

.WebClient.reColorPicker table div,
.WebClient.reColorPicker span {
    border: 1px solid #828282;
}

.WebClient.reColorPicker table td.reItemOver div {
    border-color: #333333;
}

.WebClient .reAjaxspell_button {
    border: 1px solid #8a8a8a;
    background-color: #fafafa;
    color: #333333;
}

.WebClient .reAjaxSpellCheckSeparator {
    background-color: white;
}

.WebClient.reCustomLinks,
.WebClient.reCustomLinks ul {
    color: #333333;
}

.WebClient.reCustomLinks a {
    background: none transparent;
    color: #333333;
    cursor: default !important;
}

.WebClient.reCustomLinks a:hover {
    color: white;
}

.WebClient.reInsertTable table {
    background-color: white;
}

.WebClient.reInsertTable table td {
    border: 1px solid #8a8a8a;
    background-color: white;
}

.WebClient.reInsertTable .reTlbVertical ul {
    background-color: white;
}

.WebClient.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text,
.WebClient.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:link,
.WebClient.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:visited {
    color: #333333 !important;
    background: transparent none;
    _background: none !important;
}

.WebClient .reCommentEdit,
.WebClient .reCommentTextArea,
.WebClient .reCommentView,
.WebClient .reCommentInfoPanel {
    border-color: transparent;
    background-color: #eeeeee;
}

.WebClient .reCommentTitle,
.WebClient .reCommentInfoPanel {
    color: #333333;
}

.WebClient .reCommentTextArea {
    border-color: #828282;
    background-color: #eeeeee;
}

.WebClient.RadEditor .reCommentButton,
.WebClient .rePopupButtonContainer .rePopupButton {
    color: #333333;
    border-color: #d0d0d0 #a2a2a2 #8b8b8b #a2a2a2;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: -moz-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    /* FF3.6+ */
    
    background: -webkit-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faf9f9', endColorstr='#e8e8e8', GradientType=0);
    /* IE6-8 */
}

.WebClient.RadEditor .reCommentButton:hover,
.WebClient .rePopupButtonContainer .rePopupButton:hover {
    color: #333333;
    border-color: #d1d1d1 #b8b8b8 #a3a3a3 #bbb;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
    /* FF3.6+ */
    
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-8 */
}

.WebClient.RadEditor .reCommentButton:active,
.WebClient .rePopupButtonContainer .rePopupButton:active {
    border-color: #b6b6b6 #9e9e9e #898989 #9b9b9b;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: -moz-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    /* FF3.6+ */
    
    background: -webkit-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#dedede', GradientType=0);
    /* IE6-8 */
}

.WebClient.rePopupContainer {
    border-color: #8a8a8a;
    background-color: #eeeeee;
}

.WebClient.rePopupContainer .rePopupTitle {
    color: #333333;
    border-color: #8a8a8a;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    /* FF3.6+ */
    
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0);
    /* IE6-8 */
}

/* the rule below styles RadWindow's content cell, which is used in the floating and show on focus toolbar modes */

.RadWindow.RadWindow_Default.reToolbarWindow td.rwWindowContent {
    background-color: #eeeeee;
}

.RadWindow_Default .reInsertTableLightWrapper .lightTable {
    border-color: #828282;
}

.WebClient .reTool.reSplitButton:hover {
    background-image: url('https://docminder.wordtech.com/mkt/images/marketing/NewEdit/ToolbarSprites.gif');
}

/* reTool */

.reTool span,
.WebClient.reInsertTable .reTlbVertical ul .reTool_text span,
.reToolbar .reTool_text span {
    background-image: url('https://docminder.wordtech.com/mkt/images/marketing/NewEdit/CommandSpritesLight.png');
}

/* IE6 does not support PNG alpha channel, so we use gifs for the command sprites instead */

.reTool span,
.reTool_text span,
.WebClient .reTlbVertical .reTool_text span,
.reToolbar .reSplitButton.reTool_text span {
    _background-image: url('https://docminder.wordtech.com/mkt/images/marketing/NewEdit/CommandSpritesLightIE6.gif');
}