.skill-knowledge-list-container {
    color: #343434!important;
}

.progress-bar {
    background-color: #e7e7e7;
    color: white;
}

.level-one {
    background-color: #CEA6E8;
}

.level-two {
    background-color: #A967DC;
}

.level-three {
    background-color: #7B469E;
}

.level-four {
    background-color: #593562;
}

.level-five {
    background-color: #23023C;
}

.tier-2-skill .progress-bar {
    background-color: #1C304A;
    background-image: url("/ext/wraithbbcode/genericbbcode/styles/all/template/images/solidgoldgm.jpg");
}

.tier-2-skill .level-one {
    background-color: #496484;
    background-image: url("/ext/wraithbbcode/genericbbcode/styles/all/template/images/solidgoldmaster.jpg");
}

.tier-2-skill .level-two {
    background-color: #6C8AAE;
    background-image: url("/ext/wraithbbcode/genericbbcode/styles/all/template/images/solidgoldexpert.jpg");
}

.tier-2-skill .level-three {
    background-color: #9EB6C9;
    background-image: url("/ext/wraithbbcode/genericbbcode/styles/all/template/images/solidgoldcompetent.jpg");
}

.tier-2-skill .level-four {
    background-color: #9EB6C9;
    background-image: url("/ext/wraithbbcode/genericbbcode/styles/all/template/images/solidgoldnovice.jpg");
}

.tier-2-skill .level-five {
    background-color: #D4E6F7;
}

.st-date-row {
    background-color: #ecf0f1 !important;
    color: #333 !important;
}

.reward-table tr.alt {
    background-color: #f9f9f9;
}

.claims-summary.show  {
    border: 10px solid #f9f9f9;
}

.knowledge.highlight {
    background-color: #83bb02;
    color: #0b0b0b;
    font-family: auto !important;
}

.postprofile {
    border-color: #dddddd;
}

.dropdown a {
    color: #676767 !important;
}

.dropdown a:HOVER {
    color: #dddddd !important;
}

.dropdown-contents a:HOVER {
    background: #859398 !important;
    background-color: rgb(133, 147, 152) !important;
}

body, .forumlist_grid .forum_description {
    color: #333333!important;
}

.reward-table .deleted, .reward-table .deleted .alt {
    background-color: #e59d9d !important;
    color: #c00!important;
}

.ajax-list-container tr.alt {
    background-color: #ffffff!important;
}

blockquote {
    color: #333333;
}

.profile-tabs h2 {
    background: #FFFFFF!important;
}

/* Incremental Review Modal — light scheme colours.
   Header/footer share the dialog surface (separated by hairlines) so there is no
   coloured "bar" at the top/bottom. Loaded in <head>, so it wins cleanly over the
   modal template's structural inline CSS. */
#incremental-review-modal .phpbb-modal-dialog {
    background-color: #ffffff;
}
#incremental-review-modal .phpbb-modal-header {
    border-bottom: 1px solid #e5e5e5;
}
#incremental-review-modal .phpbb-modal-header h2 {
    color: #333333;
}
#incremental-review-modal .phpbb-modal-close {
    color: #333333;
}
#incremental-review-modal .phpbb-modal-body {
    color: #333333;
}
#incremental-review-modal .phpbb-modal-footer {
    border-top: 1px solid #e5e5e5;
}
#incremental-review-modal dt label,
#incremental-review-modal label {
    color: #333333;
}
#incremental-review-modal #previous-rewards-section {
    background-color: #f7f7f9;
    border: 1px solid #e5e5e5;
}
#incremental-review-modal .previous-rewards-toggle a {
    color: #105289;
}
#incremental-review-modal .previous-rewards-toggle a:hover {
    color: #0f3f6b;
}
#incremental-review-modal .previous-rewards-group h4 {
    color: #333333;
}
