﻿/*
显示文章详细div样式
**/
.ArticleDetail
{
	border: solid 1px #E0ECFF;
	background-color: #FAFBFF;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	overflow: visible;
}
.Title
{
	margin-top: 10px;
	color: #123DB4;
	text-align: center;
}
.Content
{
	font-size: 15px;
	line-height:23px;
}

/*
文章列表样式
**/
.news_list
{
	margin-top: 20px;
	display: inline;
	font-size: 13px;
}

/*
评论样式
发表的评论列表样式
**/
#divComments
{
	width: 99%;
	margin-left:5px;
}
.commentTitle
{
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.commentList
{
	_moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	margin-top: 5px;
	padding: 0;
}
.commentHeader
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	color: #444444;
	font-size: 13px;
	padding: 2px 2px 2px 10px;
	height: 25px;
	line-height:25px;
	font-weight: bold;
}
.commentHeader a
{
	font-size: 13px;
}
.commentContent
{
	line-height: 1.5;
	margin-bottom: 5px;
	padding: 10px 10px 4px 10px;
}

/*
添加评论的样式
**/
.addCommentContainer
{
	font-size: 13px;
	margin-top:21px;
	width: 99%;
	display: inline;
}
.loginTips
{
	font-weight: bold;
	margin-top: 10px;
	padding: 0 0 10px 25px;
	font-size: 14px;
}
.loginTips a
{
	font-size: 14px;
	color: Blue;
	text-decoration: underline;
}

.commentForm
{
	margin-top: 10px;
	padding: 0 0 10px 25px;
}
.comment_textarea
{
	font-size: 13px;
	height: 300px;
	width: 450px;
}
