/* CSS Document */
#wrapper{
	width:960px;
}

/**/
#innerMainWrapper{
	padding:10px 0 20px 0;
}
#show_l{
	width:960px;
	float:left;
}
#show_r{
	width:260px;
	float:right;
	border:1px solid #71ACE4;
	height:500px;
}
/**/
#post_inner{
	border:1px solid #71ACE4;
	padding:1px;
	margin-bottom:8px;
	background:#FCFCFC;
}
#post_inner .title{
	padding:5px 5px 5px 10px;
	background:#e2effe;
	color:#023b7c;
	font-size:16px;
	font-weight:bold;
}
#post_inner .title ul{
	font-size:12px;
	font-weight:normal;
	float:right;
}
#post_inner .title ul li{
	display:inline;
	padding:0px 1px 0px 1px;
}
#post_inner .title ul li a{
	color:#023b7c;
	text-decoration:none;
}
#post_inner .title ul li a:hover{
	color:#023b7c;
	text-decoration:underline;
}
#post_inner .content{
	padding:3px;
}
#post_inner .content .c_l{
	width:100px;
	float:left;
	overflow:hidden;
}
#post_inner .content .c_m{
	width:130px;
	float:left;
	overflow:hidden;
	border-right:1px solid #EEE;
}
#post_inner .content .c_m ul{
	padding:0 8px 0 8px;
}
#post_inner .content .c_r{
	width:720px;
	float:right;
	overflow:hidden;
}
#post_inner .content .c_r .ptip{
	text-align:right;
	border-bottom:1px dashed #CCC;
}
#post_inner .content .c_r .pcnt{
	padding:8px;
	line-height:160%;
	font-size:14px;
}
#post_inner .ptime{
	padding:3px 0 3px 10px;
	border-top:1px dashed #CCC;
	color:#999;
}
#post_inner .ptime ul{
	float:right;
}
#post_inner .ptime ul li{
	display:inline;
	padding:0 3px 0 3px;
}

/**/
#repost_inner{
	border:1px solid #71ACE4;
	padding:1px;
	margin-bottom:8px;
	background:#FCFCFC;
}
#repost_inner .title{
	padding:3px 5px 3px 10px;
	background:#D5EAFF;
	color:#00519d;
	font-size:14px;
	font-weight:bold;
}
#repost_inner .content{
	padding:3px;
	border-bottom:1px solid #E6F2FF;
}
#repost_inner .content .c_l{
	width:100px;
	float:left;
	overflow:hidden;
}
#repost_inner .content .c_m{
	width:130px;
	float:left;
	overflow:hidden;
}
#repost_inner .content .c_m ul{
	padding:0 8px 0 8px;
}
#repost_inner .content .c_r{
	width:720px;
	float:right;
	overflow:hidden;
	border-left:1px solid #EEE;
}
#repost_inner .content .c_r .ptip{
	text-align:right;
	border-bottom:1px dashed #CCC;
}
#repost_inner .content .c_r .ptip ul{
	text-align:right;
}
#repost_inner .content .c_r .ptip ul li{
	display:inline;
	padding:0 3px 0 3px;
}
#repost_inner .content .c_r .pcnt{
	min-height:80px;
	padding:8px;
	line-height:160%;
	font-size:14px;
}
#repost_inner .content .c_r .ptime{
	padding:3px 0 3px 10px;
	border-top:1px dashed #CCC;
	color:#999;
}

/**/
#newpost_inner{
	border:1px solid #71ACE4;
	padding:1px;
	margin-bottom:8px;
	background:#FCFCFC;
}
#newpost_inner #reply{
	padding:10px;
}
#newpost_inner #reply table{
	width:100%;
}
#newpost_inner #reply table th{
	text-align:right;
	width:120px;
	color:#666666;
	font-weight:normal;
}
#newpost_inner #reply table .btn th{
	height:50px;
}
#newpost_inner #reply table .btn .tip{
	padding:5px 10px 5px 5px;
	border:1px dashed #DDD;
	background:#FEFEFE;
	color:#FF3300;
	margin-bottom:10px;
}






