Hallo weiß jemand wie man in Agora Forum das "Post" icon verändern kann?
Hier auf dem Bild sehr ihr das ich diese Briefumschlag Icons meine.


ich möchte in jedem bereich unterschiedliche icon habe. in der datei pyxes kann man das ändern aber dann sind alle icons im forum gleich.
Hier der code

---------------------------------------------------
************************************************** ***************/
/* 5. POST STATUS INDICATORS */
/************************************************/
DIV.icon {background:url(img/Pyxes/icon.gif) no-repeat;FLOAT: left;MARGIN-TOP: 0.4em;MARGIN-right: 0.4em;DISPLAY: block; width:35px; height:32px; margin-left:2px;}
DIV.inew {background:url(img/Pyxes/icon_new.gif) no-repeat;}
TR.isticky DIV.icon {background:url(img/Pyxes/folder_sticky.gif) no-repeat;}
TR.isticky DIV.inew {background:url(img/Pyxes/folder_sticky.gif) no-repeat;}
TR.iclosed DIV.icon {background:url(img/Pyxes/topic_lock.gif) no-repeat;}
TR.iredirect DIV.icon {background:url(img/Pyxes/lastpost.gif) no-repeat;}
TR.inew { background-color:#FFFFCC;}
DIV.searchposts DIV.icon {MARGIN-LEFT: 0}
/* Class .tclcon is a div inside the first column of tables with post indicators. The margin creates space for the post status indicator */
TD DIV.tclcon {MARGIN-LEFT: 2.75em}
TD DIV.tclcon p {MARGIN-bottom: -1em;}
/************************************************/
/*header*/
#brdheader{ border:none; text-align:left;padding-bottom:0px;}
#brdheader .conr{ border:none; text-align:right;padding-bottom:10px; height:30px; margin-top:0px;}
.brdheader ul{}
#brdheader .box{ background-color:#FFFFFF}
---------------------------------------------------------------------------