﻿/*Start分页按钮*/
.a_paging_btns
{
	display:inline;
	outline:none;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:28px;
	overflow:hidden;
	margin-left:1px;
	margin-right:1px;
	background-color:#6cb1ff;
	text-align:center;
	font:bold 18px/32px 'Arial','SimSun','Helvetica','sans-serif';
	color:#fff;
	cursor:pointer;
	border:solid 1px #2a8fff;
}
.a_paging_btns_b
{
	display:inline;
	outline:none;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:28px;
	overflow:hidden;
	margin-left:1px;
	margin-right:1px;
	background-color:#f2f2f2;
	text-align:center;
	font:bold 18px/32px 'Arial','SimSun','Helvetica','sans-serif';
	color:#ea3131;
	cursor:pointer;
	border:solid 1px #d4d4d4;
}
.a_paging_btns:hover
{
	background-color:#ff6699;
	border:solid 1px #ff2f74;
}
.div_paging_btn_panel
{
	width:700px;
	overflow:hidden;
	margin:0px auto 0px auto;
	padding-bottom:20px;
	color:#999999;
	font: 13px/33px 'Arial','SimSun','Helvetica','sans-serif';
}
#div_nullcomment
{
	text-align:center;
	font:bold 20px/30px 'Arial','SimSun','Helvetica','sans-serif';
	color:#f00;
}
/*END分页按钮*/


/*下面是自定义*/
#sendMessage{ clear:both; padding:0px 10px 10px 10px;}
#tb_sendMessage{ width:100%; height:auto;}
.sendMessageTd1{ width:100px; height:30px; font-size:12px; text-align:center; line-height:21px; vertical-align:top; }
.sendMessageTd2{ height:30px; padding-left:10px; font-size:12px; text-align:left;}

.editor{width: 302px;height: 150px; visibility: hidden;}

.txt_style{ width:302px;padding:2px; border:solid 1px #cccccc;}

#message{ width:700px; margin:0 auto; overflow:hidden; padding:20px 0px 20px 0px; font-size:12px; font-family:'SimSun'; } 
#message h3{ background:#f1f1f1; padding:10px; font-weight:bold;}
.message strong a{ color:#000; font-weight:bold;}
.message dl{ position:relative; width:580px; float:left; padding:10px 60px 10px 60px; margin:20px 0; }
.message dt{}
.message .message_date
{
	color:#f00;
}
.message dt em {font:14px 'Microsoft YaHei','SimSun';}
.message dd { line-height:20px;}
.message dd.line { margin-top:10px; height:1px; background:#EEE;}
.message dd.message_con { line-height:16px; font-family:'SimSun'; padding-left:14px; }
.message dd.admin_con{ padding:10px; margin:5px;background:#fffbec;color:#767676; font-family:'SimSun';}
.message dd.posleft,.message dd.posright{ width:42px; height:34px; background:url(/images/yinhao.gif) no-repeat;}
.message dd.posleft{ position:absolute;  left:0; top:0;}
.message dd.posright{ position:absolute; right:0; bottom:0; background-position:right center;}