/* 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;
}
/* 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; }
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 */

}
.editableAuthor, .editableComment{
 color: #000;
 background-color: #ffffd3;
 }
.editAuthor { background-color: transparent; background-image: none; display: inline; margin: 0; padding: 0; border: 0; clear: none;}
/* Edit me for the textarea shown when editing a comment */
.textComment textarea { width: 90%; height: 100px; }
/* Edit me for the div that contains the comment */
.editComment, .editableComment, .textComment{ /*clear: both;*/ }
/* various CSS classes you can edit if you really want to
.ajaxSaveButtons { }
.textAuthor { }
.ajaxApproveLinks{}
span.ajax-admin-edit-links {}
*/

/*Edit me for the message that shows up to a user(non admin) when leaving a comment */
.ajax-edit { font-size: 1em; font-style: italic; background-color: #333; color: #fff; padding: 5px; font-weight: bold;}
.ajax-edit .ajax-timer { font-size: 0.8em; color: #FFCC66; }
input.ajax-error { border: 3px solid #966; }
textarea.ajax-error, li.ajax-error { background: #966; }