/*会员注册页面 MemberReg.aspx开始*/.
.RegMain{ width:960px; height:500px;}

.RegMainLeft{ width:600px; height:520px; float:left;}
.RegMainLeftTitle{ height:50px;}
.RegMainLeftContent{ width:600px; height:450px;border:1px solid #D9EBFA; background-color:#F5FAFE;}
.RegMainLeftContent td{ line-height:30px;}
.RegMainRight{ width:330px; height:500px; float:left;border:1px solid #D9EBFA; margin:0px 0px 0px 20px;}
/*会员注册页面 MemberReg.aspx结束*/

/*会员母板页面 Member.master开始*/
.memberMain{ width:970px;margin:8px 0px 0px 0px;}
.memberMainLeft{ width:160px;float:left;}
.memberMainLeftTitle{ width:160px; height:50px; background-image:url(Img/memberManage.jpg);}
.memberMainLeftMain{ width:158px; height:335px; border:1px solid #C9DAEE;background-image:url(Img/memberLeft.jpg);}
.memberMainLeftMain td{ border-bottom:1px solid #CCCCCC;}
.memberMainLeftMain a:link{ color:#000000; text-decoration:none;}
.memberMainLeftMain a:hover{ color:#ff0000; text-decoration:underline;}
.memberMainLeftMain a:visited{ color:#000000; text-decoration:none;}

.memberMainCenter{ margin:0px 0px 0px 20px; width:540px;float:left;}
.memberMainCenterTitle{ width:540px; height:35px; background-image:url(Img/memberMainTitle.jpg);}
.memberMainCenterContent{ width:538px;border:1px solid #D9EBFA; background-image:url(Img/memberMainbg.jpg); background-repeat:repeat-x; background-position:bottom; padding:5px 0px 20px 0px; }
.memberMainCenterContent td{ line-height:26px;}
.memberMainCenterContent table{ margin-left:15px;}
.memberMainCenterTitle p{ font-size:14px; font-weight:bold; padding:10px 0px 0px 30px;margin:0; color:#0066FF;}


.memberMainRight{ width:230px;border:1px solid #D9EBFA; float:right; background-color:#F2F9FD; padding-left:5px;}
.noticeTitle{ font-size:14px; color:#FF0000; font-weight:bold; margin:20px 0px 0px 0px;}
.noticeContent{ line-height:20px; text-indent:2em;}
/*会员母板页面 Member.master结束*/

/*会员文章列表 MemberArticleList.aspx开始*/
.memberMainCenterContent div{ margin-left:10px; }
.listLineTitle{ margin:10px 0px 0px 0px;border-bottom:10px solid #CCCCCC; height:20px;}
.listLineTitle div{ float:left; font-weight:bold; font-size:14px;}
.listLineTitle .title{ width:190px;}
.listLineTitle .IsPassed{ width:45px;}
.listLineTitle .IsDisplay{ width:80px;}
.listLineTitle .Edit{ width:70px;}
.listLineTitle .Delete{ width:50px;}

.listLineContent{clear:left;border-bottom:1px solid #000000;}
.listLineContent div{ float:left; font-size:12px;margin:8px 0px 0px 0px;}
.listLineContent .title{ width:200px;}
.listLineContent .IsPassed{ width:75px;}
.listLineContent .IsDisplay{ width:75px;}
.listLineContent .Edit{ width:75px;}
.listLineContent .Delete{ width:50px;}
.listLineContent .Edit a:link,.Delete a:link,.title a:link{ color:#000000; text-decoration:none;}
.listLineContent .Edit a:hover,.Delete a:hover,.title a;hover{ color:#FF0000; text-decoration:underline;}
.listLineContent .Edit a:visited,.Delete a:visited,.title a:visited{ color:#000000; text-decoration:none;}
/*会员文章列表 MemberArticleList.aspx结束*/