@charset "utf-8";
/*
 * forums.css
 * 2010-02-09
 * By Hulala
*/

body{
	background:#935 url(/images/forum/bg.gif) repeat-x 0 100px;
}

a{
	color:#666;
	text-decoration:none;
	}
a.color{
  	color:#C69;
}


table{
  	border-collapse:collapse;
  	empty-cells:show;
}



.left-align{
  	text-align:left !important;
}

.right-align{
  	text-align:right !important;
}

.center-align{
  	text-align:center !important;
}

.top-valign{
  	vertical-align:top;
}

.middle-valign{
  	vertical-align:middle;
}


/*----------  ----------  ----------  ----------  ----------*/

.mg-tp-cl{
  margin-top:0 !important;
}

.mg-rt-cl{
  margin-right:0 !important;
}

.mg-bt-cl{
  margin-bottom:0 !important;
}

.mg-lf-cl{
  margin-left:0 !important;
}

.pd-tp-cl{
  padding-top:0 !important;
}

.pd-rt-cl{
  padding-right:0 !important;
}

.pd-bt-cl{
  padding-bottom:0 !important;
}

.pd-lf-cl{
  padding-left:0 !important;
}

.bd-tp-cl{
  border-top:0 !important;
}

.bd-rt-cl{
  border-right:0 !important;
}

.bd-bt-cl{
  border-bottom:0 !important;
}

.bd-lf-cl{
  border-left:0 !important;
}

/*----------  ----------  ----------  ----------  ----------*/

.purple{
  color:#C69;
}

.user-online,
.user-unline{
	padding-left:18px;
	font-weight:bold;
	background:url(/images/profile/user-online.gif) no-repeat;
    }
.user-online{
	background-position:0px 0px;
    }
.user-unline{
	background-position:0px -25px;
}

.gold-coin{
  padding-right:13px;
  background:url(/images/profile/gold-coin.gif) no-repeat right 1px;
  color:#F60;
}
.c-level{
  color:#394;
}


/*---------- header ----------*/
.header-wrap{
  	background:#FFF;
	}
.header{
  	width:960px;
  	height:100px;
  	margin:auto;
}

.logo{
	overflow:hidden;
  	float:left;
  	width:112px;
  	height:56px;
	margin-top:22px;
  	text-indent:-1000px;
 	background:url(/images/common/logo.gif) no-repeat;
}

/*----- main-nav -----*/
.main-nav{
	float:right;
	height:27px;
	margin-top:38px;
	white-space:nowrap;
	}
.main-nav li{
	position:relative;
  	float:left;
  	height:27px;
  	margin-left:5px;
	}
.main-nav li span{
  	* line-height:24px;
	}
.main-nav li a{
  	float:left;
  	height:27px;
  	line-height:27px;
  	padding:0 10px;
  	text-align:center;
  	color:#C69;
  	background:#FFF0F7;
	}
.main-nav li a:hover,
.main-nav li a.current{
	color:#FFF;
	background:#cc4d8c;
}

/*----- main-nav > drop-menu -----*/
.main-nav .drop-menu{
	display:none;
	position:absolute;
	top:27px;
	left:0;
    width:66px;
	line-height:2;
	padding:5px;
	border:1px solid #ffd6e9;
	background:#fffafc;
    }
.main-nav .drop-menu li,
.main-nav .drop-menu a{
	float:none;
	height:24px;
	}
.main-nav .drop-menu li{
	position:static;
	margin-left:0;
	}
.main-nav .drop-menu a{
	display:block;
	padding:0;
	text-align:left;
	background:none;
	}
.main-nav .drop-menu a:hover{
	color:#39E;
	background:none;
}

/*---------- footer ----------*/
.footer-wrap{
	padding:15px 0;
	}
.footer{
	width:960px;
    margin:auto;
	line-height:30px;
	text-align:center;
	}
.footer *{
	color:#FFF;
}

/*---------- bodyer ----------*/
.bodyer-wrap{
	}
.bodyer{
  	width:960px;
  	margin:0 auto;
}

/*---------- content ----------*/
.content{
  	zoom:1;
  	width:960px;
  	background:#FFF;
}

/*---------- sub-nav-wrap ----------*/
.sub-nav-wrap{
	height:35px;
	line-height:35px;
	}
.sub-nav-wrap,
.sub-nav-wrap *{
	color:#FFF;
}

/*----- crumb ----------*/
.crumb{
	float:left;
}

/*----- sub-nav ----------*/
.sub-nav{
	float:right;
}

/*----- skin-select ----------*/
.skin-select-wrap{
	float:right;
	width:100px;
	height:35px;
	line-height:normal;
	margin-left:20px;
	position:relative;
	}
.skin-select-wrap .skin-select{
	position:absolute;
	left:0;
	top:7px;
	width:90px;
	padding:5px 5px 0;
	}
.skin-select-wrap .skin-select:hover,
.skin-select-wrap .skin-select.hover{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
	}
.skin-select-wrap .skin-latest,
.skin-select-wrap .drop-menu{
	width:80px;
	}
.skin-select-wrap .skin-latest{
	padding-right:10px;
	background:url(/images/forum/skin-select-arrow.gif) no-repeat 100% 3px;
	}
.skin-select-wrap a{
	overflow:hidden;
	float:left;
	width:9px;
	height:9px;
	border:1px solid #666;
	margin:0 5px 10px 0;
}

/*----------  ----------  ----------  ----------  ----------*/
.post-btn,
.reply-btn{
  display:inline-block;
  width:60px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  background:url(/images/forum/post-btn.gif) no-repeat;
}

.post-btn{
  background-position:0 0;
}

.post-btn:hover{
  color:#FFF;
  background-position:100% 0;
}

.reply-btn{
  background-position:0 100%;
}

.reply-btn:hover{
  color:#FFF;
  background-position:100% 100%;
}

/*----------  ----------  ----------  ----------  ----------*/

.content .search-bar{
	height:21px;
	}
.content .search-bar .form-text{
	margin-right:10px;
  	border-color:#CCC;
	}
.content .search-bar .search-btn{
	width:21px;
  	height:21px;
  	border:0;
  	cursor:pointer;
  	background:url(/images/forum/search-icon.gif) no-repeat;
}


/*---------- index ----------*/
.index{
	background:none;
}

/*----- scroll-news -----*/
.index .scroll-news{
	overflow:hidden;
	height:240px;
	line-height:2;
	background:#FFF;
}

/*----- forum-category -----*/
.forum-category{
	overflow:hidden;
	height:70px;
	background:#f9ecf3;
	}
.forum-category ul{
	float:left;
	height:50px;
	line-height:25px;
	padding:10px 17px 10px 16px;
	border-right:1px solid #f3dae8;
	}
.forum-category ul.last{
	border-right:0;
	padding-right:0;
	}
.forum-category td{
	padding:0 5px;
	}
.forum-category a{
	color:#C69;
}

/*----- forum-matter -----*/
.forum-matter{
	height:225px;
	padding:20px 20px 15px;
	background:#FFF;
}

.forum-matter .post-rank{
	margin-left:20px;
	}
.forum-matter .post-rank-title{
	height:31px;
	line-height:1.8;
	* line-height:2;
	padding:0 10px;
	color:#FFF;
  	background:url(/images/forum/theme-name-bg.gif) no-repeat 0 0;
	}
.forum-matter .post-rank-title.recommend{
	background-position:0 0;
	}
.forum-matter .post-rank-title.latest{
  	background-position:0 -70px;
}

.index .search-panel .form-text{
  	width:162px;
	}
.index .search-panel a{
	color:#C69;
}

.index .main-column{
	width:740px;
	}
.index .sub-column{
	width:215px;
}

/*----- board-module -----*/
.index .board-module{
	background:#FFF;
	}
.index .board-module .head{
	height:25px;
	background:#C69;
	}
.index .board-module .head div{
	height:25px;
	line-height:25px;
	padding-left:15px;
	color:#FFF;
	background:url(/images/forum/board-head-bg.png) no-repeat 0 0;
	_background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='/images/forum/board-head-bg.png');
	}
.index .board-module .body{
	padding:15px 20px;
}

.index .board-module .board-intr{
	width:180px;
	padding-top:5px;
	margin-right:25px;
	}
.index .board-module .board-illus{
	height:120px;
	background:#EEE;
}

.index .board-module .board-category{
	width:215px;
	line-height:24px;
	}
.index .board-module .board-category dl{
	padding-left:50px;
	background:url(/images/forum/board-category-icon.jpg) no-repeat 0 50%;
	}
.index .board-module .board-category dd{
	padding-bottom:3px;
	border-bottom:1px solid #CCC;
	margin-bottom:3px;
	}
.index .board-module .board-category dd.last{
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;
}

.index .board-module .board-rank{
	width:230px;
	_height:216px;
	min-height:216px;
	padding-left:24px;
	border-left:1px dashed #CCC;
}

.index .board-module .pk-panel{
	height:125px;
	}
.index .board-module .pk-panel .pk-intr{
	float:left;
	width:100px;
	margin-right:50px;
	}
.index .board-module .pk-panel .pk-intr.last{
	margin-right:0;
	}
.index .board-module .pk-panel .pk-illus{
	height:100px;
}

.index .rank-module{
	padding:5px 10px;
	background:#FFF;
	}
.index .rank-module .head{
	height:21px;
	line-height:21px;
	}
.index .rank-module .head span{
	color:#C69;
	}
.index .rank-module .body{
	line-height:2;
}

/*----- slide -----*/
.index .slide-wrap{
	height:213px;
	border:1px solid #DDD;
	}
.index .slide{
	position:relative;
	overflow:hidden;
	width:213px;
	height:213px;
	}
.index .slide .illus-wrap{
	position:absolute;
	left:0;
	top:0;
	height:213px;
	white-space:nowrap;
	}
.index .slide .illus{
	float:left;
	width:213px;
	height:213px;
	}
.index .slide .illus-btn{
	position:absolute;
	right:5px;
	bottom:7px;
	height:18px;
	line-height:16px;
	}
.index .slide .illus-btn a{
	float:left;
	margin-left:5px;
	width:16px;
	height:16px;
	border:2px solid #666;
	text-align:center;
	font-weight:bold;
	color:#666;
	background:#FFF;
	}
.index .slide .illus-btn a.current,
.index .slide .illus-btn a:hover{
	padding:2px;
	border:0;
	color:#FFF;
	background:#935;
	}
.index .slide-text{
	position:relative;
	}
.index .slide-text div{
	position:absolute;
	left:0;
	top:0;
}


.index .board-list{
  border-bottom:3px solid #EEE;
  margin-bottom:10px;
}

.index .board-list th{
  height:2.2em;
  border-bottom:1px dashed #EEE;
  font-size:13px;
}

.index .board-list td{
  width:1%;
  padding:10px;
  border-top:1px dashed #EEE;
}

.index .board-list .illu{
  float:left;
  width:40px;
  height:40px;
  margin-right:10px;
}

.index .board-list p{
  line-height:1.8;
}

.forum-state{
	padding:10px 10px 10px 65px;
	background:#FFF url(/images/forum/forum-data.gif) no-repeat 12px 50%;
}

/*----------  ----------  ----------  ----------  ----------*/

.board-show-wrap{
  zoom:1;
  overflow:auto;
  background:#FFF;
}

.with-side{
  background:url(/images/forum/side-column-bg.gif) repeat-y 100% 0;
}

.board-show-wrap.with-side .main-column{
  float:left;
  width:100%;
  margin-left:-220px;
  overflow:hidden;
}

.board-show-wrap.with-side .side-column{
  float:right;
  width:220px;
  padding-bottom:20px;
}

.board-show-wrap .board-show{
  zoom:1;
  padding:20px;
}

.board-show-wrap.with-side .board-show{
  margin-left:220px;
}

.board-show-wrap .board-intr{
  height:85px;
  margin-bottom:15px;
  border-bottom:3px solid #EEE;
}

.board-show-wrap .board-intr .rss-order{
  margin-left:40px;
}

.board-show-wrap .board-intr .rss-order a{
  display:inline-block;
  margin-right:10px;
}

.board-show-wrap .board-intr .rss-order .good-icon{
  line-height:15px;
  padding:0 10px 0 18px;
  border-right:1px solid #CCC;
  color:#690;
  background:url(/images/forum/good.gif) no-repeat 0 0;
}

.board-show-wrap .board-intr .rss-order .rss-icon{
  padding-left:42px;
  background:url(/images/common/rss.png) no-repeat 0 0;
}

.board-show-wrap .board-intr .illu{
  float:left;
  width:60px;
  height:60px;
  padding:4px;
  border:1px solid #DDD;
  margin-right:10px;
}

.board-show-wrap .board-intr .intr-head-wrap{
  height:2.0em;
}

.board-show-wrap .board-intr h1{
  display:inline;
}

.board-show-wrap .board-intr p{
  line-height:2;
}

.board-show-wrap .new-post-bar{
  height:30px;
  margin-bottom:15px;
}

.board-show-wrap .new-post-bar .right-float{
  margin-top:7px;
}

.board-show-wrap .board-tabs{
  border-top:1px dashed #EEE;
  padding-top:15px;
  height:30px;
  color:#CCC;
}

.board-show-wrap .board-tabs a{
  color:#C69;
}

.board-show-wrap .board-tabs .current{
  font-weight:bold;
  color:#F60;
}

.theme-list{
  width:100%;
  border-width:1px 0;
  border-style:solid;
  border-color:#EEE;
  margin-bottom:15px;
}

.theme-list th{
  line-height:2.2em;
  padding:0 5px;
  text-align:left;
  font-weight:lighter;
  background:#FFF1F8;
}

.theme-list td{
  padding:5px;
  border-width:1px 0;
  border-style:solid;
  border-color:#EEE;
  vertical-align:middle;
}

.theme-list .reply-sum{
  color:#390;
}

.theme-list .good{
  background:url(/images/forum/good.gif) no-repeat 98% 50%;
}

.theme-list .new{
  background:url(/images/forum/new.gif) no-repeat 98% 50%;
}

.theme-list .date a{
  font-size:10px;
  color:#999;
}

.board-show-wrap .theme-list .width1{
  width:600px;
}

.board-show-wrap.with-side .theme-list .width1{
  width:400px;
}

.board-show-wrap .theme-list .width2{
  width:70px;
}

.board-show-wrap .clear-side,
.board-show-wrap .open-side{
  float:right;
  height:40px;
  line-height:40px;
  padding:0 25px 0 5px;
  margin-right:10px;
  color:#C69;
  background:url(/images/forum/sidebar_toggle.gif) no-repeat 100% 0;
}

.board-show-wrap .clear-side:hover{
  color:#C69;
  background-position:100% -40px;
}

.board-show-wrap .open-side{
  background-position:100% -80px;
}

.board-show-wrap .open-side:hover{
  color:#C69;
  background-position:100% -120px;
}

.board-show-wrap .search-bar-wrap{
  	padding:15px 0 0 10px;
  	margin-top:10px;
  	background:url(/images/forum/double-divi.gif) repeat-x 0 0;
	}
.board-show-wrap .search-bar-wrap .form-text{
	width:162px;
}

.board-show-wrap .board-hot{
  padding:15px 10px 0;
  margin-top:15px;
  background:url(/images/forum/double-divi.gif) repeat-x 0 0;
}

.board-show-wrap .board-hot .hot-name{
  line-height:25px;
}

.board-show-wrap .board-hot p{
  width:190px;
  line-height:2;
  padding-left:10px;
  background:url(/images/forum/gray-arrow.gif) no-repeat 0 50%;
}

.board-show-wrap .board-hot .more{
  text-align:right;
  background:none;
}

.board-show-wrap .board-member-brief{
  padding-top:15px;
  margin-top:15px;
  background:url(/images/forum/double-divi.gif) repeat-x 0 0;
}

.board-show-wrap .board-member-brief h4{
  padding-left:10px;
}

.board-show-wrap .board-member-brief td{
  width:1%;
  padding-top:10px;
  text-align:center;
  vertical-align:top;
}
  
.board-show-wrap .board-member-brief .illu{
  display:block;
  width:50px;
  height:50px;
  margin:auto;
  overflow:hidden;
}

.board-show-wrap .board-member-brief .illu img{
  width:50px;
}

.board-show-wrap .board-member-brief p{
  width:70px;
  line-height:2;
}

.board-show-wrap .board-member-brief .oper{
  height:21px;
  padding:10px 10px 0;
}

/*----------  ----------  ----------  ----------  ----------*/

.post-view{
  height:auto;
}

.post-view .post-intr{
  padding:15px 20px 20px;
  background:#FFF9FC;
}

.post-view .post-intr .fav{
  padding-left:12px;
  background:url(/images/forum/fav.gif) no-repeat 0 1px;
}

.post-view .post-title{
  padding-bottom:10px;
  border-bottom:1px dashed #EEE;
}

.post-view .post-title h1{
  line-height:2;
  margin-bottom:10px;
}

.post-view .post-title h1 .good{
  display:inline;
  padding:10px;
  background:url(/images/forum/good.gif) no-repeat 50% 50%;
}

.post-view .post-tabs{
  height:35px;
  padding-top:10px;
  border-bottom:3px solid #EEE;
  margin-bottom:15px;
}

.post-view .post-tabs .left-float{
  margin-top:5px;
  color:#CCC;
}

.post-view .post-tabs .left-float a{
  color:#C69;
}

.post-view .new-post-bar{
  height:30px;
}

.post-view .new-post-bar .right-float{
  margin-top:7px;
}

.post-view table{
  border-collapse:collapse;
}
.post-view td{
  padding:0 10px;
}

.post-view .side-column{
  width:150px;
  padding:10px;
  border-top:5px solid #FFE0EF;
  border-bottom:5px solid #FFE0EF;
  vertical-align:top;
  background:#FFF0F7;
}

.post-view .side-column p{
  margin-bottom:8px;
}

.post-view .side-column .photo{
  width:150px;
  overflow:hidden;
  margin-bottom:10px;
}

.post-contents{
  padding:10px 15px !important;
  border-top:5px solid #FFF0F7;
  border-bottom:5px solid #FFF0F7;
  vertical-align:top;
}

.post-contents .post-info{
  height:25px;
  margin-bottom:10px;
  border-bottom:1px dashed #DDD;
}

.post-contents .post-info .font-zoom{
  height:25px;
  margin-right:80px;
  color:#666;
}

.post-contents .post-info .font-zoom *{
  float:left;
}

.post-contents .post-info .font-zoom a{
  width:16px;
  height:16px;
  margin-right:5px;
}

.post-contents .post-info .font-zoom a.zoom-in{
  background:url(/images/forum/zoom-in.gif) no-repeat;
}

.post-contents .post-info .font-zoom a.zoom-out{
  background:url(/images/forum/zoom-out.gif) no-repeat;
}

.post-contents .post-index{
  padding-right:15px;
  background:url(/images/forum/post-index.gif) no-repeat 100% 1px;
}

.post-contents .min-height{
  min-height:220px;
  _height:220px;
}

.post-contents .post-ad{
  float:right;
  width:200px;
  height:250px;
  background:#EEE;
}

.post-contents .contents-show{
  margin-bottom:10px;
}

.post-contents .contents-show *{
  line-height:2em;
}

.post-contents .contents-show h1{
  font-size:200%;
}

.post-contents .contents-show h2{
  font-size:150%;
}

.post-contents .contents-show h3{
  font-size:117%;
}

.post-contents .contents-show a{
  color:#C69;
}

.post-contents .contents-show a:hover,
.post-contents .contents-show a:hover *{
  color:#39E !important;
}

.post-view .post-action{
  height:auto;
}

.post-view .post-up{
  height:30px;
  padding-top:10px;
  margin-bottom:10px;
}

.post-view .post-up .up-icon{
  float:left;
  height:30px;
  line-height:30px;
  padding-left:40px;
  color:#F90;
  font-size:14px;
  font-weight:bold;
  background:url(/images/forum/ding.gif) no-repeat 0 0;
}

.post-view .action-oper{
  height:20px;
  padding-top:10px;
  border-top:1px dashed #DDD;
  font-size:117%;
}

.post-view .action-oper a{
  color:#C69;
}

.post-view .action-oper .reply-oper,
.post-view .action-oper .quote-oper,
.post-view .action-oper .edit-oper,
.post-view .action-oper .rr-fresh{
	float:left;
  	height:20px;
	line-height:20px;
	padding-left:17px;
	margin-right:15px;
}

.post-view .action-oper .reply-oper{
  background:url(/images/forum/reply.gif) no-repeat 0 50%;
}

.post-view .action-oper .quote-oper{
  background:url(/images/forum/quote.gif) no-repeat 0 50%;
}

.post-view .action-oper .edit-oper{
  background:url(/images/forum/edit.gif) no-repeat 0 50%;
}

.post-view .action-oper .rr-fresh{
	background:url(/images/api/renren/fresh-icon.gif) no-repeat 0 50%;
}

.post-view .action-oper .back-top{
  float:right;
  width:16px;
  height:16px;
  background:url(/images/forum/back-top.gif) no-repeat 0 0;
}

.moderator-msg{
  margin-top:15px;
}

.moderator-msg blockquote{
  border-color:#7B0;
  margin:0;
}

.moderator-msg blockquote #addresser{
  font-size:13px;
  font-weight:bold;
}


.post-view .signature{
  padding-top:10px;
  border-top:1px solid #DDD;
  margin-top:10px;
}

.post-view .signature p{
  line-height:2;
}

.post-view .signature img{
  margin-top:10px;
}

.post-view .signature .progress-box{
  color:#069;
  font-weight:bold;
  font-family:Arial;
}

.post-view .signature .progress-box{
  margin-top:10px;
}

.post-view .signature .progress-box img{
  margin-top:0;
}

.post-vote{
  height:auto;
  padding-bottom:10px;
  border-bottom:1px dashed #DDD;
  margin-bottom:10px;
}

.post-vote .vote-icon{
  margin-bottom:10px;
}

.post-vote .vote-title{
  height:2.2em;
  font-size:117%;
  font-weight:bold;
}

.post-vote .vote-title a{
  font-size:86%;
  font-weight:lighter;
  color:#C69;
}

.post-vote .vote-list li{
  margin-bottom:0.8em;
}

.post-vote .vote-list li input{
  position:relative;
  top:2px !important;
  top:1px;
}

.post-vote .vote-list .submit{
  margin:10px 0 5px;
}

.post-attach{
  width:600px;
  height:auto;
  margin-bottom:10px;
}

.post-attach a{
  color:#C69;
}

.post-attach p{
  line-height:2;
}

.post-attach table{
  width:100%;
  margin-bottom:5px;
}

.post-attach table td{
  height:2em;
  border:1px solid #CCC;
  vertical-align:middle;
}

.post-moderate{
  width:100%;
  border-bottom:3px solid #EEE;
  margin-bottom:15px;
  font-size:14px;
  font-weight:bold;
}

.post-moderate td{
  height:30px;
  vertical-align:middle;
  text-align:center;
  background:#EFE;
}

.post-moderate a{
  color:#390;
}

.quick-reply{
  padding-top:15px;
  border-top:1px dashed #DDD;
  margin-top:15px;
}

.quick-reply div{
  width:400px;
  margin:auto;
}

.quick-reply .form-textarea{
  width:388px;
  margin:10px 0; 
}

/*----------  ----------  ----------  ----------  ----------*/

.top-pagination-wrap{
	height:25px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	text-align:right;
    }
.bottom-pagination-wrap{
	padding-top:6px;
	border-top:1px dashed #CCC;
	text-align:right;
    }
.pagination-title{
	float:left;
	font-size:13px;
	font-weight:bold;
    }
.pagination-sum{
	margin-right:10px;
    }
.pagination{
	display:inline;
    }
.pagination a{
    margin:0 2px;
    }
.pagination span.current{
    margin:2px;
	color:#E39;
	text-decoration:underline;
	font-size:14px;
    font-weight:bold;
    }
.pagination span.disabled{
    margin:2px;
	color:#999;
}

/*----------  ----------  ----------  ----------  ----------*/

.forum-member{
  height:auto;
  padding:20px;
}

.forum-member .club-intr{
  padding-bottom:10px;
  border-bottom:1px dashed #EEE;
  margin-bottom:15px;
}

.forum-member h1{
  margin-bottom:10px;
}

.forum-member .pagi-wrap{
  height:2em;
  margin-bottom:15px;
}

.forum-member .pagi-wrap .right-float{
  margin-top:6px;
}

.forum-member table{
  width:100%;
  border-collapse:collapse;
  margin-bottom:15px;
}

.forum-member td{
  width:1%;
  padding:10px;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
}

.forum-member .illu{
  float:left;
  width:60px;
  height:60px;
  margin-right:10px;
  overflow:hidden;
}

.forum-member td p{
  line-height:2.5;
}

/*----------  ----------  ----------  ----------  ----------*/

.forum-menu-wrap{
	position:relative;
	display:inline-block;
    }
.forum-menu-wrap .menu-link{
	display:inline-block;
	height:19px;
	line-height:19px;
	border:1px solid #FBD;
	padding:0 25px 0 5px;
	cursor:pointer;
	background:url(/images/forum/drop-icon.gif) no-repeat right center;
    }
.forum-menu{
	position:absolute;
	top:21px;
	right:0;
	width:auto;
	height:auto;
	padding:0 15px;
	border:1px solid #FBD;
	text-align:left;
	white-space:nowrap;
	background:#fff1f8;
    }
.forum-menu .delete{
	position:absolute;
	top:5px;
	right:-5px;
	width:20px;
	height:20px;
	background:url(/images/common/delete.gif) no-repeat center center;
    }
.forum-menu a{
	display:inline-block;
	margin:0 12px;
    }
.forum-menu dl{
	margin:10px 0;
    }
.forum-menu dt,
.forum-menu dd{
	height:25px;
	line-height:25px;
    }
.forum-menu dt{
	font-weight:bold;
}

.forum-back{
  padding:5px;
}

.forum-back li{
  line-height:25px; 
}

/*----------  ----------  ----------  ----------  ----------*/

.board-select{
  height:auto;
  margin-top:5px;
}

.board-select table{
  width:100%;
  border-collapse:collapse;
}

.board-select th{
  line-height:2.2em;
  padding-left:10px;
  text-align:left;
  font-size:108%;
  background:#ffedf6;
}

.board-select td{
  width:1%;
  padding:10px 15px;
  border-top:1px solid #ffedf6;
}

/*----------  ----------  ----------  ----------  ----------*/

.new-post{
  padding:15px 20px 20px;
}

.new-post table{
  width:100%;
  border-collapse:collapse;
}

.new-post h1{
  line-height:2;
  margin-bottom:10px;
  font-size:117%;
}

.new-post td{
  padding:10px;
  border-top:1px solid #ffe0ef;
  border-bottom:1px solid #ffe0ef;
  background:#fff9fc;
}

.new-post td.name{
  width:100px;
  text-align:center;
  font-weight:bold;
  background:#fff0f7;
}

.new-post .simle-list{
  width:600px;
}

.new-post .simle-list td{
  height:40px;
  padding:0;
  border:0;
  vertical-align:middle;
  text-align:center;
}

.new-post .add-attach{
  height:auto;
}

.new-post .add-attach .attach-remind{
  height:2em;
  border-bottom:1px solid #ffe0ef;
  margin:10px 0;
}

.new-post .add-attach .attach-list{
  border-bottom:1px solid #ffe0ef;
  margin-bottom:10px;
}

.new-post .add-attach .attach-list td{
  border:0;
  padding:0px 10px 10px 0;
  vertical-align:middle; 
}

.new-post .add-attach .attach-list td.name{
  width:60px;
  background:none;
}

.new-post .add-attach .attach-select input{
  height:auto !important;
  height:21px;
}

.new-post .add-attach .form-textarea{
  width:388px;
  height:68px;
}

.new-post .submit-oper{
  text-align:center;
  background:#ffe0ef;
}

.new-post .submit-oper *{
  vertical-align:middle;
}

.add-vote ul{
  margin-top:10px;
}

.add-vote li{
  margin-bottom:10px;
}

.add-vote .form-text{
  width:430px;
}

.post-back{
  height:400px;
  padding-bottom:20px;
  border:1px solid #ffe0ef;
  margin:0 20px 20px;
  overflow:auto;
}

/*----------  ----------  ----------  ----------  ----------*/

.user-document td{
	padding:10px;
    }
.user-document .user-info{
	padding:10px;
	vertical-align:top;
    }
.user-document .user-info p{
	margin-bottom:5px;
    }
.user-document .user-info p.last{
	margin-bottom:0;
    }
.user-document .user-info .photo{
	width:150px;
	overflow:hidden;
	margin-bottom:5px;
    }
.user-document .other-info p{
	line-height:25px;
}

/*----------  ----------  ----------  ----------  ----------*/

.bookmark th{
  padding:10px 15px; 
  text-align:left;
  background:#fff0f7;
}

.bookmark td{
  padding:10px 15px;
}

.add-bookmark{
  margin:20px;
  background:#FFF;
}

.add-bookmark .form-text{
	width:400px;
}

.moderate-panel-wrap{
  zoom:1;
  overflow:auto;
  background:url(/images/forum/moderate-nav-bg.gif) repeat-y 100% 0;
}

.moderate-panel-wrap .main-column{
  float:left;
  width:780px;
}

.moderate-panel-wrap .side-column{
  float:right;
  width:180px;
  padding-top:20px;
}

.moderate-panel{
  padding:20px;
}

.moderate-panel h1{
  height:30px;
}

.moderate-panel .pagi-wrap{
  height:25px;
}

.moderate-nav li{
  height:30px;
  margin-bottom:5px;
}

.moderate-nav li a{
  display:block;
  height:30px;
  line-height:30px;
  padding-left:15px;
  font-weight:bold;
  background:#fff1f8;
}

.moderate-nav li.current a,
.moderate-nav li a:hover{
  color:#E39 !important;
  background:#FFF;
}

/* forum search*/
.forum-search{
  _height:400px;
  min-height:400px;
  padding:20px;
}

.forum-search .search-bar{
  margin-bottom:15px;
  text-align:center;
}

.forum-search .search-option{
  border-collapse:collapse;
  border-top:3px solid #EEE;
  border-bottom:3px solid #EEE;
  margin-bottom:15px;
}

.forum-search .search-option td{
  width:1%;
  padding:10px 5px;
  border-top:1px dashed #EEE;
  border-bottom:1px dashed #EEE;
  white-space:nowrap;
}

.forum-search .search-result{
  height:auto;
}

.forum-search .search-result h2{
  height:25px;
  margin-bottom:10px;
  border-bottom:1px solid #EEE;
  font-size:117%;
}

.forum-search .search-result .result-list{
  height:auto;
  border-bottom:1px solid #EEE;
  padding-bottom:10px;
  margin-bottom:15px;
}

.forum-search .search-result h3{
  line-height:2;
  font-size:108%;
}

.forum-search .search-result p{
  line-height:2;
  margin-left:1em;
}

.forum-search .pagi-wrap{
  height:25px;
}

.nice-mark{
  font-weight:bold;
  color:#D45 !important;
}