.htbutton
{
	background: url(images/buttonbg.png) center repeat-x;
	border:thin solid #DADADA;
	-moz-border-radius:3px;
	padding:2px 5px;
	color:#000;
	cursor:pointer;
}
.htbutton:hover
{
	background: url(images/buttonbg.png) bottom repeat-x;
	color:#777;
	border:thin solid #C8C8C8;
}
.panelbuttons
{
	float:right;
	padding:1px;
}
.twitterbutton
{
	border:none;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:5px;
}
.facebookbutton
{
	border:none;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:5px;
}

.deletebutton
{
	border:none;
	cursor:pointer;
	color:red;
	font-size:9px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background:none;
}
.plusbutton
{
	border:none;
	cursor:pointer;
	color:green;
	font-size:9px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background:none;
}
.replybutton
{
	border:none;
	cursor:pointer;
	font-size:9px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background:none;
}
.minusbutton
{
	border:none;
	cursor:pointer;
	color:red;
	font-size:9px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background:none;
}
.ponitsdiv
{
	font-size:9px;
}
.htseperator
{
	padding:0 2px;
}
.blogclass
{
	padding:5px 0;
}
.iconpanel
{
	float:right;
}
.morebutton
{

}
#search_box
{

}
.search_button
{
	background: url(images/nav_search_submit.png) center no-repeat;
	border:none;
	width:28px;
	height:24px;
	cursor:pointer;
}
.search_button:hover
{
	background: url(images/nav_search_submit.png) bottom no-repeat;
}
.microbloglist
{

}
.microblogrow
{
	text-align:left;
}
.microblogrow td
{
	border-top:thin dotted #C3C3C3;
}
.microblogrow td:hover
{
	background:#F6F6F6;
}
.htavatar
{
	float:left;
	padding:10px
}
.topmenu
{
	list-style-type:none;
	clear:both;
	border:thin solid red;
}
#htwrapper
{
	width:100%;
}
#leftpanel
{
	width:68%;
	float:left;
	padding-right:5px;
	border-right:thin solid #A2A2A2;

}
#leftpanelfull
{
	width:100%;
	float:left;
	padding-right:5px;
}
#rightpanel
{
	width:29%;
	padding: 5px 5px 20px;
	float:right;
}
.htclr
{
	clear:both;
}
.httitle
{
	font-size:16px;
	font-weight:bold;
}
.hteditform
{
	padding:10px;
}
.follow
{
	float:right;
}
#topavatartab
{
	border-top:2px solid #DFDFDF;
	border-bottom:2px solid #DFDFDF;
	padding:0 5px;
	margin:5px 0;
	background:#F6F6F6;
}
.followlistings
{
	border-bottom:thin dotted #DFDFDF;
}
.followlisting
{
	border-top:thin dotted #DFDFDF;
}
.htclr
{
	clear:both;
}
.httopmenu
{
	width:auto;
	margin:0px auto 5px;
}
.httopmenu td
{
	padding:5px 5px 5px 27px;
}
#htpublichome{ background: url(images/publichome.png) center left no-repeat; }
#htmyhome{ background: url(images/myhome.png) center left no-repeat; }
#htmyfriends{ background: url(images/myfriends.png) center left no-repeat; }
#htmyupdates{ background: url(images/myupdates.png) center left no-repeat; }
#hteditprofile{ background: url(images/settings.png) center left no-repeat; }
#hidden
{
	display:none;
}
