﻿body
{
    font-size: 36px;
    font-family: Microsoft Yahei;
    margin: 0px;
    background-color: #FFFFFF;
}
a
{
    color: #6B6B6B;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.maindiv
{
    width: 100%;
}
.button_menu
{
    color: white;
    border: 0px;
    width: 35%;
    height: 50px;
    background-color: #409EFF;
    font-size: 35px;
    font-family: Microsoft YaHei;
}
.buttonb
{
    width: 40px;
    background-color: #409EFF;
    color: White;
    height: 40px;
    font-size: 35px;
    border: 0px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.maintop
{
    width: 100%;
    background-color: #FF6600;
    color: White;
    height: 60px;
    padding-top: 30px;
}
.button_update
{
    background-color: #409EFF;
    color: white;
    border: 0px;
    text-align: center;
    margin-right: 20px;
    font-size: 35px;
    font-family: Microsoft YaHei;
}
.maintoplist
{
    float: left;
}
.maintoplista
{
    margin-left: 10px;
    margin-right: 10px;
    color: White;
}
.mainbanner
{
    width: 100%;
    height: 50px;
}
.mainbanner img
{
    width: 100%;
}
.maincontent
{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    background-color: White;
}
.maincontentlist
{
    margin: 0 auto;
    border: 1px solid gray;
    border-radius: 10px;
    -moz-border-radius: 10px;
    width: 90%;
    position: relative;
}
.maincontentlistspan
{
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: Gray;
    text-align: left;
    background-color: White;
}
.maincontentlistspanl
{
    width: 95%;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
    color: Gray;
    margin: 0 auto;
    background-color: White;
}
.maincontentlistspanlspan
{
    margin-left: 50px;
}
.maincontentlistspanmenu
{
    width: 100%;
    text-align: left;
    padding-left: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: Gray;
}
.maincontentlistspancontent
{
    width: 80%;
    text-align: left;
    margin-left: 50px;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: Gray;
    font-size: 30px;
    background-color: #F8F8F8;
}
.maincontentlistspans
{
    text-align: left;
    color: Gray;
    padding-top: 20px;
    margin-left: 2%;
}
.maincontentlistspansa
{
    text-align: left;
    float: left;
    padding-top: 20px;
}
.maincontentlistbutton
{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ddl
{
    width: 400px;
    height: 100px;
    font-size: 35px;
    border: 1px solid gray;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.textbox
{
    width: 50%;
    height: 100px;
    font-size: 35px;
    border: 1px solid gray;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.input
{
    width: 400px;
    font-size: 35px;
    padding-top: 30px;
    border: 1px solid gray;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: White;
}
.mainbottom
{
    width: 100%;
    text-align: center;
    color: Gray;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dataview
{
    border: 1px solid #E0E0E0;
    line-height: 35px;
    text-align: left;
    font-size: 35px;
}
.dataviewhead
{
    background-color: #7C90A8;
    color: White;
    text-align: center;
    height: 80px;
}
.dataview td
{
    text-align: left;
    padding-left: 10px;
    height: 80px;
}
.dataviewtextbox
{
    border: 1px solid #D9DEE4;
    width: 200px;
    height: 30px;
    box-shadow: 1px 1px 1px #D3D3D3;
}
.dataview_update
{
    background-color: #006DCA;
    color: white;
    border: 0px;
    text-align: center;
    box-shadow: 1px 1px 1px #D3D3D3;
    width: 200px;
    height: 80px;
    font-size: 35px;
}
.dataview_reset
{
    background-color: #006DCA;
    color: white;
    border: 0px;
    text-align: center;
    box-shadow: 1px 1px 1px #D3D3D3;
    width: 200px;
    height: 80px;
    font-size: 35px;
}
.dataview_del
{
    background-color: #CA0056;
    color: white;
    border: 0px;
    text-align: center;
    box-shadow: 1px 1px 1px #D3D3D3;
    width: 200px;
    height: 80px;
    font-size: 35px;
}
.page
{
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 35px;
}
