#form_ajax{}
#form_ajax table{
	margin: 15px;
}
#form_ajax table th{
	padding-bottom:5px;
}
#form_ajax table td{
	padding-bottom:5px;
}

.view{
	margin: 20px 0 20px 0;
}
.view .left{
	float: left;
	width: 830px;
}
.view .left .content{
	margin-bottom: 20px;
	position: relative;
}
.view .left .content .editcopy{
	position: absolute;
	top: 2px;
	right: 2px;
}
.view .left .content .editcopy a{
	color: #333;
}
.view .left .threadlist .top1{
	padding: 0 0 5px 60px;
	color: #444444;
	font-weight:bold;
}


.view .left .content .correction{
	margin: 10px;
	line-height: 23px;
}
.view .left .content .correction a{margin-right: 10px;}
.view .left .content .correction a.color1{color: red;}
.view .left .content .correction a.color2{color: green;}
.view .left .content .correction a.color3{color: blue}
.view .left .content .correction a.color4{color: #336699;}
.view .left .content .correction a.color5{color: #555555;}
.view .left .content .correction a.color6{color: #FF6633;}
.view .left .content .correction a.color7{color: #FF00FF;}
.view .left .content .correction a.color8{color: #9000FF;}
.view .left .content .correction a.color9{color: #0088FF;}
.view .left .content .correction a.color10{color: #009999;}


.view .left .sinfo{
	border: 1px solid #238DD9;
	padding: 0px 8px 8px 8px;
}
.view .left .sinfo strong{
	display: inline-block;
	background-color: #238DD9;
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	color:white;
	text-align:center;
}
.view .left .sinfo strong.title{
	margin-bottom: 8px;
	margin-left: -8px;
	border-radius: 0 0 5px 0;
}
.view .left .sinfo strong.title1{
	margin-top: 15px;
	margin-left: -8px;
	padding: 0 8px 0 8px;
	border-radius: 0 5px 5px 0;
}
.view .left .sinfo .updateinfo{
	margin-top: 10px;
}
.view .left .sinfo .updateinfo p{
	padding-left: 6px;
	line-height: 30px;
	border-bottom: 1px dashed #DDDDDD;
}
.view .left .sinfo .updateinfo p.c1{
	background-color: #F1F1F1;
	border-bottom: 1px dashed #CCC;
}
.view .left .sinfo .updateinfo p.c2{
	background-color: rgb(223, 240, 216);
	border-bottom: 1px dashed #7CC67C;
}
.view .left .sinfo .updateinfo p.c3{
	background-color: rgb(242, 222, 222);
	border-bottom: 1px dashed #EB8C88;
}
.view .left .sinfo .updateinfo p.c4{
	background-color: rgb(252, 248, 227);
}
.view .left .sinfo .updateinfo p.c5{
	background-color: rgb(217, 237, 247);
}


.view .left .sinfo .updateinfo em.highlight_blur{
	color: #FF6633;
}
.view .left .sinfo .updateinfo em._width{
	min-width: 120px;
	display: inline-block;
}

.view .left .sinfo .updateinfo .updown a{
	margin-top: 8px;
	color:white;
}






.view .left .threadlist .t_list{
	margin-top: 15px;
}
.view .left .threadlist .t_list .t_left{
	float: left;
}
.view .left .threadlist .t_list .t_left img{
	border-radius: 50px;
}
.view .left .threadlist .t_list .t_right{
	float: right;
	width: 768px;
}
.view .left .threadlist .t_list .t_right .t_head{
	background-color: #FAFAFA;
	line-height: 30px;
	border: 1px dashed #D1D1D1;
	padding-left: 8px;
	color: rgb(43, 140, 230);
	font-weight: bold;
	border-bottom: 1px dashed #D1D1D1;
	border-radius: 5px 5px 0 0;
}
.view .left .threadlist .t_list .t_right .t_head span.time{
	color: #999;
	font-weight: 400;
	float: right;
	padding-right: 8px;
}
.view .left .threadlist .t_list .t_right .t_content{
	min-height: 60px;
	border: 1px dashed #D1D1D1;
	border-top: 0px;
	padding: 8px;
	border-radius: 0 0 5px 5px;
	position: relative;
	color: #666666;
}
.view .left .threadlist .t_list .t_right .t_content a.reply{
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.view .left .threadlist .nolist{
	margin-top: 15px;
	border: 1px dashed #D1D1D1;
	height: 100px;
	line-height: 100px;
	border-radius: 5px;
	text-align: center;
	color: #999;
}


.view .right{
	float: right;
	width: 250px;
	/*border: 1px solid #DDD;*/
}

.view .right .actions{
	position: relative;
}
.view .right .actions table{}
.view .right .actions table td{
	text-align: center;
	width:60px;
	cursor: pointer;
}
.view .right .actions table td.expload{
	border-right: 1px #DDD solid;
}
.view .right .actions .bdsharebuttonbox{
	position: absolute;
	top: 5px;
	right: 10px;
}
.view .right .actions .bdsharebuttonbox .bds_more{
	width: 10px;
	height: 50px;
	/*border: 1px solid red;*/
	background: none;
}


/*-31px*/
.view .right .actions table td.support em{
	margin: 0 auto;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../../image/view/right_bg.png) no-repeat left top;
}
.view .right .actions table td.support em.ed{
	background: url(../../image/view/right_bg.png) no-repeat left -31px;
}
.view .right .actions table td.support span{
	color:rgb(153, 153, 153);
	font-size:20px;
	text-align: center;
}
.view .right .actions table td.support span.ed{
	color: #333;
}
.view .right .actions table td.review em{
	margin: 0 auto;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../../image/view/right_bg.png) no-repeat -38px top;
}
.view .right .actions table td.review em.ed{
	background: url(../../image/view/right_bg.png) no-repeat -38px -31px;
}
.view .right .actions table td.review span{
	color:rgb(153, 153, 153);
	font-size:20px;
	text-align: center;
}
.view .right .actions table td.review span.ed{
	color: #333;
}

.view .right .actions table td.favtimes em{
	margin: 0 auto;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../../image/view/right_bg.png) no-repeat -84px top;
}
.view .right .actions table td.favtimes em.ed{
	background: url(../../image/view/right_bg.png) no-repeat -84px -31px;
}
.view .right .actions table td.favtimes span{
	color:rgb(153, 153, 153);
	font-size:20px;
	text-align: center;
}
.view .right .actions table td.favtimes span.ed{
	color: #333;
}


.view .right .actions table td.share em{
	margin: 0 auto;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../../image/view/right_bg.png) no-repeat -128px top;
}
.view .right .actions table td.share em.ed{
	background: url(../../image/view/right_bg.png) no-repeat -128px -31px;
}
.view .right .actions table td.share span{
	color:rgb(153, 153, 153);
	font-size:20px;
	text-align: center;
}
.view .right .actions table td.share span.ed{
	color: #333;
}

/* 列表 */
.view .right .rlist{
	margin-top: 15px;
	border: 1px solid #238DD9;
	padding: 0px 8px 8px 8px;
}

/* 浅蓝 */
.view .right .rlist.c_blue{
	border-color: #238DD9;
}
.view .right .rlist.c_blue ul li{
	border-bottom: 1px dashed #b3d9f4;
	line-height: 25px;
}
.view .right .rlist.c_blue ul li:hover{
	background-color: #d1e5f3;
}
.view .right .rlist.c_blue ul li a{
	color: #0677c9;
}

/* 蓝色 */
.view .right .rlist.c_blue1{
	border-color: #238DD9;
}
.view .right .rlist.c_blue1 ul li{
	border-bottom: 1px dashed #c0e0f8;
	line-height: 25px;
}
.view .right .rlist.c_blue1 ul li:hover{
	background-color: #deeef9;
}
.view .right .rlist.c_blue1 ul li a{
	color: #0677c9;
}

/* 墨绿 */
.view .right .rlist.c_grren{
	border-color: #5DBB5D;
}
.view .right .rlist.c_grren ul li{
	border-bottom: 1px dashed #b1f7b1;
	line-height: 25px;
}
.view .right .rlist.c_grren ul li:hover{
	background-color: #e8f8e8;
}
.view .right .rlist.c_grren ul li a{
	color: #037603;
}


/* 黄色 */
.view .right .rlist.c_yellow{
	border-color: #F9A227;
}
.view .right .rlist.c_yellow ul li{
	border-bottom: 1px dashed #f7deba;
	line-height: 25px;
}
.view .right .rlist.c_yellow ul li:hover{
	background-color: #fbf2e5;
}
.view .right .rlist.c_yellow ul li a{
	color: #f08d01;
}



.view .right .rlist strong{
	display: inline-block;
	background-color: #238DD9;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color:white;
}
.view .right .rlist strong.c_grren{
	background-color: #5DBB5D;
}
.view .right .rlist strong.c_yellow{
	background-color: #F9A227;
}
.view .right .rlist strong.title{
	margin-bottom: 8px;
	margin-left: -8px;
	border-radius: 0 0 5px 0;
}
.h_pop a{
	color: #333;
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());outline:none;
}
.h_pop a:hover{
	color: #333;
	text-decoration:none;
}
