.thread_status {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.thread_status.dot_folder {
	background: url(../../../images/genjero/icon/icon_read_mine.svg) no-repeat center;
}

.thread_status.dot_hotfolder {
	background: url(../../../images/genjero/icon/icon_read_hot_mine.svg) no-repeat center;
}

.thread_status.dot_hotclosefolder {
	background: url(../../../images/genjero/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.dot_closefolder {
	background: url(../../../images/genjero/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.dot_lockfolder {
	background: url(../../../images/genjero/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.dot_newfolder {
	background: url(../../../images/genjero/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.dot_newhotfolder {
	background: url(../../../images/genjero/icon/icon_unread_hot_mine.svg) no-repeat center;
}

.thread_status.dot_newhotclosefolder {
	background: url(../../../images/genjero/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.dot_newclosefolder {
	background: url(../../../images/genjero/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.folder {
	background: url(../../../images/genjero/icon/icon_read_mine.svg) no-repeat center;
}

.thread_status.hotfolder {
	background: url(../../../images/genjero/icon/icon_read_hot_mine.svg) no-repeat center;
}

.thread_status.hotclosefolder {
	background: url(../../../images/genjero/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.closefolder {
	background: url(../../../images/genjero/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.movefolder {
	background: url(../../../images/genjero/icon/icon_read_link.svg) no-repeat center;
}

.thread_status.newfolder {
	background: url(../../../images/genjero/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.newhotfolder {
	background: url(../../../images/genjero/icon/icon_unread_hot_mine.svg) no-repeat center;
}

.thread_status.newhotclosefolder {
	background: url(../../../images/genjero/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.newclosefolder {
	background: url(../../../images/genjero/icon/icon_unread_mine.svg) no-repeat center;
}
		
		
		