.thread_status {
  width: 22px;
  height:23px;
	display: inline-block;
}

.thread_status.dot_folder {
    background: url(../../../images/betax/dot_folder.png) no-repeat 0;
}

.thread_status.dot_hotfolder {
    background: url(../../../images/betax/dot_hotfolder.png) no-repeat 0;
}

.thread_status.dot_hotclosefolder {
    background: url(../../../images/betax/dot_hotlockfolder.png) no-repeat 0;
}

.thread_status.dot_closefolder {
    background: url(../../../images/betax/dot_lockfolder.png) no-repeat 0;
}

.thread_status.dot_newfolder {
    background: url(../../../images/betax/dot_newfolder.png) no-repeat 0;
}

.thread_status.dot_newhotfolder {
    background: url(../../../images/betax/dot_newhotfolder.png) no-repeat 0;
}

.thread_status.dot_newhotclosefolder {
    background: url(../../../images/betax/dot_newhotlockfolder.png) no-repeat 0;
}

.thread_status.dot_newclosefolder {
    background: url(../../../images/betax/dot_newlockfolder.png) no-repeat 0;
}

.thread_status.folder {
    background: url(../../../images/betax/folder.png) no-repeat 0;
}

.thread_status.hotfolder {
    background: url(../../../images/betax/hotfolder.png) no-repeat 0;
}

.thread_status.hotclosefolder {
    background: url(../../../images/betax/hotlockfolder.png) no-repeat 0;
}

.thread_status.closefolder {
    background: url(../../../images/betax/lockfolder.png) no-repeat 0;
}

.thread_status.movefolder {
    background: url(../../../images/betax/movefolder.png) no-repeat 0;
}

.thread_status.newfolder {
    background: url(../../../images/betax/newfolder.png) no-repeat 0;
}

.thread_status.newhotfolder {
    background: url(../../../images/betax/newhotfolder.png) no-repeat 0;
}

.thread_status.newhotclosefolder {
    background: url(../../../images/betax/newhotlockfolder.png) no-repeat 0;
}

.thread_status.newclosefolder {
    background: url(../../../images/betax/newlockfolder.png) no-repeat 0;
}