.thread_status {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 22px;
	background-image: url(../../../images/jvt/foldersjv.png);
	background-repeat: no-repeat;
}
	
.forumdisplay_sticky {
  background: -webkit-linear-gradient(#f0dffd, #f0dffd, #f0dffd, #e2d2ee) !important;
  background: -o-linear-gradient(#f0dffd, #f0dffd, #f0dffd, #e2d2ee) !important; 
  background: -moz-linear-gradient(#f0dffd, #f0dffd, #f0dffd, #e2d2ee) !important;
  background: linear-gradient(#f0dffd, #f0dffd, #f0dffd, #e2d2ee) !important;
}

.thread_status.dot_folder {
	background-position: 0 0px;
}

.thread_status.dot_hotfolder {
	background-position: 0 -30px;
}

.thread_status.dot_hotlockfolder {
	background-position: 0 -60px;
}

.thread_status.dot_lockfolder {
	background-position: 0 -90px;
}

.thread_status.dot_newfolder {
	background-position: 0 -120px;
}

.thread_status.dot_newhotfolder {
	background-position: 0 -150px;
}

.thread_status.dot_newhotlockfolder {
	background-position: 0 -180px;
}

.thread_status.dot_newlockfolder {
	background-position: 0 -210px;
}

.thread_status.folder {
	background-position: 0 -240px;
}

.thread_status.hotfolder {
	background-position: 0 -270px;
}

.thread_status.hotlockfolder {
	background-position: 0 -300px;
}

.thread_status.lockfolder {
	background-position: 0 -330px;
}

.thread_status.movefolder {
	background-position: 0 -360px;
}

.thread_status.newfolder {
	background-position: 0 -390px;
}

.thread_status.newhotfolder {
	background-position: 0 -420px;
}

.thread_status.newhotlockfolder {
	background-position: 0 -450px;
}

.thread_status.newlockfolder {
	background-position: 0 -480px;
}
		