#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-image: url(/static/images/spacers/newsspacer.gif);
}

#scanspacer {
    background: url(/static/images/spacers/scanlationspacer.png);
}

#transspacer {
    background: url(/static/images/spacers/translationspacer.png);
}

#discspacer {
    background: url(/static/images/spacers/discussionspacer.png);
}

#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 {
    background: transparent url(/static/images/backgrounds/roundcornerbright.gif) bottom right no-repeat scroll;
}

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

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

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

.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: url(/static/images/backgrounds/blue-gradient.png);
    background-repeat: repeat-x;
}

.menu {
    background-color: #111;
    background-image: url(/static/images/backgrounds/toptabbg1.jpg);
}

.menu li.subsub > a {
    background-image: url(/static/images/backgrounds/menu2bg.jpg);
}
/* background change on hover */
.menu li.sub:hover {
    background-image: url(/static/images/backgrounds/toptabbg2.jpg);
}
#HeaderContainer > .toprightmenucontainer > .trsearch > #hbtndown {
    background-image: url(/static/images/buttons/more-search.jpg);
}

#footer {
    background: url(/static/images/backgrounds/footerbg.png) #282929 repeat-x;
}

input[type="button"],
input[type="submit"],
a.button {
    background: url(/static/images/backgrounds/generic_button.png) #e9e9e9 repeat-x top left;
}