div.cms_page_title {
    font-size: 24px;
}

div.cms_page_actions,div.cms_section_actions {
    text-align: right;
}

td#content div.cms_section_actions {
    background-color: #EEEEEE;
    padding: 10px;
    margin-bottom: 20px;
}

div.cms_page_title input {
    font-size: 24px;
    margin-bottom: 10px;
}

div.cms_section_title input {
    font-size: 24px;
    margin-bottom: 10px;
}

div.cms_page_edit_actions,div.cms_section_edit_actions {
    text-align: center;
    margin-top: 20px;
}

div.cms_update_results {
    text-align: center;
    border: 2px dashed #FF0000;
    margin-bottom: 20px;
    background-color: #EEEEEE;
}
div.cms_update_result_failure {
    font-size: 18px;
}

div.cms_section_sub_content ul {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
div.cms_section_sub_content a {
    color: #000000;
    text-decoration: none;
    line-height: 24px;
    vertical-align: top;
}
ul.cms_section_sub_sections li {
    list-style-image: url( ../images/cms/folder_small.png );
}
ul.cms_section_sub_pages li {
    list-style-image: url( ../images/cms/page_small.png );
}

div.cms_page_sub_content ul {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
div.cms_page_sub_content a {
    color: #000000;
    line-height: 24px;
    vertical-align: top;
}
