﻿/*全部页面*/
body
{
    margin: 0;
    font-size: 0.8em;
    text-align: center;
}

img
{
    border: 0px;
}

a
{
    text-decoration: none;
    color: Blue;
}

a:hover
{
    text-decoration: underline;
}

div
{
    text-align: left;
}

ul
{
    margin: 0;
    padding: 0;
}

.clearleft
{
}

.messageLabel
{
    border: dash 1px #f1f1f1;
    background-color: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
    color: DarkOrange;
}
.smallButton
{
    height: 18px;
    font-size: 0.7em;
}


/*登录页面*/
.loginMessageLabel
{
    background-color:white;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    border:solid 1px #cccccc;
    }
    
#boxLoginEnterance
{
    text-align: center;
    background-image: url(../images/communist/login_background.jpg);
    width: 922px;
    height: 150px;
    border: solid 2px #ffcc00;
    padding-top: 50px;
}
#loginEnterance
{
    list-style: none;
    line-height: 30px;
    margin: 0;
    width: 172px;
    text-align: left;
    padding-left: 500px;
}
#bannerTextLogin
{
    font-size: 3.0em;
    font-weight: bold;
    font-family: 楷体_GB2312;
    height:60px;
    text-align: left;
    padding-left: 50px;
    margin: 0;
    background-image:url(../images/communist/bannerText.gif);
    background-repeat:no-repeat;
    margin-left:45px;
    margin-top:20px;
    margin-bottom:20px;
}
#bannerText
{
    font-size: 3.0em;
    font-weight: bold;
    font-family: 楷体_GB2312;
    line-height: 60px;
    text-align: left;
    padding-left: 50px;
    margin: 0;
    background-image:url(../images/communist/bannerText.gif);
    background-repeat:no-repeat;
    margin-left:25px;
}
/*首页*/
#boxStudyFilesList, #boxNewsList, #boxActivesBoard
{
    float: left;
    line-height: 30px;
    text-indent: 5px;
    font-size: 1.2em;
    font-weight: bold;
    height: 465px;
    padding: 0px 5px 5px 5px;
}

#boxStudyFilesList
{
    background-color: #fff9ed;
    width: 283px;
    border: solid 1px #ffcc00;
    margin-right: 5px;
    color: #ffcc00;
}

#boxNewsList
{
    background-color: #eff7ff;
    width: 283px;
    border: solid 1px #96c2f1;
    margin-right: 5px;
    color: DarkBlue;
}
#boxActivesBoard
{
    background-color: #f0fbeb;
    width: 348px;
    border: solid 1px #9bdf70;
    color: DarkGreen;
}
#studyFilesList, #newsList, #activesBoard
{
    height: 425px;
    line-height: 30px;
    background-color: #ffffff;
    margin-top: 0px;
    padding: 5px 0px 5px 5px;
    font-weight: normal;
    color: Gray;
    list-style-type: square;
    list-style-position: inside;
}
#newsList
{
    padding-right: 5px;
    font-size: 0.7em;
}
#activesBoard
{
    font-size: 0.7em;
}
#activesBoard .activeTitle
{
    font-size: 1.15em;
    font-weight: normal;
    color: DarkGreen;
    line-height: 20px;
}
.activeRow
{
    border-width: 0px;
    border-bottom: 1px;
}
.newsTitle
{
    font-size: 1.3em;
}
/*模板页*/
#banner, #onlinemembersbanner, #header, #content, #footer
{
    width: 958px;
}

#banner
{
    font-size: 2em;
}

#footer
{
    clear: left;
    float: none;
    position: absolute;
    font-family: Arial;
    text-align: center;
    padding-top: 5px;
    color: Gray;
    left: 20px;
    vertical-align:bottom;
    padding-bottom:5px;
}

#header
{
    border: solid 1px #afafaf;
    border-top: none;
    background-color: #fafafa;
    color: #606060;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
}

#onlinemembersbanner
{
    border: solid 1px #afafaf;
    background-color: #fafafa;
    color: #606060;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
}

#content
{
    padding-top: 5px;
    width: 960px;
}
/*用户中心页面*/
#boxPage
{
    width: 948px;
    border: solid 1px #96c2f1;
    background-color: #f0fbeb;
    padding: 5px;
}
#boxUserMenu
{
    float: left;
}
#boxDetail
{
    float: right;
    width: 800px;
    height: 440px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}
#userMenu
{
    list-style-image: url(../images/communist/iconMenuHeader.gif);
    list-style-position: inside;
    line-height: 25px;
    margin: 0;
}
#userMenu li
{
    font-size: 1.2em;
}
#userMenu a:hover
{
    text-decoration: underline;
}
#userMenu a:visited
{
}
/*表格*/
.boxForm
{
    border: solid 3px #96c2f1;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
}
.form
{
    float: left;
    list-style-type: none;
    text-align: left;
}
.form li
{
    margin-bottom: 3px;
    height: 35px;
}
.formItem
{
    float: left;
    list-style-type: none;
    border-bottom: solid 1px #ffffff;
}
.formItem li
{
    float: left;
    line-height: 25px;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #f5f5f5;
}
.formTitle
{
    width: 80px;
    margin-right: 1px;
}
.formContent
{
    width: 319px;
    float: right;
}
/*开设组织活动页面*/
#boxAddActiveForm
{
    width: 410px;
    height: 246px;
}
/*修改密码*/
#boxModifyPasswordForm
{
    width: 410px;
    height: 123px;
}
/*添加平台成员*/
#boxAddMemberForm
{
    width: 410px;
    height: 206px;
}

/*添加学习材料*/
#boxAddNews
{
    height: 341px;
}
#boxAddNews .formContent
{
    width: 709px;
}
/*管理组织活动页面*/
.boxActive
{
    padding: 5px;
}
.activeTitle
{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
    color: DarkBlue;
}
.activeDetail
{
    line-height: 20px;
}
.floatList
{
    float:left;
    }
.floatButtonBanner
{
    float:left;
    }
/*管理学习材料页面*/
#boxCenterNewsList
{
    border-width: 0px;
    border-top: solid 3px #96c2f1;
    border-bottom: solid 3px #96c2f1;
    height: auto;
}
/**/
#boxActiveFront span
{
    line-height: 25px;
    font-size: 1.1em;
}
#boxActivePostForm
{
    border: solid 1px #96c2f1;
    background-color: #eff7ff;
    height: 260px;
    padding: 5px;
    margin-bottom:10px;
}
#boxActivePostsList
{
    border: solid 1px #96c2f1;
    height:auto;
    min-height: 78px;
    padding: 5px;
}
.activeBoard
{
    border: dashed 1px #cccccc;
    border-top-width: 0px;
}
/*新闻详细内容页面*/
#boxNewsDetail
{
    background-color:#ffffff;
    width:858px;
    height:auto;
    border:solid 1px #96c2f1;
    padding-left:50px;
    padding-right:50px;
    }
    
/*moreNews页面*/
#boxMoreNews
{
    width:948px;
    height:460px;
    background-color: #eff7ff;
    border: solid 1px #96c2f1;
    padding:5px;
    }
/*moreActives页面*/
#boxMoreActives
{
    width:948px;
    height:460px;
    background-color: #f0fbeb;
    border: solid 1px #9bdf70;
    padding:5px;
    }

