.dt_remove {
    background: transparent url("/images/icons/system/empty.png") no-repeat scroll 0 0;
    display: block;
    height: 17px;
    width: 17px;
}

.dt_edit {
    background: transparent url("/images/icons/system/edit.png") no-repeat scroll 0 0;
    display: block;
    height: 17px;
    width: 17px;
}

input.preview {
    visibility: hidden;
    position: absolute;
}

input.dt_remove {
    visibility: hidden;
    position: absolute;
}

label > input + img{ /* IMAGE STYLES */
    cursor: pointer;
}

tr.odd {
    background-color: #f9f9f9 !important;
}

tr.odd td {
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
}

.cms_manager input.edit_source {
    display: none;
}

.edit_source_dialog_wrapper {
    display: none;
}

#editor_help {
    color: #318DD6;
    cursor: pointer;
    text-decoration: underline;
}