/* Online image */
/*.online { background-image: url("./icon_user_online.gif"); }*/

.online .postprofile .profile-top {
	background: url(icon_user_online.gif) bottom center no-repeat;
    padding-bottom: 12px;
}

.imageset-btn {
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: inline-block;
}

.imageset-btn:hover {
	background-position: 50% 100%;
}

.action-bar .imageset-btn {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}

.imageset-btn.post-locked {
	background-image: url(button_topic_locked.gif);
	height: 21px;
	width: 65px;
}

.imageset-btn.post-new {
	background-image: url(button_topic_new.gif);
	height: 21px;
	width: 81px;
}

.imageset-btn.post-reply {
	background-image: url(button_topic_reply.gif);
	height: 21px;
	width: 81px;
}
