﻿body
{
    color: #4F6B72;
    font-size: 12px;
}

.addorder
{
    clear: both;
    margin: 15px 0px 5px 0px;
    padding: 20px 0px 8px 8px;
    border: 1px solid #96C2F1;
    width: 98%;
}
.addorder ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.addorder li
{
    float: left;
    font-size: 12px;
    height: 30px;
    margin-left: 2px;
}
.ordertitle
{
    width: 77px;
    text-align: right;
    line-height: 20px;
}
TD
{
    font-size: 12px;
    color: #000000;
    font-family: "宋体";
    text-align: center;
}
input
{
    vertical-align: middle;
    /*text-align: center;*/
}
/*数据列表TABLE样式*/
.mytable, .table, #toptable
{
    color: #4f6b72;
    width: 98%;
    background: #fff;
    border-top: 1px solid #C1DAD7;
    border-left: 1px solid #C1DAD7;
    border-collapse: collapse; /*把相同的边框线合并*/
}
.mytable th
{
    background-color: #E9F6FB;
    font-weight: bold;
    text-align: center;
    color: #09c;
    padding: 5px 0;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
}
.mytable th:hover
{
    cursor: pointer;
    background-color: #99D6EC;
    color: #f60;
}
.mytable caption, #toptable caption
{
    text-align: center;
    font-size: 18px;
    padding: 0;
    line-height: 25px;
    border: 4px double #C1DAD7;
    background: #F5FAFA;
    color: #007AB7;
    font-weight: bold;
}
.mytable td, #toptable td
{    
    font: normal 12px "宋体" , Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 3px 0 3px 3px;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
}

.pages
{
    color: #4F6B72;
}        


/*分页样式 开始*/
.AspNetPager
{
    clear:both;
    overflow:hidden;
    margin:5px auto;
    text-align:center;
    padding-top:5px;
    height:40px;
}
.AspNetPager a
{
    font-size:15px;
    font-weight:bolder;
    height:20px;
    line-height:20px;
    border:1px solid #99D6EC;
    background-color:#DBEAF9;
    padding:5px 8px;
    text-decoration:none;
}
/*分页样式 结束*/