/*Ubot toggle icon*/

.topic .ubot { float: left; }
.topic .ubot a { background: transparent url(../images/icons.gif) no-repeat scroll 0 -250px; display: block; height: 10px; width: 10px; }
.topic .ubot a:hover { background: transparent url(../images/icons.gif) no-repeat scroll -10px -250px; }
.topic .ubot.active a { background: transparent url(../images/icons.gif) no-repeat scroll -10px -250px; }

/*New topics*/
span.newpost { color: green; }
.menu li span.user { color: red; }
