﻿
html
{
    overflow-y: scroll;
    overflow-x: scroll;
}

body.portalpage
{
    margin: 0;
    padding: 0;
    color: #656567;
    font: 12px/20px simsun, Arial, Verdana, Lucida, Helvetica, sans-serif;
}

.portalpage .page
{
    width: 100%;
    margin: 0 auto;
    background: url(Images/header.jpg) no-repeat center top;
    padding: 0;
    clear: both;
}

/* Header */

.portalpage .header
{
    width: 960px;
    position: relative;
    height: 260px;
    margin: 0 auto;
}

.portalpage .header a, .portalpage .header a:hover
{
    text-decoration: none;
}

.portalpage .loginstatus
{
    position: absolute;
    top: 100px;
    right: 11px;
    bottom: 5px;
}

.portalpage .loginstatus, .portalpage .loginstatus a, .portalpage .loginstatus a:hover
{
    color: #fff;
}

.portalpage .welcome
{
    position: absolute;
    top: 100px;
    right: 41px;
    bottom: 5px;
}

.portalpage .welcome, .portalpage .welcome a
{
    color: #fff;
}

/* NavigationMenu */

.portalpage .loginmenu
{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 8px;
    right: 15px;
    height: 21px;
    font-size: 12px;
    line-height: 20px;
    top: 100px;
}

.portalpage .loginmenu l , .portalpage .loginmenu .logout
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.portalpage .loginmenu ul
{
    margin: 0;
    padding: 0;
    float: left;
}

.portalpage .loginmenu a, .portalpage .loginmenu span
{
    margin-left: 0;
    color: #487906;
    padding: 0 15px;
    height: 21px;
    display: inline-block;
}

.portalpage .loginmenu .login, .portalpage .loginmenu .welcome
{
    float: left;
}

.portalpage .loginmenu .login a, .portalpage .loginmenu .welcome a, .portalpage .loginmenu .welcome span
{
    color: #fff;
}

.portalpage .advert
{
    position: absolute;
    z-index: 0;
}

.portalpage .headermenu
{
    display: none;
}

.portalpage .navmenu
{
    position: absolute;
    top: 190px;
    z-index: 1;
}

.portalpage .navpath
{
    display: none;
}

.portalpage .logo
{
    position: absolute;
    top: 70px;
    left: 30px;
    width: 222px;
    height: 71px;
    background: url(Images/logo.png) no-repeat;
}
*html .portalpage .logo
{
    background: url(Images/logo.gif) no-repeat;
}

.portalpage .keywordfilter
{
    position: absolute;
    top: 70px;
    right: 0px;
}

.portalpage .keywordfilter .button
{
    padding-top: 0;
    background: none;
}

.portalpage .keywordfilter .button input
{
    background: url(Images/keywordfilter-bg.jpg) no-repeat center;
    padding-top: 3px;
    height: 25px;
    color: #b4e2f5;
}

.portalpage .keywordfilter input.textbox
{
    background: #b4e2f5;
    border-color: #44a9f8;
    height: 16px;
}

.portalpage .english
{
    display: none;
    position: absolute;
    top: 97px;
    right: 0px;
}

.portalpage .english a
{
    font-size: 12px;
    color: #fff;
}

/* Body */

.portalpage .body
{
    background: #fff;
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}
.portalpage .pointyWrapper .body
{
    background: none;
    width: auto;
    margin: auto;
    padding: 0;
    line-height: 20px !important;
}

*html .portalpage .pointyWrapper .body
{
    background: none;
    width: auto;
    margin: auto;
    padding: 0;
    line-height: 14px !important;
}


.portalpage .sidebar
{
    display: none;
}

.portalpage .rightbar
{
    display: none;
}

.portalpage .rightbar1
{
    display: none;
}

.portalpage .content
{
    margin: 0 20px 0;
}

.portalpage .page-nav
{
    margin: 0 0 50px;
    padding: 8px 0 8px 20px;
    background: #f9fdf7;
    color: #151515;
    font-weight: bold;
    font-size: 14px;
}
.portalpage .page-nav a
{
    margin-left: 8px;
}

.portalpage .content1-title
{
    margin: 50px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #0066a9;
}
/* Footer */

.portalpage .footer
{
    background: url(Images/footer.gif) no-repeat center bottom;
    position: relative;
    font-size: 12px;
    padding-top: 20px;
    height: 55px;
}

.portalpage .footermenu
{
    width: 205px;
    margin: 0 auto;
}

.portalpage .copyright
{
    margin: 0 auto;
    color: #87b2d0;
    text-align: center;
    margin-top: 10px;
}

*html .portalpage .copyright
{
    margin: 0 auto;
    color: #87b2d0;
    text-align: center;
}
/* onecolumnpage */

.onecolumnpage .content
{
    width: 890px;
    margin: 0 auto;
}

/* TwoColumnPage */

.twocolumnpage .sidebar
{
    display: block;
    float: left;
    margin-left: 40px; *+margin-left:40px;
    *margin-left:0;
    width:230px;
}

.twocolumnpage .content
{
    margin-left: 305px;
    margin-right: 35px;
}

/* rightsidebar */

.rightsidebar .content
{
    margin-left: 55px;
    margin-right: 340px;
    padding-top: 15px;
}

.rightsidebar .rightbar
{
    display: block;
    float: right;
    margin-right: 50px;
    width: 220px;
}

/* TemplatePage */

.templatetable
{
    width: 100%;
}

.ContentZoneL
{
    vertical-align: top;
    width: 283px;
    padding-right: 10px;
}

.threecolumnpage .ContentZoneL
{
    vertical-align: top;
    width: 283px;
    padding-right: 33px;
}

.ContentZoneL .webpartzone
{
}

.ContentZoneR
{
    vertical-align: top;
}

/* threecolumnpage */

.threecolumnpage .rightbar
{
    display: block;
    float: right;
    margin-right: 0;
    margin-top: -5px;
    width: 305px;
}

.threecolumnpage .content
{
    margin-left: 20px;
    margin-right: 340px;
}

.threecolumnpage .rightbar1
{
    clear: right;
    display: block;
    float: right;
    width: 300px;
    margin-top: 7px;
}

.threecolumnpage .bottombar
{
    margin-left: 20px;
    margin-right: 20px;
}
.threecolumnpage .webpartchrome
{
    margin-bottom: 15px;
}

.threecolumnpage .body
{
    padding-top: 15px;
}
/* book */
.book .body
{
    width: 890px;
    padding-left: 35px;
    padding-right: 35px;
}

.book .body-t
{
    background: url(Images/body.gif) repeat-y left top;
}

.book .body-b
{
    background: url(Images/body-t.jpg) no-repeat top left;
}

.book .content
{
    width: 585px;
    margin-left: 300px;
    margin-top:20px;
}

.book .body
{
    padding-top: 0;
    padding-bottom: 0;
}

.book .section
{
}

/* poll */

.poll
{
    background: url(Images/poll-page.jpg) no-repeat top center;
}

.poll .header
{
    display:none;
    width:1200px;
    height: 363px;
    background: url(Images/poll-header1.jpg) no-repeat top center ;
}

.poll .body
{
    width:1120px;
    padding: 0;
    padding-bottom: 0;
    background: url(Images/poll-body.jpg) repeat-y center;
}


.poll .body-b
{
    background: url(Images/poll-body-b.jpg) no-repeat bottom center;
}

.poll .navmenu
{
    display:none;
}

.poll .logo
{
    display:none;
}

.poll .content
{
    width:960px;
    margin: 0 auto;
}
    
/* ForumPage */

.ForumPage .content
{
    padding-top: 50px;
    position: relative;
}

.ForumPage .leftpane
{
    float: left;
    width: 140px;
}

.ForumPage .rightpane
{
    float: right;
    width: 760px;
}

.ForumPage .section
{
    margin: 0 20px;
}


/* layout */

.quankuan920
{
	margin:0 20px 0;
	clear: both;
}

.quankuan850
{
	margin: 0 55px 0;
	clear: both;
}

.left285
{
	float: left;
	margin: 0;
	margin-left:20px;
    width: 285px;
    clear: left;
}

.middle285
{
	margin: 0 340px 0 335px;
}

.right285
{
	width: 285px;
	float: right;
	clear: right;
	margin: 0;
	margin-right:20px;
}

.right285content
{
	margin: 0 340px 0 20px;
}

.right305
{
	width: 305px;
	float: right;
	clear: right;
	margin: 0 ;
}

.left230
{
	float: left;
	margin: 0;
	margin-left:40px;
    width: 230px;
    clear: left;
}

.left230content
{
	float: right;
	clear: right;
	margin: 0 35px 0 305px;
}

.right220
{
	width: 220px;
	float: right;
	clear: right;
	margin: 0;
	margin-right:50px;
}

.right220content
{
    margin: 0 340px 0 55px;
}

.right585
{
	width: 585px;
	float: right;
	clear: right;
	margin: 0;
	margin-right:20px;
}

/* Field Panel */

.portalpage fieldset .fieldlabel
{
    width: 82px;
    float: left;
    text-align: right;
    margin-bottom: 16px;
}

.portalpage fieldset .mceEditor,
.portalpage fieldset .fieldvalue
{
    float: left;
    margin: 0 0 16px 60px;
}

.ForumPage fieldset .fieldvalue
{
    margin: 0;
}

.portalpage fieldset .fielddesc
{
    margin: -10px 0 16px 140px;
    width: 320px;
    color: #999;
    display: block;
}

.portalpage fieldset .fieldbuttons
{
    clear: left;
    margin: -10px 0 16px 140px;
    width: 320px;
}

.portalpage fieldset .fieldbuttons object
{
    float: left;
}

.portalpage fieldset .fieldvalue:after
{
    visibility: hidden;
}

.portalpage fieldset .fieldvalue, 
.portalpage fieldset .mcdropdown, 
.portalpage fieldset textarea.fieldvalue 
{
    width: 320px;
}

.portalpage fieldset select.fieldvalue 
{
    width: 326px;
}

.portalpage fieldset .section-title
{
    margin: 0 0 16px 0px;
    font-size: 14px;
}

.form p
{
    margin: 0 0 30px 190px;
}

/* Button Panel */

.buttons
{
    margin: 20px 0 20px 80px;
    width: 300px;
    text-align: right;
}

.buttons .button,
.buttons a
{
    margin: 0;
}

.buttons .buttons-side
{
    float:left;
}

 .messageform-updatebutton .buttons
{
    text-align:right;
}

.messageform-updatebutton .buttons .button input
{
    border: 1px solid #dddddf;
}
/* documentshow */

.documentshow .title
{
    font-weight: bold;
    font-size: 14px;
    color: #0066a9;
    text-align: center;
    margin-bottom:10px;
}

.documentshow .subtitle
{
    text-align: center;
    color: #0066a9;
    margin-bottom:10px;
}

.documentshow .source
{
    margin-left: 10px;
    float:right;
    margin-bottom:20px;
}

.documentshow .author
{
    margin-left: 10px;
    float:right;
    margin-bottom:20px;
}

.documentshow .authortime
{
    margin-left:10px;
    float:right;
    margin-bottom:20px;
}

.documentshow
{
    width:840px;
    padding: 20px;
    margin: 0 auto;
    background: #fafafa;
}

.documentshow .documentcontent .fieldvalue
{
    font-size: 14px;
    line-height: 24px;
}

.documentshow p
{
    padding: 0 !important;
    margin-left: 0 !important;
}

/* ForumPage */

.ForumPage .SiteMapPath
{
    position: absolute;
    top: 0;
    left: 0;
}

.ForumPage .AddThreadLink
{
    position: absolute;
    top: 5px;
    right: 0;
}

.ForumPage .AddThreadLink a
{
    display: inline-block;
    width: 86px;
    height: 29px;
    background: url(Images/AddThreadLink.jpg) no-repeat;
}

.ForumPage .caption
{
    position: absolute;
    top: 55px;
    right: 10px; 
}

.ForumPage .caption,
.ForumPage .caption a
{
    color: #fff;
}

/* ThreadShowPage */

.ThreadShowPage .navpath
{
    display: block!important;
    position: absolute;
    bottom: 7px;
    left: 10px;
    z-index: 100;
}
