.macrocategorynew {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url('%themepath%images/icon_newfolder_faded.gif') no-repeat;
	cursor: pointer;
}

.macrocategorynew:hover {
	background-image: url('%themepath%images/icon_newfolder.gif');
}

.macroreplynew {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url('%themepath%images/icon_newchatballoon_dotted_faded.png') no-repeat;
	cursor: pointer;
}

.macroreplynew:hover {
	background-image: url('%themepath%images/icon_newchatballoon_dotted.png');
}

.macroreplysearch {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url('%themepath%images/icon_searchchatballoon_dotted_faded.png') no-repeat;
	cursor: pointer;
}

.macroreplysearch:hover {
	background-image: url('%themepath%images/icon_searchchatballoon_dotted.png');
}