﻿.RadEditor.reContentCell ul,ol
{
    background-color: #ced3d7 !important ;
	padding: 23px  !important ; 
	padding:0;
}

.RadEditor.RadEContent, .RadEditor.RadEContentBordered {
	background-color: #ced3d7 !important ;
}

.RadEditor .RadEditor_OfficeBlack {
    background-color: #ced3d7 !important ;
}

.RadEditor .RadEditor_Override {
    background-color: #ced3d7 !important ;
    width: 100%;
    height: 100%;
}

.RadEditor .reToolBarWrapper {
    background-color: #ced3d7 !important ;
}

.RadEditor_Default {
    background-color: #ced3d7 !important ;
    box-sizing: content-box;
}

.RadEditor_Default .reContent{
    height: 10em;
}

.RadEditor_Default .reContent iframe {
    height: 100%;
    width: 100%;
    margin: 0 !important;
    border-width: 0;
    background-color: white !important;
}