/* Edit me for the highlight color */
.edit-comment-admin-links, .edit-comment-user-link {
	display: none;
}
.edit-comment-admin-links span, .edit-comment-user-link div {
	display: block;
	font-size: 12px;
	padding: 2px 0px;
	padding-left: 20px;
	float: left;
	margin-right: 10px;
	/*todo - clear:after? */
}
.clearfix:after { /* from http://blue-anvil.com/archives/experiments-with-floats-whats-the-best-method-of-clearance*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Begin Images */
.edit-comment-admin-links span.edit-comment, .edit-comment-user-link div.edit-comment {
	background:url(../images/edit.png) left center no-repeat;
}
.edit-comment-admin-links span.moderate-comment {
	background:url(../images/tag_red.png) left center no-repeat;
}
.edit-comment-admin-links span.approve-comment {
	background:url(../images/yes.png) left center no-repeat;
}
.edit-comment-admin-links span.delete-comment {
	background:url(../images/delete.png) left center no-repeat;
}
.edit-comment-admin-links span.spam-comment {
	background:url(../images/minus.png) left center no-repeat;
}
.edit-comment-admin-links a {
	text-decoration: none;
	padding: 2px 0;
}
/* Errors */
li.ajax-delete, div.ajax-delete { background: #F33; } /* todo Doesn't work for .alt comments */
li.ajax-approve, div.ajax-approve { background: #04cd33; }
li.ajax-unapprove, div.ajax-unapprove { background: #F96; }
/* User Interface */
.ajax-edit-time-left { /*I'm really creative with my names */

}