.thread_status {
	width: 25px;
	height: 25px;
}

.thread_status.dot_folder {
	background-image: url(../../../images/folder.gif);
  	height: 17px;
  	width: 20px;
  	float: left;
}

.thread_status.dot_hotfolder {
	background-image: url(../../../images/hotfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.dot_hotlockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.dot_lockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.dot_newfolder {
	background-image: url(../../../images/newfolder.gif);
  	height: 17px;
  	width: 20px;
  	float: left;
}

.thread_status.dot_newhotfolder {
	background-image: url(../../../images/hotfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.dot_newhotlockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.dot_newlockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.folder {
	background-image: url(../../../images/folder.gif);
  	height: 17px;
  	width: 20px;
  	float: left;
}

.thread_status.hotfolder {
	background-image: url(../../../images/hotfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.hotlockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.lockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.movefolder {
	background-image: url(../../../images/jump.png);
  	height: 16px;
  	width: 16px;
  	float: left;
}

.thread_status.newfolder {
	background-image: url(../../../images/newfolder.gif);
  	height: 17px;
  	width: 20px;
  	float: left;
}

.thread_status.newhotfolder {
	background-image: url(../../../images/hotfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.newhotlockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}

.thread_status.newlockfolder {
	background-image: url(../../../images/lockfolder.gif);
  	height: 15px;
  	width: 15px;
  	float: left;
}
		
		
		
		