.thread_status {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url(../../../images/folders_sprite.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background-image: url(../../../images/revenge/light/dots/read.png);
}

.thread_status.dot_hotfolder {
	background-image: url(../../../images/revenge/light/dots/read.png);
}

.thread_status.dot_hotlockfolder {
	background-image: url(../../../images/revenge/light/dots/closed.png);
}

.thread_status.dot_lockfolder {
	background-image: url(../../../images/revenge/light/dots/closed.png);
}

.thread_status.dot_newfolder {
	background-image: url(../../../images/revenge/light/dots/unread.png);
}

.thread_status.dot_newhotfolder {
	background-image: url(../../../images/revenge/light/dots/unread.png);
}

.thread_status.dot_newhotlockfolder {
	background-image: url(../../../images/revenge/light/dots/closed_new.png);
}

.thread_status.dot_newlockfolder {
	background-image: url(../../../images/revenge/light/dots/closed_new.png);
}

.thread_status.folder {
	background-image: url(../../../images/revenge/light/dots/read.png);
}

.thread_status.hotfolder {
	background-image: url(../../../images/revenge/light/dots/read.png);
}

.thread_status.hotlockfolder {
	background-image: url(../../../images/revenge/light/dots/closed.png);
}

.thread_status.lockfolder {
	background-image: url(../../../images/revenge/light/dots/closed.png);
}

.thread_status.movefolder {
	background-image: url(../../../images/revenge/light/dots/read.png);
}

.thread_status.newfolder {
	background-image: url(../../../images/revenge/light/dots/unread.png);
}

.thread_status.newhotfolder {
	background-image: url(../../../images/revenge/light/dots/unread.png);
}

.thread_status.newhotlockfolder {
	background-image: url(../../../images/revenge/light/dots/closed_new.png);
}

.thread_status.newlockfolder {
	background-image: url(../../../images/revenge/light/dots/closed_new.png);
}		