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