.c_comments
{
}

#CommentsContent
{
    font-size: 80%;
	padding-bottom: 5px;
}

.c_comments #NoCommentsMsg
{
	margin-top: 10px;
}

.comment
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
}

.c_comments .comment-top
{
	
}

.c_comments .comment-body
{	
	color: #666;
	margin-top: 5px;	
	padding-bottom: 5px;
}

.c_comments .comment-username-text
{
	font-weight: bold;
	font-size: 110%;
}

.c_comments .comment-timeago-text
{
	color: #888;
	font-size: 90%;
}

.c_comments .comment-body-text
{
	
}

.c_comments .comment-functions
{
    margin-top: 2px;
    font-size: 80%;
    font-weight: bold;
}

.c_comments .comment-functions img
{
	border: 0;
	vertical-align: middle;	
}

.c_comments .comment-functions a
{
	text-decoration: none;
	color: #888;
}

.c_comments #CommentsLoadingMsg
{
	width: 100%;
	text-align: center;
}

.c_comments #CommentsLoadingMsg img
{
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.c_comments .comments-list-functions
{
	width: 100%;
	height: 20px;
	font-size: 70%;
	color: #666;
}

.c_comments .num-comments-showing
{
	float: left;
}

.c_comments .all-comments-btn
{
	float: right;
}

.c_comments .more-comments-btn
{
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}

.c_comments .not-logged-in
{
	text-align: center;
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 80%;
	background-color: #fafafa;
}

.c_comments .post-comment-title
{
	font-weight: bold;
	font-size: 110%;
}

.c_comments #CommentsFormArea
{
	clear: left;
    margin-top: 20px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 10px;
}

.c_comments #CommentsFormArea .post-comment-title
{
	margin-bottom: 10px;
}

.c_comments .link-functions
{
    margin-top: 5px; margin-bottom: 5px;
    font-size: 80%;
}

.c_comments #CommentsFormArea textarea
{
    background-color: #fff;
    border: 1px solid #ccc;
    width: 95%;
}

.c_comments .comment-selected
{
	border: 1px solid #ffe748;
	background-color: #fffdec;
	padding: 5px;
}

.c_comments .comment-function
{
	margin-right: 7px;
	cursor: pointer;
	color: #780000;
}