.thread_status {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/images/seoulnights/forum_icon_sprite.png);
	background-repeat: no-repeat;
	border: 5px solid #f7f7f7;
	margin-left:10px;
}

.thread_status.dot_folder {
	background-position: 0 -220px;
}

.thread_status.dot_hotfolder {
	background-position: 0 -220px;
}

.thread_status.dot_hotclosefolder {
	background-position: 0 -40px;
}

.thread_status.dot_closefolder {
	background-position: 0 -220px;
}

.thread_status.dot_newfolder {
	background-position:-20px -40px
}

.thread_status.dot_newhotfolder {
	background-position:-20px -40px
}

.thread_status.dot_newhotclosefolder {
	background-position:-20px -40px
}

.thread_status.dot_newclosefolder {
	background-position:-20px -40px
}

.thread_status.folder {
	background-position: 0 -220px;
}

.thread_status.hotfolder {
	background-position: 0 -220px;
}

.thread_status.hotclosefolder {
	background-position: 0 -200px;
}

.thread_status.closefolder {
	background-position: 0 -220px;
}

.thread_status.movefolder {
	background-position: 0 -240px;
}

.thread_status.newfolder {
	background-position:-20px -40px
}

.thread_status.newhotfolder {
	background-position:-20px -40px
}

.thread_status.newhotclosefolder {
	background-position:-20px -40px
}

.thread_status.newclosefolder {
	background-position:-20px -40px
}
		