.ueditorContent {
    font-family: sans-serif;
    font-size: 16px; 
}

.ueditorContent img {
    border: none;
    vertical-align: middle;
}

.ueditorContent p {
    margin: 5px 0;
}

/* tablesort */
.ueditorContent table.sortEnabled tr.firstRow th, .ueditorContent table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/sortable.png);
}

/* table */
.ueditorContent .selectTdClass {
    background-color: #edf5fa !important;
}

.ueditorContent table.noBorderTable td, .ueditorContent table.noBorderTable th, .ueditorContent table.noBorderTable caption {
    border: 1px dashed #ddd !important;
}

.ueditorContent table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.ueditorContent td, .ueditorContent th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.ueditorContent caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.ueditorContent th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.ueditorContent table tr.firstRow th {
    border-top-width: 2px;
}

.ueditorContent .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ueditorContent .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.ueditorContent td p {
    margin: 0;
    padding: 0;
}

/* list */
.ueditorContent ol, .ueditorContent ul {
    margin: 0;
    padding: 0;
    width: 95%;
    list-style-type: disc;
}

.ueditorContent li {
    clear: both;
}

.ueditorContent ol.custom_cn {
    list-style: none;
}

.ueditorContent ol.custom_cn li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-cn-paddingleft-1 {
    padding-left: 25px;
}

.ueditorContent li.list-cn-paddingleft-2 {
    padding-left: 40px;
}

.ueditorContent li.list-cn-paddingleft-3 {
    padding-left: 55px;
}

.ueditorContent ol.custom_cn1 {
    list-style: none;
}

.ueditorContent ol.custom_cn1 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-cn1-paddingleft-1 {
    padding-left: 30px;
}

.ueditorContent li.list-cn1-paddingleft-2 {
    padding-left: 40px;
}

.ueditorContent li.list-cn1-paddingleft-3 {
    padding-left: 55px;
}

.ueditorContent ol.custom_cn2 {
    list-style: none;
}

.ueditorContent ol.custom_cn2 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-cn2-paddingleft-1 {
    padding-left: 40px;
}

.ueditorContent li.list-cn2-paddingleft-2 {
    padding-left: 55px;
}

.ueditorContent li.list-cn2-paddingleft-3 {
    padding-left: 68px;
}

.ueditorContent ol.custom_num {
    list-style: none;
}

.ueditorContent ol.custom_num li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-num-paddingleft-1 {
    padding-left: 25px;
}

.ueditorContent ol.custom_num1 {
    list-style: none;
}

.ueditorContent ol.custom_num1 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-num1-paddingleft-1 {
    padding-left: 25px;
}

.ueditorContent ol.custom_num2 {
    list-style: none;
}

.ueditorContent ol.custom_num2 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-num2-paddingleft-1 {
    padding-left: 35px;
}

.ueditorContent li.list-num2-paddingleft-2 {
    padding-left: 40px;
}

.ueditorContent ul.custom_dash {
    list-style: none;
}

.ueditorContent ul.custom_dash li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-dash-paddingleft {
    padding-left: 35px;
}

.ueditorContent ul.custom_dot {
    list-style: none;
}

.ueditorContent ul.custom_dot li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-dot-paddingleft {
    padding-left: 20px;
}

.ueditorContent .list-paddingleft-1 {
    padding-left: 0;
}

.ueditorContent .list-paddingleft-2 {
    padding-left: 30px;
}

.ueditorContent .list-paddingleft-3 {
    padding-left: 60px;
}

/* pagebreak */
.ueditorContent .pagebreak {
    display: block;
    clear: both !important;
    cursor: default !important;
    width: 100% !important;
    margin: 0;
}

/* pre */
.ueditorContent pre {
    margin: 0.5em 0;
    padding: 0.4em 0.6em;
    border-radius: 8px;
    background: #f8f8f8;
}

/* loading */
.ueditorContent .loadingclass {
    display: inline-block;
    cursor: default;
    background: url("../images/loading.gif") no-repeat center center transparent;
    border: 1px solid #cccccc;
    margin-left: 1px;
    height: 22px;
    width: 22px;
}

.ueditorContent .loaderrorclass {
    display: inline-block;
    cursor: default;
    background: url("../images/loaderror.png") no-repeat center center transparent;
    border: 1px solid #cccccc;
    margin-right: 1px;
    height: 22px;
    width: 22px;
}

/* anchor */
.ueditorContent .anchorclass {
    background: url("../images/anchor.gif") no-repeat scroll left center transparent;
    cursor: auto;
    display: inline-block;
    height: 16px;
    width: 15px;
}