.moduleactions ul,
.moduleactions ul li {
	padding:0;
	margin:0;
	list-style:none;
}

.moduleactions a img,
.itemactions a img {
	border:none;
}

.modulepermissions {
	padding:2px;
	margin-bottom:5px;
	margin-right:2px;
}

.modulepermissions img {
	padding:0;
	margin:0;
	border:none;
}

/* Gets rid of the border applied to management icons */
/* If needed, add borders to images on a lower level */
img {
	border:none;
}

a.readmore {
	padding-left: 15px;
    background-image: url(../images/icons/readmore.gif);
    background-repeat: no-repeat;
}
a.readmore:hover {
	background-image: url(../images/icons/readmore.gif);
	background-repeat: no-repeat;
}

a.rsslink img {
	border: 0;
}
