Html вверх
Иконка "Нет новых сообщений"

Код:
<style type="text/css"> Div.icon {
background-image : url(ссылка);
background-repeat: no-repeat;
}
</style>

Иконка "Новое сообщение"

Код:
<style type="text/css">TR.inew Div.icon {
background-image : url(ссылка);
background-repeat: no-repeat;
}
</style>

Иконка "Выделенная тема"

Код:
 <style type="text/css">TR.isticky Div.icon {
background-image : url(ссылка);
background-repeat: no-repeat;
}
</style>

Иконка "Закрытая тема"

Код:
<style type="text/css"> TR.iclosed Div.icon {
background-image : url(ссылка);
background-repeat: no-repeat;
}
</style>

Иконка "Перенесенная тема"

Код:
<style type="text/css"> TR.iredirect Div.icon {
background-image : url(ссылка);
background-repeat: no-repeat;
}
</style>