.admindiv
{
	padding:10px;
}

.deletebutton
{
	border:none;
	background: url(images/delete.gif) 0 0 no-repeat;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:14px;
	right:10px;
}
.plusbutton
{
	border:none;
	background: url(images/plus.gif) 0 0 no-repeat;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:14px;
	right:10px;
}
.replybutton
{
	border:none;
	background: url(images/reply.gif) 0 0 no-repeat;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:14px;
	right:10px;
}
.minusbutton
{
	border:none;
	background: url(images/minus.gif) 0 0 no-repeat;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:14px;
	right:10px;
}
.microbloglist
{

}
.microblogrow
{
	text-align:left;
	background-color: #ededed;
	padding: 10px;
	margin: 10px;
}
.microblogrow td
{
	border-top: 5px solid #ffffff;
}
.microblogrow td:hover
{
	background:#F6F6F6;
}
.htavatar
{
	float:left;
	padding:10px
}
