﻿/*通用样式*/
body
{
    margin: 0px;
    text-align: center;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #6E6E6E;
    font-family: Microsoft YaHei;
    background-color: #EDEDED;
}
a:link
{
    color: #777576;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #777576;
}
a:hover
{
    text-decoration: none;
    color: #FF0066;

}
a:active
{
    text-decoration: none;
    color: #FF0066;
    font-family: Microsoft YaHei;
}
.textbox
{
    border: 1px solid #D9DEE4;
    padding: 5px;
    padding-left: 5px;
}
.label
{
    border-bottom: 1px solid #D9DEE4;
    height: 24px;
    width: 100%;
    padding-left: 5px;
    color: #0B92AF;
}
.ddl
{
    border: 1px solid #D9DEE4;
    height: 30px;
    font-family: Microsoft YaHei;
}

.ctable
{
    width: 1200px;
    border: 0px;
    margin: auto;
}
div .button_menu
{
    color: white;
    border: 0px;
    width: 110px;
    height: 40px;
    padding: 11px 13px 11px 14px;
    background-image: url("/public/img/buttonbg.jpg");
    font-size: 13px;
    font-family: Microsoft YaHei;
}
.button_update
{
    background-color: #409EFF;
    color: white;
    border: 0px;
    text-align: center;
    height: 35px;
    padding: 15px 15px 15px 15px;
    margin-right: 20px;
    font-size: 13px;
    font-family: Microsoft YaHei;
}
.button_change
{
    background-color: #409EFF;
    border: 0px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    height: 30px;
    width: 100px;
    padding: 5px;
    color: White;
}

.content
{
    text-align: left;
    padding-top: 10px;
}
.menu
{
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E6E5E5;
    padding-top: 2%;
    padding-bottom: 2%;
}
.menuF
{
    margin-left: 1%;
}
.menuB
{
    font-weight: bolder;
}
.menuL
{
}
.content
{
    width: 100%;
    padding: 20px;
    text-align: left;
}
.content_title
{
    width: 95%;
    padding: 1%;
    text-align: left;
    border-bottom: 1px solid #E6E5E5;
    font-weight: bolder;
    margin-top: 2%;
}
.content_list
{
    width: 95%;
    padding: 1%;
    text-align: left;
    border-bottom: 1px solid #E6E5E5;
}

.itemselect
{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.td_title
{
    font-size: 13px;
    width: 150px;
    height: 30px;
    padding: 5px;
    text-align: right;
}
.td_enter
{
    font-size: 13px;
    height: 30px;
    padding: 5px;
    text-align: left;
}


.dataview
{
    width: 100%;
    border: 1px solid #CDCDCD;
    line-height: 35px;
    text-align: left;
    font-size: 13px;
    margin: auto;
}
.dataviewhead
{
    background-color: #9B9B9B;
    color: White;
    text-align: center;
}
.dataview td
{
    text-align: left;
    padding-left: 5px;
}