.thread_status {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(../../../images/folders_sprite.png);
    background-repeat: no-repeat;
}

.thread_status.dot_folder {
    height: 75px;
    width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.dot_hotfolder {
    height: 75px;
    width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.dot_hotclosefolder {
    height: 75px;
    width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.dot_closefolder {
    height: 75px;
    width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.dot_newfolder {
    height: 75px;
    width: 75px;
    background:url(/images/itwNeu.png);
}

.thread_status.dot_newhotfolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwNeu.png);
}

.thread_status.dot_newhotclosefolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwNeu.png);
}

.thread_status.dot_newclosefolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwNeu.png);
}

.thread_status.folder {
            height: 75px;
        width: 75px;
    background:url(/images/itwAlt.png);	
}

.thread_status.hotfolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.hotclosefolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.closefolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.movefolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwAlt.png);
}

.thread_status.newfolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwNeu.png);
}

.thread_status.newhotfolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwNeu.png);
}

.thread_status.newhotclosefolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwNeu.png);
}

.thread_status.newclosefolder {
            height: 75px;
        width: 75px;
    background:url(/images/itwNeu.png);
}