/* Added by pratibha for member card on 16-6-2011*/
.Cardcontent{
	float:left;
	width:290px;	
	background:#525252;
	padding-bottom:15px;
}
.CardMemInfo{
	margin:11px 10px 11px 12px;
	/* min-height added by swati to solve the prbl - when there is no detials of member then site comm frame was overlapping the top post comment form */
	min-height: 90px; 
}
.CardmemPhoto{
	float:left;
	border:3px solid #6f6f6f;	
	margin:0 11px 0 0;
}
.CardmemName{
	padding:0 0 8px 0;
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#FFF;	
}
.Carduserbtn1 {text-shadow: none; float: left; padding-right:0 5px 0 0; margin:10px 0 0 0; text-align: center; vertical-align:top}
/*.Carduserbtn1 a {display: block; color: #000; text-shadow: 1px 1px 1px #eee; font-size: 11px; width: 80px; background: #ccc url(../../img/bg_btn_grey_sml.png) repeat-x top; border: 1px solid #000; padding: 5px 0; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px;}
.Carduserbtn1 a:hover {color: #fff; background: #eee url(../../img/bg_btn_grey_sml.png) 0 -30px; text-shadow: none;}*/
.Carduserbtn1 a {display: block; color: #FFF; font-size: 11px; width: 80px; background: #ccc url(../../img/bg_btn_grey_sml.png) repeat-x top; border: 1px solid #000; padding: 5px 0; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px;}
.Carduserbtn1 a:hover {color: #fff; background: #eee url(../../img/bg_btn_grey_sml.png) 0 -30px; text-shadow: none;}

.socialNet{
	float:right;
	margin:4px 0 0 0;
	padding:0;
	width:165px;
	padding-right:10px;
}
.socialNet li{
	list-style:none;
	float:left;
}
.socialNet li img{
	margin:7px 5px 0 0;	
}
.badge{
	background:url(../../img/bag.gif) no-repeat left top;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	width:25px;
	height:25px;
	display:inline-block;	
	color:#FFF;
}
.badge-txt{
	font-size:13px;	
	color:#FFF;
}
/* Added by pratibha for member card on 16-6-2011*/
