.forum_normal_panel{
	width: 240px;
	height: 770px;
	background: #101010;
	float: left;
	margin-left: 20px;
}
.forum_normal_panel_2{
	width: 240px;
	height: 240px;
	float: left;
	margin:0 10px 0 10px;
}
.forum_normal_panel_title_round{
	width: 106px;
	height: 106px;
	border-radius: 50%;
	border: 3px solid #101010;
	position: relative;
	margin: 0 auto;
}
.forum_normal_panel_title_round>img{
	width: 100px;
	height: 100px;
	margin: 3px;
	border-radius: 50%;
}
.share_float{
	position: absolute;
	color: white;
	height: 20px;
	line-height: 20px;
	border: 2px solid white;
	width: 46px;
	background-color: #00be99;
	right: -20px;
	text-align: center;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	top: 12px;
}
.forum_normal_panel_title{
	width: auto;
	height: 150px;
	position: relative;
	overflow: hidden;
}

.forum_normal_panel_title>img{
	width: 240px;
}

.forum_normal_panel_title_top_shadow{
	background: url('../Images/canola_thumbnail_titlebg.png') repeat-x center;
	width: 240px;
	height: 40px;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.forum_normal_panel_title_foot_shadow{
	width: 240px;
	height: 40px;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;	
    background: url('../Images/canola_thumbnail_footbg.png') repeat-x center;
}
.forum_body_panel{
	height: 620px;
	width: 240px;
}
.forum_body_panel_infomations{
	width: 240px;
	height: 150px;
	background: #101010;
	overflow: hidden;
	display: table;
	-moz-user-select: -moz-none;
    -webkit-user-select: none;
}
.forum_show_gallery{
	width: 220px;
	height: 105px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	transition:height 0.5s ease;
	-moz-transition:height 0.5s ease; /* Firefox 4 */
	-webkit-transition:height 0.5s ease; /* Safari and Chrome */
	-o-transition:height 0.5s ease; /* Opera */
}
.forum_show_gallery>img{
	width: 220px;
}
.forum_data_container{
	height: 913px!important;
}
.forum_data_container>.body{
	width: 100%;
	height: 770px;
	overflow: hidden;
}
.forum_container{
	height: 770px;
	margin:0 auto;
}
.forum_name{
	width: 95%;
	height: 30px;
	margin: 0 auto;
	/* margin-top: 15px; */
	text-align: center;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	font-size: 24px;
	color: #dcdcdc;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
}
.forum_introduce{
	width: 90%;
	height: 19px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
	text-align: center;
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	color: #999;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
}
.forum_introduce_text{
	vertical-align: middle;
	display: table-cell;
}
.forum_introduce_text2{
	width: 220px;
	padding: 0 10px;
	color: #999;
	font-size: 16px;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin-top: 9px;
	text-overflow: ellipsis;
	white-space:nowrap;	
	overflow: hidden;
}
.forum_opt_btn{
	height: 36px;
	width: 90px;
	border: 2px solid #dcdcdc;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size:16px;
	font-family: 'Microsoft Yahei';
	font-weight:bold;
	line-height: 36px;
	text-align: center;
}
.btn_viewAll{
	width:128px;
}
.btn_viewAll:hover{
	background-color: #dcdcdc;
	color: #101010;
}
.btn_viewAll>i{
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	overflow: hidden;
	background: url('../Images/forum/overviewIcons.png') no-repeat 0 0;
	margin: 11px -12px 0 22px;
}
.btn_viewAll:hover>i{
	background: url('../Images/forum/overviewIcons.png') no-repeat -20px 0;
}

.btn_doSubscribe{
	float: right;
	border: 2px solid #00be99;
}
.btn_doSubscribe:hover{
	background-color: #00be99;
	color: #101010;
}
.btn_doSubscribe>i{
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	overflow: hidden;
	background: url('../Images/forum/overviewIcons.png') no-repeat -40px 0;
	margin: 10px -8px 0 19px;
}
.btn_doSubscribe:hover>i{
	background: url('../Images/forum/overviewIcons.png') no-repeat -60px 0;
}

.btn_publishFormMemo{
	float: right;
	border: 2px solid #00be99;
}
.btn_publishFormMemo:hover{
	background-color: #00be99;
	color: #101010;
}
.btn_publishFormMemo>i{
	width: 19px;
	height: 12px;
	display: block;
	float: left;
	overflow: hidden;
	background: url('../Images/forum/overviewIcons.png') no-repeat -80px 0;
	margin: 12px -6px 0 18px;
}
.btn_publishFormMemo:hover>i{
	background: url('../Images/forum/overviewIcons.png') no-repeat -100px 0;
}

.forum_status{
	/* width: 200px; */
	height: 20px;
	/* margin: 0 auto; */
}
.browse,.share{
	font-family: 'Arial';
	font-size: 14px;
	color: #999;
	/* float: left; */
	width: 102px;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-align: right;
}
.share{
	max-width: 100px!important;
	text-align: left;
}
.forum_break_text{
	font-family: 'Arial';
	width: 15px;
	height: 20px;
	font-size: 12px;
	color: #333;
	display: inline-block;
	overflow: hidden;
}
.forum_informations_table{
	height: 84px;
	width: 100%;
	max-width: 240px;
	vertical-align: middle;
	display: table-cell;
}
.forum_informations_outer_table{
	height: 60px;
	width:100%;
	overflow: hidden;
	display: table;
}
.forum_informations_outer_table_cell{
	height: 40px;
	overflow: hidden; 
	vertical-align: middle;
	display: table-cell;
}