.thread_status {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background-image: url(../../../images/meadow/thread_off.png);
	background-position: 0 0;
}

.thread_status.dot_hotfolder {
	background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.dot_hotlockfolder {
		background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.dot_lockfolder {
		background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.dot_newfolder {
		background-image: url(../../../images/meadow/thread_on.png);
}

.thread_status.dot_newhotfolder {
		background-image: url(../../../images/meadow/thread_on.png);
}

.thread_status.dot_newhotlockfolder {
		background-image: url(../../../images/meadow/thread_on.png);
}

.thread_status.dot_newlockfolder {
		background-image: url(../../../images/meadow/thread_on.png);
}

.thread_status.folder {
		background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.hotfolder {
		background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.hotlockfolder {
	background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.lockfolder {
	background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.movefolder {
	background-image: url(../../../images/meadow/thread_off.png);
}

.thread_status.newfolder {
	background-image: url(../../../images/meadow/thread_on.png);
}

.thread_status.newhotfolder {
	background-image: url(../../../images/meadow/thread_on.png);
}

.thread_status.newhotlockfolder {
	background-image: url(../../../images/meadow/thread_on.png);
}

.thread_status.newlockfolder {
	background-image: url(../../../images/meadow/thread_on.png);
}