
/* admin functions  */
div.comment-edit{
	position: relative;
	border: 1px solid #CCCCCC;
	/*background-color: #CCCCCC;*/
	/*width:80px;*/
	margin-top: 3px;
	/*padding: 1px;*/
}

div.comment-edit a.icon-edit{
	display: block;
	position: relative;
	left: 3px;
	background: url("icons/edit.gif") no-repeat;
	background-position: 1px 1px;
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
}
div.comment-edit a.icon-edit-user{
	display: block;
	position: absolute;
	left: 30px;
	top: 0px;
	background: url("icons/gotouser.gif") no-repeat;
	width: 20px;
	height: 16px;
	border: 1px solid transparent;
}

div.comment-edit a.icon-online{
	display: block;
	position: absolute;
	left: 60px;
	top: 0px;
	background: url("icons/online.gif") no-repeat;
	background-position: 1px 1px;
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
}
div.comment-edit a.icon-offline{
	display: block;
	position: absolute;
	left: 60px;
	top: 0px;
	background: url("icons/offline.gif") no-repeat;
	background-position: 1px 1px;
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
}

div.comment-edit a:hover, div.comment-edit a.selected{
	background-color: #EFEFEF;
	border: 1px solid #999999;
}

