/* -- CSS for editing controls -- */
/* -- last edit: 28 Jan 07 -- */


.admin .alt {
	background: #EFF2F4 url(../images/box-light-mid.gif) repeat-y scroll 0%;
}

/* -- site-wide buttons -- */
.admin-buttons {height: 30px; position: relative; top: -30px; margin-bottom: -30px;}
.admin .admin-buttons {top: 0; margin-bottom: 0;}
.entry .admin-buttons {top: -35px; margin-bottom: -30px;}
.admin-buttons .r, .admin-buttons .e, .admin-buttons .d {position: absolute; top: 0; right: 0; display: block; width: 79px; height: 30px; background: url(/images/manager/edit-buttons.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden;}
	.alt .admin-buttons .r, .alt .admin-buttons .e, .alt .admin-buttons .d {background-image: url(/images/manager/edit-buttons-blue.png);}
.admin-buttons .r {right: 158px;}
.admin-buttons .e {right: 79px;}
.admin-buttons .e {background-position: -79px 0;}
.admin-buttons .d {background-position: -158px 0;}
.admin-buttons .r:hover {background-position: 0 -29px;}
.admin-buttons .e:hover {background-position: -79px -29px;}
.admin-buttons .d:hover {background-position: -158px -29px;}


/* -- Comment edits -- */
.reply textarea {width: 346px; height: 100px;}
.reply div {position: relative;}
.reply label {width: 75px; display: block; float: left;}
.reply input {width: 200px;}
.reply input[type="submit"] {width: auto; margin: 10px auto;}
.reply .view {display: block; width: 16px; height: 17px; text-indent: -5000px; background: url(/images/manager/edit-view.png) no-repeat; position: absolute; top: 5px; left: 268px;}
.reply .view:hover {background-position: 0 -18px;}
