/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/imageset/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/imageset/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/imageset/announce_read.png"); }
.global_read_locked_mine			{ background-image: url("./images/imageset/announce_read_mine.png"); }
.global_unread						{ background-image: url("./images/imageset/announce_unread.png"); }
.global_unread_mine					{ background-image: url("./images/imageset/announce_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/imageset/announce_unread.png"); }
.global_unread_locked_mine			{ background-image: url("./images/imageset/announce_unread_mine.png"); }

.announce_read						{ background-image: url("./images/imageset/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/imageset/announce_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/imageset/announce_read.png"); }
.announce_read_locked_mine			{ background-image: url("./images/imageset/announce_read_mine.png"); }
.announce_unread					{ background-image: url("./images/imageset/announce_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/imageset/announce_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/imageset/announce_unread.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/imageset/announce_unread_mine.png"); }

.forum_link							{ background-image: url("./images/imageset/forum_link.png"); }
.forum_read							{ background-image: url("./images/imageset/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/imageset/forum_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/imageset/forum_read.png"); }
.forum_unread						{ background-image: url("./images/imageset/forum_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/imageset/forum_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/imageset/forum_unread.png"); }

.sticky_read						{ background-image: url("./images/imageset/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/imageset/sticky_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/imageset/sticky_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/imageset/sticky_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/imageset/sticky_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/imageset/sticky_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/imageset/sticky_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/imageset/sticky_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/imageset/topic_moved.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/imageset/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/imageset/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/imageset/topic_read_hot.png"); }
.topic_read_hot_mine				{ background-image: url("./images/imageset/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/imageset/topic_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/imageset/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/imageset/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/imageset/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/imageset/topic_unread_hot.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/imageset/topic_unread_hot_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/imageset/topic_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/imageset/topic_unread_locked_mine.png"); }