#community_widget {
	position: absolute;
	top: 0px;
	right: 50px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	z-index: 1000;
}

#community_widget a {
	color: #fff;
}

.message_container{
	height: 30px;
}

.loginResponse_old {
	line-height: 14px;
	font-size: 14px;

}

.community-stars {
	display: block;
	font-size: 35px;
	color: red;
	margin-top: 6px;
	margin-bottom: 6px;
}

.avatar_graphic {
	border: 1px solid #FFF;
}

.community_holder {
	margin-bottom: 5px;
}

.recent_comments_container {
	margin-bottom: 15px;
}

.recent_comments_container h4 {
	margin-bottom: 1px;
	color: #666666;
}

.recent_comments_container p,
.recent_comments_container a,
.recent_comments_container .date {
	font-size: 12px !important;
}

.recent_comments {
	display: block;
	clear: both;
}

.recent_comments p {
	padding-left: 40px;
	min-height: 27px;
	margin-bottom: 2px;
}

.recent_comments .article {
	font-size: 1.1em !important;
}

.recent_comments .date {
	color: #CC0000;
	font-size: 12px !important;
	float: right;
}

.recent_comments .community_pic,
.recent_comments .community_pic a,
.recent_comments .community_pic img {
	width: 25px;
	height: 25px;
}

.community_pic {
	width: 34px;
	height: 34px;
	background-color: #999;
	margin: 2px;
	float: left;
}

.community_pic a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 0px;
	border: 1px solid white;
}

.community_pic a img {
	width: 34px;
	height: 34px;

}

.community_pic a:actve {
	border: 0px;
}


.member_avatar {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	background: #E1E1E1;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	margin-bottom: 10px;
	border: 6px solid #FFF;
}


.comments {
	position: relative;
	margin-bottom: 20px;
	border-right: 1px solid #CCC;
	clear: left;
}

.comment {
	position: relative;
	font-size: 12px;
	padding: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
	border-left: 3px solid #999;
	border-right: 0px;

}

.comment-by-me {
	border-left: 3px solid #DE1900;
}

.comment-by-author {
	border-left: 3px solid #28573A; /* #A20000; */
}

.comment-report {
	position: absolute;
	top: 2px;
	right: 5px;
}

.comment p {
	padding-right: 20px;
}

.comment_reply {
	font-size: 10px;
}

.comment_reply a {
	color: #333;
}

.comments_reply_container {
	margin-top: 0px;
}

.commentReplyBox {
	display: none;
}

.faq_questions article, .community-article-lists article, .community-members-list .member {
	border-top: 1px solid #D4FAE4;
	border-bottom: 1px solid #B6D6C3;
	padding: 10px;
	position: relative;
}

.faq_questions article:nth-child(odd), .community-article-lists article:nth-child(odd) {
	background: #B2D1BF;
}

.community-members-list .member:nth-child(odd) {
	background-color: #afddcc;;
}

.faq_questions article  h4,  .community-article-lists article h4 a {
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
	text-decoration: none;
}

.faq_questions article  p, p.article-list-extract {
	font-size: 14px;
	margin-bottom: 10px;
}

.article-list-footer {
	position: relative;
}

.article-list-avatar {
	font-size: 16px;
}

.article-list-author {
	position: absolute;
	bottom: 15px;
	left: 48px;
	width: 400px;
}

.article-list-views {
	position: absolute;
	bottom: 15px;
	right: 100px;
	width: 80px;
}

.article-list-comments {
	position: absolute;
	bottom: 15px;
	right: 8px;
	width: 100px;
	text-align: right;
}

.article-read-more {
	font-size: 12px;
}

.article-list-control {
	text-align: right;
}

.typeahead_selections {
	display: block; /*height: 30px;*/
}

.typeahead_results {
	display: none; line-height: 18px; height: 95px; overflow-y: scroll;
	margin-bottom: 10px;
}

.typeahead_result_remove {
	padding: 5px; background: #F3F3F3; margin-right: 3px;
}

#ajaxUploadAvatar {
	position: absolute;
	right: 0px;
	width: 270px;
}

#all_link_comm_member{
	position: absolute;
	right: 0;
	font-size: 60%;
	bottom: 5px;
}

#all_link_comm_member:hover{
	color: #CC0000;
}

.members_type_links {
	position: absolute;
	right: 0px;
}

.members_type_links a {
	margin-bottom: 5px;
	margin-top: 5px;
}




