
#wall_container
{
	text-align:left;
	background-color:#FFFFFF;
	width:100%;
	font-size:16px;
}
#update
{

}

#content
{
margin-top:10px;
}

/* status body */

.stbody
{
	margin-bottom:10px;
	overflow:auto;
	position:relative;
}
.stimg {
    float: left;
}
.sttext {
    margin-left: 50px;
    min-height: 50px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 10px 30px 5px 20px;
    display: block;
    border-radius: 50px;
    line-height: 20px;
    background-color: #f0f2f5;
}
.sttext:hover .stdelete, .stcommenttext:hover .stcommentdelete{
	display:block;
}
.stcommenttext:hover .stdelete{
	display:none !important;
}
.sttext b, .stcommenttext b, .sttext b a, .stcommenttext b a
{
color:#18538C !important;
}

.sttime
{
font-size:13px;
color:#999;
margin-top:5px;
}
.stdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
}
#stexpandbox
{
margin-top:10px;
}
#stexpandbox img
{
border:solid 1px #dedede;
padding:3px;
}
/* Comment */
.stcommentbody
{
padding:5px;
overflow:auto;
}
.stcommentimg
{
	float:left;
}
.stcommenttext {
    min-height: 40px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 5px;
    display: block;
}

.stcommenttime
{
font-size:11px;
color:#999;
font-family:Arial, Helvetica, sans-serif;
margin-top:5px;
}
.stcommentdelete 
{
font-weight:bold;
float:right;
cursor:pointer;

}
.stcommentdelete, .stdelete 
{
	background:url("icon_del.png") no-repeat scroll 0 0 transparent;	
	width:15px;
	height:16px;
	display:none;
	position:absolute;
	right:20px;
	
}
.stcommentdelete:hover, .stdelete:hover{
	background:url("icon_del_h.png") no-repeat scroll 0 0 transparent;	
	text-decoration:none;	
}
.commentupdate
{
}
.comment
{
}
/* faceb image*/

.big_face,
.small_face {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
#flashmessage
{
height:15px;
margin-top:10px;
font-size:11px;
color:#333;

}


/********************/
.commentcontainer .data{ padding:10px; min-height:120px; }
.commentcontainer .pagination ul li.inactive,
.commentcontainer .pagination ul li.inactive:hover{
	color:#bababa;
	cursor: default;
	background:none;
}
.commentcontainer .data ul li{
	list-style: none;
	font-family: verdana;
	margin: 5px 0 5px 0;
	color: #000;
	font-size: 13px;
}

.commentcontainer .pagination{
	width: 400px;
	height: 25px;
	padding:10px;
}
.commentcontainer .pagination ul li{
	color: #333333;
    float: left;
    font-family: arial;
    font-size: 13px;
    list-style: none outside none;
    margin: 0 3px;
    padding: 2px 6px;
}
.commentcontainer .pagination ul li:hover{
	color: #ff6600;
	cursor: pointer;
}

.comment_button {
    display: inline-block;
    border: none;
    outline: none;
    background: #a64499;
    background: -webkit-gradient(left top, right top, color-stop(0%, #a64499), color-stop(98%, #f7abaf), color-stop(100%, #f7abaf));
    background: -webkit-gradient(linear, left top, right top, from(#a64499), color-stop(98%, #ff7c81), to(#ff7c81));
    background: linear-gradient(to right, #a64499 0%, #f7abaf 98%, #f7abaf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
    color: #FFFFFF !important;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 28px;
    padding: 6px 20px;
    position: relative;
}

.sttext a{ color:#18538C;}
.sttext .c-a{font-weight:500;}
.commentopen {
    color: #333333 !important;
    font-weight: 500;
}

._CharsUpdateWall {
    float: right;
    color: #999;
}
