.standard_user_img_container,
.standard_user_img_container2,
.standard_card_img_container
{
	border:0px;
	border-right:1px solid #E6E6E6; 
	border-bottom:1px solid #E6E6E6; 
	display:block;
	padding:0px 1px 1px 0px;
	width:47px;
	height:47px;
}

.standard_user_img_container img
{
	width:46px;
	height:46px;
	border:0px;
}
.standard_user_img_container2
{
	width:31px;
	height:31px;
}

.standard_user_img_container2 img
{
	width:30px;
	height:30px;
	border:0px;
}
.standard_card_img_container
{
	width:62px;
	height:47px;
}
.standard_card_img_container img
{
	width:61px;
	height:46px;
	border:0px;
}

.feed_arrow1 
{
	position:absolute;
	background-image:url(../img/feed_arrow1.gif);
	width:9px;
	height:9px;
	z-index:100;
}
.feed_arrow2 
{
	position:absolute;
	background-image:url(../img/feed_arrow2.gif);
	width:8px;
	height:13px;
	z-index:101;
}

.button_join
{
	width:80px;
	height:21px;
	line-height:21px;
	padding-left:22px;
	background-image:url(../img/feed_buttons.gif);
	background-position:0px 0px;
	position:absolute;
	text-decoration:none;
	color:#FF6A00;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
}

/************************** standard feed formating ***********************/
.a_feed
{
	color:#6F6F6F;
	margin:10px;
	border-bottom:1px dashed #CCCCCC;
}
.a_feed a
{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
.a_feed a:hover
{
	text-decoration:underline;
}

.a_feed .time_diff
{
	position:absolute;
	bottom:1px;
	right:1px;
	font-size:10px;
	color:#B2B2B2;
	line-height:12px;
}

/************************** feed create account ************************************/
.feed_create_account
{
	height:70px;
	line-height:70px;
	position:relative;
	background-image:url(../img/f_icon_user.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.feed_create_account .standard_user_img_container
{
	margin:10px;
	float:left;
}
/**************************************************************************/
/************************** feed login ************************************/
.feed_login
{
	height:70px;
	line-height:70px;
	position:relative;
	background-image:url(../img/f_icon_user.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.feed_login .standard_user_img_container
{
	margin:10px;
	float:left;
}
/**************************************************************************/
/************************** feed logout ************************************/
.feed_logout
{
	height:70px;
	line-height:70px;
	position:relative;
	background-image:url(../img/f_icon_user.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.feed_logout .standard_user_img_container
{
	margin:10px;
	float:left;
}
/************************** join group ************************************/
.group_join
{
	height:70px;
	line-height:70px;
	position:relative;
	background-image:url(../img/f_icon_join.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.group_join .standard_user_img_container
{
	margin:10px;
	float:left;
}
.group_join .button_join
{
	right:10px;
	top:30px;
}
/************************** create group ************************************/
.group_create
{
	height:70px;
	line-height:70px;
	position:relative;
	background-image:url(../img/f_icon_group_create.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.group_create .standard_user_img_container
{
	margin:10px;
	float:left;
}
.group_create .button_join
{
	right:10px;
	top:30px;
}
/************************ feed edit card **********************************/
.feed_edit_card
{
	height:80px;
	line-height:80px;
	position:relative;
	background-image:url(../img/f_icon_edit_card.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding-left:205px;
}
.feed_edit_card .standard_user_img_container2,
.feed_edit_card .standard_card_img_container
{
	position:absolute;
	display:block;
}
.feed_edit_card .feed_arrow1
{
	top:15px;
	left:47px;
}
.feed_edit_card .feed_arrow2
{
	top:38px;
	left:114px;
}
.feed_edit_card .c1
{
	top:15px;
	left:30px;
	z-index:1;
}
.feed_edit_card .c2
{
	top:21px;
	left:54px;
	z-index:2;
}
.feed_edit_card .c3
{
	top:21px;
	left:121px;
	z-index:3;
}
/************************ feed create card **********************************/
.feed_create_card
{
	height:80px;
	line-height:80px;
	position:relative;
	background-image:url(../img/f_icon_edit_card.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding-left:133px;
}
.feed_create_card .standard_user_img_container2,
.feed_create_card .standard_card_img_container
{
	position:absolute;
	display:block;
}
.feed_create_card .feed_arrow1
{
	top:15px;
	left:47px;
}
.feed_create_card .c1
{
	top:15px;
	left:30px;
	z-index:1;
}
.feed_create_card .c2
{
	top:21px;
	left:54px;
	z-index:2;
}
/************************ feed comment card **********************************/
.comment_card
{
	height:50px;
	line-height:20px;
	position:relative;
	background-image:url(../img/f_icon_comment.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding:10px;
	padding-left:30px;
}
.comment_card .standard_user_img_container,
.comment_card .standard_card_img_container
{
	float:left;
	display:block;
	margin:2px;
}
.comment_card .feed_arrow2
{
	left:78px;
	top:28px;
}
/************************ invite to card **********************************/
.invite_to_card
{
	height:50px;
	line-height:50px;
	position:relative;
	background-image:url(../img/f_icon_invite.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding:10px;
	padding-left:30px;
}
.invite_to_card .standard_user_img_container,
.invite_to_card .standard_card_img_container
{
	float:left;
	display:block;
	margin:2px;
}
.invite_to_card .feed_arrow2
{
	left:78px;
	top:28px;
}
.invite_to_card .button_join
{
	right:10px;
	top:30px;
}

/***************************** tag card ***********************************/
.tag_card
{
	height:50px;
	line-height:50px;
	position:relative;
	background-image:url(../img/f_icon_tag.gif);
	background-position:8px 26px;
	background-repeat:no-repeat;
	padding:10px;
	padding-left:30px;
}
.tag_card .standard_user_img_container,
.tag_card .tags_container_container,
.tag_card .standard_card_img_container
{
	float:left;
	display:block;
	margin:2px;
}
.tag_card .tags_container_container
{
	padding:0px 1px 1px 0px;
	border-right:1px solid #E6E6E6; 
	border-bottom:1px solid #E6E6E6; 
	z-index:1;
}
.tag_card .tags_container
{
	background:#f5f5f5;
	height:47px;
	width:220px;
	line-height:22px;
	padding:0px;
	text-align:center;
	overflow:hidden;
}

.tag_card .feed_arrow2
{
	top:29px;
	left:304px;
	z-index:6;
	position:absolute;
}
/**************************************************************************/

.feed_types_show .a_type
{
	width:166px;
	float:left;
	height:27px;
	line-height:20px;
	font-size:14px;
	color:#6F6F6F;
}
/***************** feed container formating********************************/
.feeds_top_bg
{
	margin:0px;
	padding:0px;
	width:712px;
	height:5px;
	background-image:url(../img/feed_top_bg.gif);
}

.feeds_x_container
{
	background-color:#fff;
	border-right:1px solid #CDD2D4;
	width:711px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.feeds_x_container h3
{
	color:#FF0000;
	margin:0px;
	font-size:20px;
	padding:10px;
}

.feed_types_show
{
	width:684px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/type_bg.gif);
	height:95px;
	margin-bottom:10px;
	position:relative;
}
.feed_types_show .second_bg
{
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(../img/feed_bottom_bg.gif);
	height:50px;
	width:684px;
	z-index:1;
}

.feed_types_show .s_button
{
	position:absolute;
	bottom:-20px;
	right:5px;
	border:0px;
}

.type_top_bg
{
	background-image:url(../img/type_top_bg.gif);
	width:684px;
	margin:0px;
	padding:0px;
	height:6px;
}

.feed_types_show .form_cont
{
	z-index:10;
	display:block;
	height:70px;
	position:absolute;
	top:5px;
	left:1px;
}

/**************************************************************************/
