﻿/* page */

.forumpage .page
{
    width: 100%;
    min-width: 1024px;
}

.forumpage .header
{
    height: 160px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.forumpage .body
{
    position: relative;
}

.forumpage .page-title
{
    display: none;
}

.forumpage .page-nav
{
    margin-left: 1%;
    margin-right: 1%;
    text-align: right;
    margin-top: -70px;
    margin-bottom: 33px;
}

.forumpage .page-nav a
{
    font-size: 14px;
}

.forumpage .footer
{
    text-align: center;
    padding-bottom: 40px;
}

.forumpage .logo
{
	padding-top: 20px;
	width: 165px;
}

.forumpage .logo a
{
    display: inline-block;
    width: 160px;
    height: 62px;
    background: url(Images/header.gif) no-repeat top left;
    cursor: pointer;
}

.forumpage .copyright
{
    font-size: 12px;
    color: #aaaaaa;
    clear:both;
    text-align:right;
}

.forumpage .advert
{
	position: absolute;
	top: 10px;
	right: 100px;
	width: 700px;
	height: 55px;
}

.forumpage .ForumLogin
{
	float: right;
}

.forumpage .ForumLogin .logout
{
	display: inline-block;
	width: 55px;
	height: 30px;
    line-height: 30px;
    text-align: center;
    color: #1e1e1e;
	font-size: 14px;
    background: url(Images/logout.jpg) no-repeat;
}

.forumpage .ForumLogin .UserName
{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-right: 50px;
	padding-left: 10px;
	background: #ed1b24;
	color: #fff;
	font-size: 14px;
}

.forumpage .LoginPlaceHolder br
{
    display: none;
}

.forumpage .LoginPlaceHolder .fieldvalue
{
	width: 90px;
	border: 1px solid #ececec;
}

.forumpage .LoginPlaceHolder .button input
{
	background: url(Images/button.jpg) no-repeat;
	border: 0;
	width: 45px;
	height: 22px;
}

.forumpage .headermenu
{
	display: none;
}

.forumpage .navpath
{
	clear: both;
}

.forumpage .navpath .current
{
	color: #c37e23;
	font-size: 20px;
	font-family: "Microsoft YaHei";
}

.forumpage .navpath,
.forumpage .navpath span,
.forumpage .navpath a
{
    color: #a1a1a1;
}

.forumpage .loginmenu
{
    display: none;
}

.forumpage .content
{
    z-index: 2;
    margin-right: 15px;
    margin-left: 15px;
}

.forumpage .sidebar
{
	display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 210px;  
}

.forumpage .sidebar .login .ControlPanel
{
    background: url(Images/login.jpg) no-repeat top;
    width: 210px;
    height: 322px; 
    position:relative;
}

.forumpage .sidebar .login .ControlPanel .logout
{
    position:absolute;
    top: 10px;
    right: 20px;
    padding-top: 2px;
}

.forumpage .sidebar .login .ControlPanel .gerenzhognxin
{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-left:15px;
    margin-bottom:20px;
}

.forumpage .sidebar .login .ControlPanel .welcome
{
    margin-left: 20px;
    margin-bottom: 15px;
    width: 96px;
}

.forumpage .sidebar .login .ControlPanel .welcome img
{
    display:block;
    margin-bottom: 5px;
    max-width: 100px;
    max-height: 100px;
}

*html .forumpage .sidebar .login .ControlPanel .welcome img
{
    width: expression( this.clientWidth > 100 ? "100px" : auto );
}

.forumpage .sidebar .login .ControlPanel .welcome span
{
    width: 100%;
    text-align: center;
    display:block;
}

.forumpage .sidebar .login .ControlPanel ul.profileedit
{
    position:absolute;
    top:50px;
    left: 130px;
    line-height: 24px;
}

.forumpage .sidebar .login .ControlPanel ul.profileedit li
{
    margin-bottom: 5px;
}

.forumpage .sidebar .login .ControlPanel ul.profileedit a
{
    color: #999999;
}

.forumpage .sidebar .login .ControlPanel ul.profileedit span
{
    color: #ed1b24;
}

.forumpage .sidebar .login .ControlPanel ul.profileedit li.shoujirenzheng a
{
    width: 71px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    background: url(Images/shoujirenzheng1.jpg) no-repeat;
    color: #5d390e;
}

.forumpage .sidebar .login .ControlPanel ul.profileedit li.yezhurenzheng a
{
    width: 71px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    background: url(Images/yezhurenzheng1.jpg) no-repeat;
    color: #5d390e;
}

.forumpage .sidebar .login .ControlPanel ul.profileedit li.shoujirenzheng a:hover,
.forumpage .sidebar .login .ControlPanel ul.profileedit li.yezhurenzheng a:hover
{
    filter:alpha(opacity=80);      
    -moz-opacity:0.8;             
    opacity: 0.8;
}

.forumpage .sidebar .login .ControlPanel2
{
    margin: 0 20px;
}

.forumpage .sidebar .login .ControlPanel2 li
{
    float: left;
    margin-bottom: 4px;
    width: 84px;
    height: 25px;
    
}

.forumpage .sidebar .login .ControlPanel2 li a
{
    margin: 0 auto;
    display: block;
    width: 84px;
    height: 25px;
    line-height: 25px;
    text-align:center;
    background: url(Images/ControlPanel2-a.jpg) no-repeat;
    color: #787677;
}

.forumpage .sidebar .login .ControlPanel2 li a:hover
{
    background: url(Images/ControlPanel2-hover.jpg) no-repeat;
    color: #fff;
}

.forumpage .sidebar .login .AnonymousPanel
{
    background: url(Images/AnonymousPanel.jpg) no-repeat;
    width: 210px;
    height: 289px;
    margin-bottom: 20px;
}

.forumpage .sidebar .login fieldset
{
    padding-top: 30px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    line-height: normal;
}

.forumpage .sidebar .login fieldset LEGEND
{
    margin-bottom:30px;
    color: #787677;
}

.forumpage .sidebar .login fieldset .fieldlabel
{
    margin-left: 15px;
    display:inline-block;
    width: 40px;
    margin-bottom: 10px;
    float: none;
    margin-right: 0;
}

.forumpage .sidebar .login fieldset .fieldvalue
{
    margin-left:5px;
    margin-right: 0;
    width: 120px;
    margin-bottom: 10px;
    float: none;
}

.forumpage .sidebar .login .buttons
{
    margin-left: 65px;
    margin-bottom: 20px;
}

.forumpage .sidebar .login .buttons input.button
{
   width: 77px;
   height: 32px;
   background: url(Images/community-button.jpg) no-repeat;
   border: 0;
   line-height: 32px;
}

.forumpage .sidebar .login .zhuce
{
    font-size: 12px;
    text-align: center;
    margin-bottom:10px;
}

.forumpage .sidebar .login .lijizhuce
{
    display: inline-block;
    background: url(Images/community_lijizuhce.jpg) no-repeat;
    width: 194px;
    height: 39px;
    margin-left: 10px;
}

.forumpage .sidebar .login .RetrivePassword
{
    float:right;
    margin-right: 20px;
    margin-top: 5px;
}

*+html .forumpage .sidebar .login .RetrivePassword
{
    float:right;
    margin-right: 20px;
    margin-top: 12px;
}

.forumpage .sidebar .login .RetrivePassword a
{
    color: #868686;
}


/* menu */

.forumpage .communitymenu
{
    position:relative;
    width: 100%;
}

.forumpage .communitymenu ul
{
    margin-left: -10px;
}

.forumpage .communitymenu ul li
{
    float: left;
    border-right: 1px solid #000;
    margin-bottom: 20px;
}

.forumpage .communitymenu li a
{
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

*html .forumpage .communitymenu li a
{
    text-align: center;
    padding-top: 8px;
    margin-right: 5px;
    font-size: 14px;
    height: 22px;
    display:inline-block;
    text-decoration: none;
}

.forumpage .communitymenu li.activeitem a
{
    color: #c70006;
}

.forumpage .communitymenu li ul
{
    position: absolute;
    top: 30px;
    display: none;
}

.forumpage .communitymenu li li a
{
    width: auto;
    text-align: left;
    padding-left: 5px;
    padding-right:5px;
    background: none;
    color: #8e8e8e;
    cursor: default;
    font-size: 12px;
}

/* gridview */

.forumpage .KeywordFilter
{
	display: inline;
	float: none;
	margin: 0;
}

.forumpage .searchbar
{
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.forumpage .searchbar input[type=text]
{
    width: 10em;
}

.forumpage .filters
{
    margin-bottom: 20px;
    min-height: 60px;
}

.forumpage .filters label
{
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 10.5%;
    margin-bottom: 20px;
}

.forumpage .filters span.button
{
    margin-left: 20px;
}

.forumpage .filters .hilight
{
    border: 1px solid #6d9b9b;
    background: #9bcbcb;
    color: #fff;
}

.forumpage .operations
{
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 35.5%;
    height: 41px;
    line-height: 41px;
    margin-bottom: 5px;
    text-align: center;
}

.forumpage .operations br.clear
{
    display: none;
}

.forumpage .sorters
{
    clear: right;
    float: right;
    margin-left: 1%;
    margin-right: 1%;
    width: 59.5%;
    padding-right: 1%;
    height: 41px;
    line-height: 41px;
    text-align: right;
}

.forumpage .gridview
{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.forumpage .gridview caption
{
    margin-bottom: 20px;
    text-align: left;
}

.forumpage .gridview caption br.clear
{
    display: none;
}

.forumpage .gridview thead th
{
    color: #424242;
    border-bottom: 1px solid #d0d0d0;
    white-space: nowrap;
    line-height: 200%;
    text-align: left;
    padding-right: 0.5em;
}

.forumpage .gridview .selection
{
    width: 0;
}

.forumpage .gridview .selection input
{
    margin: 5px;
}

.forumpage .gridview .icon
{
    text-align: center;
}

.forumpage .gridview .icon img
{
    margin: 5px;
}

.forumpage .gridview tbody td
{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d0d0d0;
    line-height: 170%;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    vertical-align: middle;
}

.forumpage .gridview tbody td td
{
    border: 0;
}

.forumpage .gridview tbody .audit
{
    font-size: 0.9em;
    font-style: italic;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: block;
}

.forumpage .gridview .fieldlabel
{
    margin-bottom: 0!important;
}

.forumpage .gridview .fieldvalue
{
    margin-bottom: 0!important;
}

.forumpage .pager
{
	margin-top:0;
    display: block;
    margin-bottom: 20px;
    float: right;
}

.forumpage .ForumShow
{
	margin-bottom: 20px;
}

.forumpage .pager .item
{
    padding: 2px 4px;
}

.forumpage .pager span.item
{
}

.forumpage .reorderlist ul
{
    list-style: disc;
    padding-left: 20px;
}

.forumpage .reorderlist li
{
    margin-bottom: 20px;
    cursor: move;
}

.forumpage .reorderlist br.clear
{
    display: none;
}

/* form */

.forumpage fieldset
{
    line-height: 150%;
}

.forumpage fieldset legend
{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.forumpage fieldset .fieldlabel
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 80px;
    margin-bottom: 10px;
}



.forumpage fieldset .fieldvalue,
.forumpage fieldset .mceEditor
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 150px;
}

.forumpage fieldset .mcdropdown,
.forumpage fieldset .mcdropdown input
{
    width: 150px!important;
}

.forumpage fieldset span
{
    float: left;
}

.forumpage fieldset textarea
{
    width:200px;
}


.forumpage fieldset label
{
    display:inline-block;
}

.forumpage fieldset .fielddesc
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 160px;
    margin-bottom: 20px;
}

.forumpage fieldset .fieldbuttons
{
    clear: both;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 450px;
    margin-bottom: 20px;
}

.forumpage fieldset .fieldbuttons object
{
    float: left;
    margin-right: 5px;
}

.forumpage fieldset .fieldbuttons span
{
    margin-left: 10px;
}

.forumpage fieldset .uploadpanel
{
    clear: both;
    float: left;
    margin-left: 30px;
    margin-right: 5px;
    width: 120px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.forumpage .buttons
{
    margin-left:95px;
    margin-top: 20px;
}

.forumpage .buttonright
{
	clear: both;
    margin-left: 325px;
}

.forumpage .buttons a 
{
    margin-left: 10px;
}


/* text */

body.forumpage
{
    font-size: 12px;
}

.forumpage a
{
    color: #151515;
    text-decoration: none;
}

.forumpage a:hover
{
    color: #1e5193;
    text-decoration: underline;
    text-decoration: none;
}

.forumpage p
{
    margin-bottom: 20px;
    color: #868686;
    line-height: 18px;
}

.forumpage span
{
    color: #868686;
}

.forumpage span.fieldvalue
{
    color: #868686;
    line-height: 18px;
}

.forumpage .fieldlabel
{
    line-height: 18px;
}

.forumpage th
{
    color: #565656;
}

.forumpage .communitymenu
{
	margin-left: 10px;
	margin-top: 8px;
}

.forumpage .communitymenu li
{
	background: none;
	padding-left: 10px;
	border: 0!important;
}

.forumpage .communitymenu li.communitymenu1
{
	background: url(Images/communitymenu1.jpg) no-repeat left center;
}

.forumpage .communitymenu li.communitymenu2
{
	background: url(Images/communitymenu2.jpg) no-repeat left center;
}

.forumpage .communitymenu li.communitymenu3
{
	background: url(Images/communitymenu3.jpg) no-repeat left center;
}

.forumpage .communitymenu li.communitymenu4
{
	background: url(Images/communitymenu4.jpg) no-repeat left center;
}

.forumpage .communitymenu li.communitymenu5
{
	background: url(Images/communitymenu5.jpg) no-repeat left center;
}

.forumpage .communitymenu li.communitymenu6
{
	background: url(Images/communitymenu6.jpg) no-repeat left center;
}

.forumpage .communitymenu li.communitymenu7
{
	background: url(Images/communitymenu7.jpg) no-repeat left center;
}
