.y-cms-content {
    margin: 8px;
    font-family: sans-serif;
    font-size: 16px;
}

.y-cms-content .view {
    padding: 0;
    word-wrap: break-word;
    cursor: text;
    height: 90%;
}



.y-cms-content p {
    margin: 5px 0;
}


.y-cms-content table.sortEnabled tr.firstRow th, .y-cms-content table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(themes/default/images/sortable.png);
}

.y-cms-content .selectTdClass {
    background-color: #edf5fa !important
}

.y-cms-content table.noBorderTable td, .y-cms-content table.noBorderTable th, .y-cms-content table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.y-cms-content table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.y-cms-content td, .y-cms-content th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.y-cms-content caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.y-cms-content th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.y-cms-content table tr.firstRow th {
    border-top-width: 2px;
}

.y-cms-content .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.y-cms-content .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.y-cms-content td p {
    margin: 0;
    padding: 0;
}

.y-cms-content ol, .y-cms-content ul {
    margin: 0;
    pading: 0;
    width: 95%
}

.y-cms-content li {
    clear: both;
}

.y-cms-content ol.custom_cn {
    list-style: none;
}

.y-cms-content ol.custom_cn li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-cn-paddingleft-1 {
    padding-left: 25px
}

.y-cms-content li.list-cn-paddingleft-2 {
    padding-left: 40px
}

.y-cms-content li.list-cn-paddingleft-3 {
    padding-left: 55px
}

.y-cms-content ol.custom_cn1 {
    list-style: none;
}

.y-cms-content ol.custom_cn1 li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-cn1-paddingleft-1 {
    padding-left: 30px
}

.y-cms-content li.list-cn1-paddingleft-2 {
    padding-left: 40px
}

.y-cms-content li.list-cn1-paddingleft-3 {
    padding-left: 55px
}

.y-cms-content ol.custom_cn2 {
    list-style: none;
}

.y-cms-content ol.custom_cn2 li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-cn2-paddingleft-1 {
    padding-left: 40px
}

.y-cms-content li.list-cn2-paddingleft-2 {
    padding-left: 55px
}

.y-cms-content li.list-cn2-paddingleft-3 {
    padding-left: 68px
}

.y-cms-content ol.custom_num {
    list-style: none;
}

.y-cms-content ol.custom_num li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-num-paddingleft-1 {
    padding-left: 25px
}

.y-cms-content ol.custom_num1 {
    list-style: none;
}

.y-cms-content ol.custom_num1 li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-num1-paddingleft-1 {
    padding-left: 25px
}

.y-cms-content ol.custom_num2 {
    list-style: none;
}

.y-cms-content ol.custom_num2 li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-num2-paddingleft-1 {
    padding-left: 35px
}

.y-cms-content li.list-num2-paddingleft-2 {
    padding-left: 40px
}

.y-cms-content li.list-dash {
    background-image: url(http://bs.baidu.com/listicon/dash.gif)
}

.y-cms-content ul.custom_dash {
    list-style: none;
}

.y-cms-content ul.custom_dash li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-dash-paddingleft {
    padding-left: 35px
}

.y-cms-content li.list-dot {
    background-image: url(http://bs.baidu.com/listicon/dot.gif)
}

.y-cms-content ul.custom_dot {
    list-style: none;
}

.y-cms-content ul.custom_dot li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.y-cms-content li.list-dot-paddingleft {
    padding-left: 20px
}

.y-cms-content .list-paddingleft-1 {
    padding-left: 0
}

.y-cms-content .list-paddingleft-2 {
    padding-left: 30px
}

.y-cms-content .list-paddingleft-3 {
    padding-left: 60px
}
.y-cms-content .pagebreak {
    display: block;
    clear: both !important;
    cursor: default !important;
    width: 100% !important;
    margin: 0;
}
.y-cms-content pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8;
}
.y-cms-content .loadingclass {
    display: inline-block;
    cursor: default;
    background: url('themes/default/images/loading.gif') no-repeat center center transparent;
    border: 1px solid #cccccc;
    margin-left: 1px;
    height: 22px;
    width: 22px;
}

.y-cms-content .loaderrorclass {
    display: inline-block;
    cursor: default;
    background: url('themes/default/images/loaderror.png') no-repeat center center transparent;
    border: 1px solid #cccccc;
    margin-right: 1px;
    height: 22px;
    width: 22px;
}
.y-cms-content .anchorclass {
    background: url('themes/default/images/anchor.gif') no-repeat scroll left center transparent;
    cursor: auto;
    display: inline-block;
    height: 16px;
    width: 15px;
}
