﻿/* page */

.communitypage .page
{
    width: 860px;
    margin: 0 auto;
}

.communitypage .header
{
    height: 130px;
    position: relative;
}

.communitypage .body
{
	position: relative;
    margin-bottom: 20px;
    width:860px;
    margin:0 auto;
}

.communitypage .page-title
{
    display: none;
}

.communitypage .page-nav
{
    margin-left: 1%;
    margin-right: 1%;
    text-align: right;
    margin-top: -70px;
    margin-bottom: 33px;
}

.communitypage .page-nav a
{
    font-size: 14px;
}

.communitypage .footer
{
    text-align: center;
    padding-bottom: 40px;
}

.communitypage .logo
{
    position: absolute;
    top: 65px;
    left: 285px;
}

.communitypage .logo a
{
    display: inline-block;
    width: 160px;
    height: 62px;
    background: url(Images/header.gif) no-repeat top left;
    cursor: pointer;
}

.communitypage .copyright
{
    font-size: 12px;
    color: #aaaaaa;
    clear:both;
    text-align:right;
    width:860px;
    margin:0 auto;
}


.communitypage .advert
{
    position: absolute;
    top: 72px;
    left: 0;
    width: 485px;
    height: 178px;
}

.communitypage .navpath
{
    position:absolute;
    bottom: 20px;
    left: 5px;
}

.communitypage .navpath,
.communitypage .navpath span,
.communitypage .navpath a
{
    color: #a1a1a1;
}

.communitypage .loginmenu
{
    display: none;
}

.communitypage .content
{
    position: relative;
    display:inline;
	float:left;
	margin: 0 5px;
	margin-right: 10px;
    width: 620px; 
    z-index: 2;
}

*html .communitypage .content
{
    position: relative;
    display:inline;
	float: left;
	margin: 0 5px;
	margin-right: 10px;
    width: 610px; 
}

.communitypage .sidebar
{
    position: relative;
    display:inline;
	float:right;
	margin: 0 5px;
	margin-left: 10px;
    width: 210px;  
}

.communitypage .sidebar .login .ControlPanel
{
    background: url(Images/login.jpg) no-repeat top;
    width: 210px;
    height: 322px; 
    position:relative;
}

.communitypage .sidebar .login .ControlPanel .logout
{
    position:absolute;
    top: 10px;
    right: 20px;
    padding-top: 2px;
}

.communitypage .sidebar .login .ControlPanel .gerenzhognxin
{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-left:15px;
    margin-bottom:20px;
}

.communitypage .sidebar .login .ControlPanel .welcome
{
    margin-left: 20px;
    margin-bottom: 15px;
    width: 96px;
}

.communitypage .sidebar .login .ControlPanel .welcome img
{
    display:block;
    margin-bottom: 5px;
    max-width: 100px;
    max-height: 100px;
}

*html .communitypage .sidebar .login .ControlPanel .welcome img
{
    width: expression( this.clientWidth > 100 ? "100px" : auto );
}

.communitypage .sidebar .login .ControlPanel .welcome span
{
    width: 100%;
    text-align: center;
    display:block;
}

.communitypage .sidebar .login .ControlPanel ul.profileedit
{
    position:absolute;
    top:50px;
    left: 130px;
    line-height: 24px;
}

.communitypage .sidebar .login .ControlPanel ul.profileedit li
{
    margin-bottom: 5px;
}

.communitypage .sidebar .login .ControlPanel ul.profileedit a
{
    color: #999999;
}

.communitypage .sidebar .login .ControlPanel ul.profileedit span
{
    color: #ed1b24;
}

.communitypage .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;
}

.communitypage .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;
}

.communitypage .sidebar .login .ControlPanel ul.profileedit li.shoujirenzheng a:hover,
.communitypage .sidebar .login .ControlPanel ul.profileedit li.yezhurenzheng a:hover
{
    filter:alpha(opacity=80);      
    -moz-opacity:0.8;             
    opacity: 0.8;
}

.communitypage .sidebar .login .ControlPanel2
{
    margin: 0 20px;
}

.communitypage .sidebar .login .ControlPanel2 li
{
    float: left;
    margin-bottom: 4px;
    width: 84px;
    height: 25px;
    
}

.communitypage .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;
}

.communitypage .sidebar .login .ControlPanel2 li a:hover
{
    background: url(Images/ControlPanel2-hover.jpg) no-repeat;
    color: #fff;
}

.communitypage .sidebar .login .AnonymousPanel
{
    background: url(Images/AnonymousPanel.jpg) no-repeat;
    width: 210px;
    height: 289px;
    margin-bottom: 20px;
}

.communitypage .sidebar .login fieldset
{
    padding-top: 30px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    line-height: normal;
}

.communitypage .sidebar .login fieldset input
{
    width: 126px;
}

.communitypage .sidebar .login fieldset LEGEND
{
    margin-bottom:30px;
    color: #787677;
}

.communitypage .sidebar .login fieldset .fieldlabel
{
    margin-left: 15px;
    display:inline-block;
    width: 40px;
    margin-bottom: 10px;
    float: left;
    margin-right: 0;
}

.communitypage .sidebar .login fieldset .fieldvalue
{
    margin-left:0px;
    margin-right: 0;
    width: 126px;
    margin-bottom: 10px;
    float: none;
}
.communitypage .sidebar .login fieldset .fieldvalue input
{
    width: auto;
}

.communitypage .sidebar .login .buttons
{
    margin-left: 65px;
    margin-bottom: 20px;
}

.communitypage .sidebar .login .buttons input.button
{
   width: 77px;
   height: 32px;
   background: url(Images/community-button.jpg) no-repeat;
   border: 0;
   line-height: 32px;
}

.communitypage .sidebar .login .zhuce
{
    font-size: 12px;
    text-align: center;
    margin-bottom:10px;
}

.communitypage .sidebar .login .lijizhuce
{
    display: inline-block;
    background: url(Images/community_lijizuhce.jpg) no-repeat;
    width: 194px;
    height: 39px;
    margin-left: 10px;
}

.communitypage .sidebar .login .RetrivePassword
{
    float:right;
    margin-right: 20px;
    margin-top: 5px;
}

.communitypage .sidebar .login .RetrivePassword a
{
    color: #868686;
}

.communitypage .sidebar .login .RememberMeField
{
	float: left;
}
.rightsidebar .content
{
    display: block!important;
	clear: left!important;
	margin: 20px 0 0!important;
    width: 100%!important; 
}

.rightsidebar .sidebar
{
    display: none;
}

.rightsidebar .navpath
{
	display: none;
}

.rightsidebar .communitymenu
{
    display: none;
}

.Complaint .communitymenu
{
    display: none;
}



.communitypage .content .content .leftpane
{
    position: static;
    display:inline;
	float: left;
	margin: 0 5px;
	margin-right: 15px;
    width: 450px;
}

.communitypage .content .content .rightpane
{
    position: static;
    display:inline;
	float: left;
	margin: 0 5px;
    width: 140px;
}

.rightsidebar .content .content .leftpane
{
    position: relative;
    display:inline;
	float: left;
	margin: 0 5px;
	margin-right: 15px;
    width: 615px;
    z-index:1;
}

.rightsidebar .content .content .rightpane
{
    position: relative;
    display:inline;
	float: left;
	margin: 0 5px;
    width: 215px;
    z-index:0;
}

.communitypage .changecity
{
    position: absolute;
    z-index: 1000;
    top: 5px;
    right: 10px;
    font-size: 14px;
    color: #626061;
}

.communitypage .changeregion span
{
    color: #fff;
    width: 50px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #c37e23;
    font-weight: bold;
}

.communitypage .changeregion a
{
    color: #707070;
    background: #e3e3e3;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 70px;
    text-align: center;
}

.communitypage .regionList
{
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 30px;
    width: 610px;
    padding-bottom: 10px;
    background: #f3f1f2;
}

.communitypage .regionList li
{
    display: inline;
    z-index: 1000;
    margin: 10px 20px 0 0;
}

.communitypage .regionList li a
{
    color: #a3a1a2;
    display: inline-block;
    font-size: 12px;
}


/* menu */

.communitypage .footermenu
{
    border-bottom: 1px #e0e0e0 solid;
    margin:15px auto 15px auto;
    padding-bottom: 15px;
    width:860px;
}

.communitypage .footermenu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 10px;
}

.communitypage .footermenu ul li
{
    float: left;
    z-index: 0;
    margin-right: 20px;
    padding-top: 3px;
}

.communitypage .footermenu ul li a
{
    color: #aeadad;
}

.communitypage .headermenu
{
	padding:3px 5px;
    position:absolute;
    top: 50px;
    right: 2px;
    line-height:160%;
    background:#F7F7F7;
}

.communitypage .headermenu li
{
    float: left;
    margin-left:20px;
}

.communitypage .headermenu,
.communitypage .headermenu a
{
    font-size: 12px;
    font-weight:bold;
    margin:0 0 20px 0;
    color: #989898;
    text-decoration: none;
}

.communitypage .navmiddlemenu
{
	position:absolute;
	top:90px;
	right:2px;
	line-height:160%;
}

.communitypage .navmiddlemenu li
{
	float:left;
	margin-left:10px;
	font-weight:bold;
}

.communitypage .navmenu
{
    position: absolute;
    top: 72px;
    right: 0;
    width: 370px;
}

.communitypage .navmenu a
{
    display:inline-block;
    width: 83px;
    height: 210px;
    margin: 0 5px;
}

.communitypage .navmenu a:hover
{
    filter:alpha(opacity=80);      
    -moz-opacity:0.8;             
    opacity: 0.8;
}

.communitypage .navmenu .navmenu1
{
    background: url(Images/headermenu1.jpg) no-repeat ;
}

.communitypage .navmenu .navmenu2
{
    background: url(Images/headermenu2.jpg) no-repeat ;
}

.communitypage .navmenu .navmenu3
{
    background: url(Images/headermenu3.jpg) no-repeat ;
}

.communitypage .navmenu .navmenu4
{
    background: url(Images/headermenu4.jpg) no-repeat ;
}

.communitypage .navmenu .navmenu5
{
    position: absolute;
    width: 68px;
    height: 21px;
    margin: 0;
    bottom: 5px;
    left: -73px;
    background: url(Images/headermenu5.jpg) no-repeat;
}

.communitypage .navmenu .navmenu5:hover
{
    filter:alpha(opacity=100);      
    -moz-opacity:1;             
    opacity: 1;
}

.communitypage .communitymenu
{
    position:relative;
    width: 100%;
    height: 30px;
    border-top: 1px #d7d7d7 solid;
    border-bottom: 1px #d7d7d7 solid;
    margin-bottom: 10px;
}

.communitypage .communitymenu ul
{
    margin-left:10px;
}

.communitypage .communitymenu ul li
{
    float: left;
}

.communitypage .communitymenu li a
{
    text-align: center;
    padding-top: 8px;
    margin-right: 10px;
    font-size: 14px;
    height: 22px;
    display: block;
    text-decoration: none;
}

*html .communitypage .communitymenu li a
{
    text-align: center;
    padding-top: 8px;
    margin-right: 5px;
    font-size: 14px;
    height: 22px;
    display:inline-block;
    text-decoration: none;
}

.communitypage .communitymenu li.activeitem a
{
    color: #c70006;
}

.communitypage .communitymenu li ul
{
    position: absolute;
    top: 30px;
    display: none;
}

.communitypage .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 */

.communitypage .searchbar
{
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.communitypage .searchbar input[type=text]
{
    width: 10em;
}

.communitypage .filters
{
    margin-bottom: 20px;
    min-height: 60px;
}

.communitypage .filters label
{
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 10.5%;
    margin-bottom: 20px;
}

.communitypage .filters span.button
{
    margin-left: 20px;
}

.communitypage .filters .hilight
{
    border: 1px solid #6d9b9b;
    background: #9bcbcb;
    color: #fff;
}

.communitypage .operations
{
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 35.5%;
    height: 41px;
    line-height: 41px;
    margin-bottom: 5px;
    text-align: center;
}

.communitypage .operations br.clear
{
    display: none;
}

.communitypage .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;
}

.communitypage .gridview
{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.communitypage .gridview caption
{
    margin-bottom: 20px;
    text-align: left;
}

.communitypage .gridview caption br.clear
{
    display: none;
}

.communitypage .gridview thead th
{
    color: #424242;
    border-bottom: 1px solid #d0d0d0;
    white-space: nowrap;
    line-height: 200%;
    text-align: left;
    padding-right: 0.5em;
}

.communitypage .gridview .selection
{
    width: 0;
}

.communitypage .gridview .selection input
{
    margin: 5px;
}

.communitypage .gridview .icon
{
    text-align: center;
}

.communitypage .gridview .icon img
{
    margin: 5px;
}

.communitypage .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;
}

.communitypage .gridview tbody td td
{
    border: 0;
}

.communitypage .gridview tbody .audit
{
    font-size: 0.9em;
    font-style: italic;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: block;
}

.communitypage .gridview .fieldlabel
{
    margin-bottom: 0!important;
}

.communitypage .gridview .fieldvalue
{
    margin-bottom: 0!important;
}

.communitypage .pager
{
    text-align: center;
    display: inline;
    margin-top: 20px;
    margin-bottom: 20px;
}

.communitypage .pager .LinkButtons
{
	float: right;
	line-height: 24px;
	margin-right: 10px;
}

.communitypage .Pager .ShowPagePanel
{
	float: right;
	margin-left: 8px;
	height: 24px;
    line-height: 24px;
}

.communitypage .Pager .ShowPagePanel br
{
	display: none;
}

.communitypage .Pager .ShowPagePanel .GotoButton
{
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background : url(Images/goto.jpg) no-repeat;
}

.communitypage .pager .item
{
    padding: 2px 4px;
}

.communitypage .pager span.item
{
}

.communitypage .reorderlist ul
{
    list-style: disc;
    padding-left: 20px;
}

.communitypage .reorderlist li
{
    margin-bottom: 20px;
    cursor: move;
}

.communitypage .reorderlist br.clear
{
    display: none;
}

/* form */

.communitypage fieldset
{
    line-height: 150%;
}

.communitypage fieldset legend
{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.communitypage fieldset .fieldlabel
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 80px;
    margin-bottom: 10px;
}



.communitypage fieldset .fieldvalue,
.communitypage fieldset .mceEditor
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 150px;
}

.communitypage fieldset .mcdropdown,
.communitypage fieldset .mcdropdown input
{
    width: 150px!important;
}

.communitypage fieldset span
{
    float: left;
}

.communitypage fieldset textarea
{
    width:200px;
}


.communitypage fieldset label
{
    display:inline-block;
}

.communitypage fieldset .fielddesc
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 160px;
    margin-bottom: 20px;
}

.communitypage fieldset .fieldbuttons
{
    clear: both;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 500px;
    margin-bottom: 20px;
}

.communitypage fieldset .fieldbuttons object
{
    float: left;
    margin-right: 5px;
}

.communitypage fieldset .fieldbuttons span
{
    margin-left: 10px;
}

.communitypage fieldset .uploadpanel
{
    clear: both;
    float: left;
    margin-left: 30px;
    margin-right: 5px;
    width: 120px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.communitypage .buttons
{
    margin-left:95px;
    margin-top: 20px;
}

.communitypage .buttonright
{
	clear: both;
    margin-left: 325px;
}

.communitypage .buttons a 
{
    margin-left: 10px;
}


/* text */

body.communitypage
{
    font-size: 12px;
}

.communitypage a
{
    color: #353535;
    font-family:微软雅黑;
    text-decoration: none;
}

.communitypage a:hover
{
    color: #1e5193;
    text-decoration: underline;
    text-decoration: none;
}

.communitypage p
{
    margin-bottom: 20px;
    color: #868686;
    line-height: 18px;
}

.communitypage span
{
    color: #868686;
}

.communitypage span.fieldvalue
{
    color: #868686;
    line-height: 18px;
}

.communitypage .fieldlabel
{
    line-height: 18px;
}

.communitypage th
{
    color: #565656;
}
/*灰色点*/
#ctl00_ctl00_Main_MiddleMenu_ctl05_HyperLink1 
{
	color:#b6b6b6;
}
#ctl00_ctl00_Main_MiddleMenu_ctl11_HyperLink1
{
	color:#b6b6b6;
}
#ctl00_ctl00_Main_MiddleMenu_ctl17_HyperLink1
{
	color:#b6b6b6;
}
#ctl00_ctl00_Main_MiddleMenu_ctl23_HyperLink1
{
	color:#b6b6b6;
}
#ctl00_ctl00_Main_MiddleMenu_ctl29_HyperLink1
{
	color:#b6b6b6;
}
#ctl00_ctl00_Main_MiddleMenu_ctl35_HyperLink1
{
	color:#b6b6b6;
}
/**/
