.thread_status {
	display: inline-block;
  	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.thread_status.dot_folder, .thread_status.dot_hotfolder, .thread_status.dot_hotlockfolder, .thread_status.dot_lockfolder, .thread_status.folder, .thread_status.hotfolder, .thread_status.hotlockfolder, .thread_status.lockfolder, .thread_status.movefolder {
        color: #444;
        position:relative;
}

.thread_status.dot_newfolder, .thread_status.dot_newhotfolder, .thread_status.dot_newhotlockfolder, .thread_status.dot_newlockfolder, .thread_status.newfolder, .thread_status.newhotfolder, .thread_status.newhotlockfolder, .thread_status.newlockfolder {
        color: #fff;
        position:relative;
}

.thread_status.dot_folder:before {
	position: absolute;
	background-position: 0 0;
	content: "\f007";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_hotfolder:before {
	position: absolute;
	background-position: 0 -20px;
	content: "\f007";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_hotlockfolder:before {
	position: absolute;
	background-position: 0 -40px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_lockfolder:before {
	position: absolute;
	background-position: 0 -60px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}


.thread_status.dot_newfolder:before {
	position: absolute;
	background-position: 0 -80px;
	content: "\f007";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newhotfolder:before {
	position: absolute;
	background-position: 0 -100px;
	content: "\f007";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newhotlockfolder:before {
	position: absolute;
	background-position: 0 -120px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newlockfolder:before {
	position: absolute;
	background-position: 0 -140px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.folder:before {
	position: absolute;
	background-position: 0 -160px;
	content: "\f07b";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.hotfolder:before {
	position: absolute;
	background-position: 0 -180px;
	content: "\f06d";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.hotlockfolder:before {
	position: absolute;
	background-position: 0 -200px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.lockfolder:before {
	position: absolute;
	background-position: 0 -220px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.movefolder:before {
	position: absolute;
	background-position: 0 -240px;
	content: "\f079";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newfolder:before {
	position: absolute;
	background-position: 0 -260px;
	content: "\f07b";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newhotfolder:before {
	position: absolute;
	background-position: 0 -280px;
	content: "\f06d";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newhotlockfolder:before {
	position: absolute;
	background-position: 0 -300px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newlockfolder:before {
	position: absolute;
	background-position: 0 -320px;
	content: "\f023";
	text-shadow: #000 0px 1px 1px;
	font-family: FontAwesome;
	font-size: 16px;
}


		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		