@charset "utf-8";
/*author: Pobear Wang*/
/*common sub menu*/
.sub_menu{
    clear: both;
    margin: 0 10px;
}

.sub_menu .body h4 b{
    font-weight: normal;
    margin-left: 8px;
}

.sub_menu .body span{
    float: right;
    padding-left: 10px;
    background: url(../image/direct_back.gif) left 8px no-repeat;
    margin-right: 8px;
    line-height: 24px;
}

.sub_menu .person{
    float: left;
    width: 60px;
}

.sub_menu .body li{
    display: inline;
    float: left;
    margin-right: 10px;
}

.sub_menu .body p{
    color: #999;
}

.sub_menu .body p span{
    float: right;
}

.sub_menu .btm_border{
    border-bottom: 1px solid #c4b0bb;
    padding-left: 10px;
}

/*relate menu*/
.relate_menu, .sub_title{
    clear: both;
}

.relate_menu{
    padding: 5px 0;	
    border-bottom: 1px solid #c4b0bb;
}

.relate_menu ul{
    margin: 0 10px;
}

.relate_menu li{
    display: inline;
    float: left;
    padding-top: 1px;
    margin-right: 20px;
    line-height: 12px;
}

.relate_menu li.active{
    padding-left: 5px;
    font-weight: bold;
    border-left: 4px solid #939;
}

/*sub menu style*/
.menu_title{
    padding: 10px 0;
    background: #fefefe;
}

.menu_title h4{
    margin-left: 10px;
    padding-left: 24px;
}

.menu_title span{
    display: block;
    float: right;
    margin-right: 10px;
}

.menu_title span.add{
    
}

#group .col_tab_nav{
    margin-top: 10px;
}

#group{
    padding: 20px 0;
}

#group .page_bar{
    margin-left: 0;
    margin-right: 0;
}

#group .box5, #group .box18{
    margin-top: 10px;
}

#group_member{
    border-left: 1px solid #fcc;
}

/*group introduction*/
.group_intro h6{
    margin-left: 10px;
    font-weight: bold;
}

.group_intro blockquote{
    background: url(../image/notice_back.gif) left top no-repeat #fff0f0;
    padding-top: 10px;
}

.group_intro blockquote p{
    padding: 10px;
    background: url(../image/notice_back.gif) -720px bottom no-repeat;
}

.group_intro .moderator{
    margin: 8px 5px;
}

.group_intro .moderator span{
    padding-left: 16px;
    background: url(../image/vtk_icon.gif) left -528px no-repeat;
}

.group_intro .moderator a{
    margin: 0 6px;
}

/*topic list*/
#group .topic_list{
    clear: both;
}

#group .topic_list table{
    width: 100%;
}

#group .topic_list td{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 145%;
}

#group .topic_list td a, #group .topic_list td strong{
    margin: 0 4px;
}

#group .topic_list td strong{
    display: block;
    clear: both;
    color: #ccc;
    font-size: 11px;
    font-family: tahoma,mingliu;
}

.topic_list thead td{
	padding: 0 4px;
    background: #fbf9fa;
    font-weight: bold;
    color: #947288;
    border-bottom: 1px solid #cebdc7;
}

.topic_list tbody td{
    border-bottom: 1px solid #ffdfdf;
    text-align: right;
}

.topic_list td.folder{
	text-align: center;
	width: 16px;
}

.topic_list td.subject{
    text-align: left;
}

.topic_list td.author{
    width: 15%;	
    text-align: right;
}

.topic_list td.update{
    width: 15%;	
    text-align: right;
}

.topic_list td.group{
    text-align: left;
}

/*my group topic list*/
#my_topic_list td.subject{
    width: 55%;
}

#my_topic_list td.author{
    width: 14%;	
}

#my_topic_list td.update{
    width: 14%;	
}

/*group post display*/
#group .title{
    padding: 7px 10px 5px 30px;
    background: #fefefe;
    border-bottom: 1px solid #cebdc7;
}

#group .title span{
    float: right;
    margin-left: 8px;
}

.post_list{
    padding-left: 10px;
}

.post_list .entry{
    clear: both;
    padding: 8px 0;
}

.post_list .entry .person{
    float: left;
    width: 60px;
}

.post_list .entry .body{
    float: left;
    width: 690px;
}

.post_list .entry .body span{
    float: right;
    margin-left: 8px;
}

.post_list .entry .body .detail span{
    float: none;
    margin-left: 0;
}

.post_list span.delete, .post_list span.reply, .post_list span.edit{
    padding-top: 7px;
}

.post_list .entry h6{
    padding: 0 10px;
    line-height: 25px;
    border-top: 1px solid #fcc;
    background: #fff4f4;
}

.post_list .entry h6 a b{
    color: #999;
}

.post_list .entry h6 a:hover b{
    color: #818;
}

.post_list .entry .detail{
    margin:8px 10px 0 10px;
}

.post_list .entry .detail img{
    margin: 0 2px;
    vertical-align: middle;
}

.post_list .post_divide{
    margin-left: 60px;
    height: 1px;
    font-size: 0;
    background: #fcc;
}

/*reply form*/
.post_list .reply_area{
    margin-left: 70px;
}

.post_list .reply_area div.c{
    margin: 5px 0;
}

.post_list .reply_area p{
    font-size: 14px;
    font-weight: bold;
}

/*group list*/
/*.group_list .entry{
    clear: both;
    padding: 8px 10px;
    border-bottom: 1px solid #fcc;
}

.group_list .entry .image{
    float: left;
    width: 110px;
}

.group_list .entry .info{
    float: left;
    width: 540px;
}

.group_list .entry .info div strong{
    margin-right: 5px;
}

.group_list .entry .info div a{
    margin: 0 5px;
}

.group_list .entry .action{
    float: right;
    width: 80px;
}

.group_list .entry .action li{
    clear: both;
    line-height: 22px;
    border-bottom: 1px solid #e3dbe0;
}

.group_list .entry .action li a{
    display: block;
    padding-left: 6px;
}

.group_list .entry .action li a:hover{
    background: url(../image/repeat-x.png) repeat-x scroll 0 -80px;
    color: #fcf2f4;
}*/

#group .filter_list{
    padding-bottom: 8px;
    border-bottom: 1px solid #d2c4cc;
}

table.groups{
    width: 100%;
}

table.groups td{
    width: 33%;
    padding: 10px 0;
    color: #666;
    vertical-align: top;
    border-bottom: 1px dashed #fcc;
}

table.groups td .pic{
	display: inline;
    float: left;
    width: 56px;
    margin-left: 10px;
}

table.groups td .con{
	display: inline;
    float: left;
    width: 185px;
}

table.groups td .con span{
    color: #333;
}

/*topic publish*/
.group_publish{
    margin: 15px 10px;
}

.group_publish div.c{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.group_publish input, .group_publish textarea{
    float: left;
}

.group_publish .wysiwyg{
    float: left;
}

.group_publish div.action{
    margin-left: 100px;
}

.group_publish label{
    display: block;
    float: left;
    width: 100px;
    font-weight: bold;
    text-align: right;
}

.group_publish .form_check_msg, .group_publish .error_msg{
    clear: both;
    margin-left: 100px;
}

#members #users .sub_menu{
    border-bottom: none;
}

/*reply quote*/
.quote{
    width: 500px;
    margin: 5px 0;
    background: url(../image/quote_left.gif) top left no-repeat #f8f1f8;
}

.quote blockquote{
    padding: 8px 28px;
    color: #888;
    background: url(../image/quote_right.gif) bottom right no-repeat;
}


























