#ImgLoading {
    background-image: url(/static/images/ajax-loader2.gif);
}

#leaderboardbox > .loginbox, #latestthreads {
    background-image: url(/static/images/backgrounds/stripe_bg.jpg);
}

#newsheadlines, #headlinescontainer {
    background-image: url(/static/images/backgrounds/newstitlesbg.png);
}

#hspacer {
    background: linear-gradient(to right, #e8e4d9 0%, #f5f2e9 50%, #e8e4d9 100%);
}

#randomart, #cloudcontainer, #membercontainer, #quote {
    background-image: url(/static/images/backgrounds/stripe_bg.jpg);
}

#NavBar, #leaderboardbox_alt {
    background-color: #111;
    background-image: url(/static/images/backgrounds/navbg.png);
}

.morecontainer {
    border-radius: 10px 0 10px 0;
}

.threadcontainerheader {
    background: url(/static/images/backgrounds/threadhbg.jpg);
}

#latestthreads .threadicon {
    background: url(/static/images/icons/thread_hot_new.gif) no-repeat;
}

.lcorner {
    border-radius: 10px 0 10px 0;
}

.forumthread {
    background: transparent url(/static/images/icons/forumthread.gif) scroll left top no-repeat;
}

.forumthreaad2 {
    background: transparent url(/static/images/backgrounds/thread_hot_new.gif) scroll left top no-repeat;
}

table.listing > thead > td > span.sort {
    background-image: url(/static/images/icons/arrow_up.png);
}

table.listing > thead > td > span.desc {
    background-image: url(/static/images/icons/arrow_down.png);
}

.stabs > div.selected > a, .box > h3 {
    background-image: linear-gradient(to bottom, #d46565 0%, #a83e3e 100%);
}

.menu {
    background: linear-gradient(to bottom, #2a2a2a 0%, #111 100%);
}

.menu li.subsub > a {
    background: #1a1a1a;
}
/* background change on hover */
.menu li.sub:hover {
    background: linear-gradient(to bottom, #3a3a3a 0%, #1a1a1a 100%);
}
#HeaderContainer > .toprightmenucontainer > .trsearch > #hbtndown {
    background-image: url(/static/images/buttons/more-search.jpg);
}

#footer {
    background: linear-gradient(to bottom, #3a3a3a 0%, #282929 100%);
}
