html, body {
    color: #536482;
    background-color: #F5F7FA;
}
body {
    background-color: #F5F5F5;
}
.inputbox {
    border: 2px solid #d9d9d9;
}
.wrap, ul.forums, ul.topics, ul.forums, ul.topics {
    background-color: #FFF;
}
.dropdown .dropdown-contents, 
.forabg, .forumbg, .quick-links a, #page-body .button-search, #page-body .button-search-end, .search-header .button-search, .search-header .button-search-end, .inputbox, .search-box .inputbox:hover, .search-box .inputbox:focus {
    background: #EFEFEF;
}
li.row, ul.topiclist dd {
    border-color: #efefef;
}
li.row:hover {
    background-color: #fbfbfb;
}
.quick-links a:hover {
    background: #d3d3d3;

}
.quick-links a, .breadcrumbs .crumb a, ul.topiclist li, li.header dt, li.header dd, .forumbg .header a, .forabg .header a, th a {
    color: #6A6A6A;
}
a.forumtitle {

    color: #484848;
}
li.row strong {
    color: #000000;
}
.dropdown li, .dropdown li li {
    border-color: #DCDCDC;
}

.row-item .forumtitle:hover, .row-item .topictitle:hover, .row-item .lastsubject:hover, .row-item .subforum:hover, .row-item a.username:hover, .row-item a.username-coloured:hover {
    text-decoration: underline;
    color: black;
}
.bg1 {
    background-color: #F9F9F9;
}
.bg2 {
    background-color: #EFEFEF;
}
.panel {
    color: #28313F;
}
.search-box .inputbox, .search-box .inputbox:hover, .search-box .inputbox:focus {
    color: #626262;
}
.content {
    color: #333333;
}
.postbody {
    color: #333333;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote{
    background-color: #fff9dc;
    border-color: #d5bc4d;
    padding: 17px;
}
.codebox {
    background-color: #FFFFFF;
    border-color: #C9D2D8;
}
.postprofile strong {
    color: #000000;
}
.postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date {
    margin-bottom: 10px;
}
.postprofile {
    color: #666666;
    border-color: #CCCCCC;
}
.signature {
    border-color: #CCCCCC;
}
.icon.icon-blue, a:hover .icon.icon-blue {
    color: #196db5;
}
label {
    color: #425067;
}
.tabs .tab > a {
    color: #333333;
}
.tabs .tab > a:hover {
    background: #cdcdcd;
    color: #000000;
}
.panel-container .panel {
    background-color: #ffffff;
}
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
    color: #000000;
}
.navigation a {
    color: #333;
}
.navigation .active-subsection a {
    background: #d9d9d9;
    color: #000000;
}
.navigation a:hover {
    background: #4e4e4e;
    color: #ffffff;
}
.responsive-tab .responsive-tab-link:before {
    border-color: #010101;
}
.dropdown-contents a {
    color: #6a6c84;
}
table.table1 thead th {
    color: #6A6A6A;
}
table.table1 td {
    color: #536482;
}
fieldset.quick-login input.inputbox {
    background-color: #ffffff;
}
dl.details dt {
    color: #000000;
}
dl.details dd {
    color: #536482;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
    background-color: #dfdfdf;
    color: #000;
}
table .bg3 {
    background: #cbcbcb;
}
.dropdown-extended ul li:hover {
    background-color: #e9e9e9;
    color: #000000;
}
dl.mini dt {
    color: #000000;
}
li.tab.activetab a {
    color: #ffffff;
}

.dropdown-contents li a {
    color: #6a6c84!important;
}
::placeholder {
    color: #232323 !important;
   
   }

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.svg"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.svg"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.svg"); }
.global_read_locked_mine				{ background-image: url("./images/announce_read_locked_mine.svg"); }
.global_unread						{ background-image: url("./images/announce_unread.svg"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.svg"); }
.global_unread_locked					{ background-image: url("./images/announce_unread_locked.svg"); }
.global_unread_locked_mine				{ background-image: url("./images/announce_unread_locked_mine.svg"); }

.announce_read						{ background-image: url("./images/announce_read.svg"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.svg"); }
.announce_read_locked					{ background-image: url("./images/announce_read_locked.svg"); }
.announce_read_locked_mine				{ background-image: url("./images/announce_read_locked_mine.svg"); }
.announce_unread					{ background-image: url("./images/announce_unread.svg"); }
.announce_unread_mine					{ background-image: url("./images/announce_unread_mine.svg"); }
.announce_unread_locked					{ background-image: url("./images/announce_unread_locked.svg"); }
.announce_unread_locked_mine				{ background-image: url("./images/announce_unread_locked_mine.svg"); }

.forum_link						{ background-image: url("./images/forum_link.svg"); }
.forum_read						{ background-image: url("./images/forum_read.svg"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.svg"); }
.forum_read_subforum					{ background-image: url("./images/forum_read_subforum.svg"); }
.forum_unread						{ background-image: url("./images/forum_unread.svg"); }
.forum_unread_locked					{ background-image: url("./images/forum_unread_locked.svg"); }
.forum_unread_subforum					{ background-image: url("./images/forum_unread_subforum.svg"); }

.sticky_read						{ background-image: url("./images/sticky_read.svg"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.svg"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.svg"); }
.sticky_read_locked_mine				{ background-image: url("./images/sticky_read_locked_mine.svg"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.svg"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.svg"); }
.sticky_unread_locked					{ background-image: url("./images/sticky_unread_locked.svg"); }
.sticky_unread_locked_mine				{ background-image: url("./images/sticky_unread_locked_mine.svg"); }

.topic_moved						{ background-image: url("./images/topic_moved.svg"); }
.pm_read,
.topic_read						{ background-image: url("./images/topic_read.svg"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.svg"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.svg"); }
.topic_read_hot_mine					{ background-image: url("./images/topic_read_hot_mine.svg"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.svg"); }
.topic_read_locked_mine					{ background-image: url("./images/topic_read_locked_mine.svg"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.svg"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.svg"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.svg"); }
.topic_unread_hot_mine					{ background-image: url("./images/topic_unread_hot_mine.svg"); }
.topic_unread_locked					{ background-image: url("./images/topic_unread_locked.svg"); }
.topic_unread_locked_mine				{ background-image: url("./images/topic_unread_locked_mine.svg"); }

