.thread_status {
	display: inline-block;
	width: 31px;
	height: 8px;
	background-image: url(../../../images/folders_sprite.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.dot_hotfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.dot_hotlockfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.dot_lockfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.dot_newfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.dot_newhotfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.dot_newhotlockfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.dot_newlockfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.folder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.hotfolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.hotlockfolder {
	background-position: 0 -14px;
}

.thread_status.lockfolder {
	background-position: 0 -14px;
}

.thread_status.movefolder {
	background-image: none;
	height: 0;
	width: 0;
}

.thread_status.newfolder {
	background-position: 0 -3px;
	width: 17px;
}

.thread_status.newhotfolder {
	background-position: 0 -3px;
	width: 17px;
}

.thread_status.newhotlockfolder {
	background-position: 0 -14px;
}

.thread_status.newlockfolder {
	background-position: 0 -14px;
}
		