/* Edit me for the highlight color */

.editableAuthor, .editableComment, .editableAuthor a:hover {
 color: black;
 background-color: #B5D5FF;
}

/* Edit me for the textarea shown when editing a comment */
.textComment textarea {
	width: 100%;
	height: 100px;
	border: 0;
	color: #CCCCCC;
	background-color: #2C2C2C;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif; }
/* 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 {
	border: 0;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	color: #CCCCCC;
	background-color: #2C2C2C;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ajax-save-buttons input {
	border: 0;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	color: #CCCCCC;
	background-color: #0E0E0E;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.peter {
	border: 0;
	margin: 0 10px 10px 0;
	padding-left: 12px;
	padding-right: 12px;
	color: #CCCCCC;
	background-color: #2C2C2C;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*.ajaxApproveLinks{}

span.ajax-admin-edit-links {} */

.ajaxEdit {
	margin-top: 5px;
	margin-bottom: 15px;
}

.ajaxEdit input {
	width: 240px;
	border: 0;
	margin: 0 10px 0 0;
	padding-left: 12px;
	padding-right: 12px;
	color: #CCCCCC;
	background-color: #2C2C2C;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*Edit me for the message that shows up to a user(non admin) when leaving a comment */
.ajax-edit {
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding: 5px;
}

.ajax-edit .ajax-timer {
	font-size: small;
}

input.ajax-error { border: 3px solid #966; }

textarea.ajax-error, li.ajax-error { background: #966; }