﻿.tablestyle
{
    font-family: arial;
    font-size: small;
    border: solid 1px #9C9CB8;
}

/*background-color: #edf5ff;*/
.altrowstyle
{
    background-color: #ffffff;
}

.headerstyle th
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    font-size: 12px;
    background-color: #E9E9F1;
    border-color: #ECE9D8;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #555580;
    padding: 3px 5px 3px 10px;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #9C9CB8;
}

.headerstyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 3px 5px 3px 5px;
    border-right: solid 1px #ECE9D8;
    border-bottom: solid 1px #CCCCDD;
    color: #000000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.headerstyle .sortascheader
{
    background: url(../images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a
{
    background: url(../images/dt-arrow-up.png) no-repeat right 50%;
}

.headerstyle .sortdescheader
{
    background: url(../images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortdescheader a
{
    background: url(../images/dt-arrow-dn.png) no-repeat right 50%;
}
/*新添加*/
.addcolumns
{
    background-color: #CCCCCC;
    color: #333366;
    text-align: center;
    border-left: solid 10px #ECE9D8;
    border-top: solid 1px #9C9CB8;
    font-weight: lighter;
}
.footerstyle td
{
    text-align: center;
    color: #BC2931;
    font-weight: bold;
    height: 24px;
    border-style: none;
}

.headerstyle1 th
{
    background-color: #E9E9F1;
    border-color: #ECE9D8;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #555580;
    padding: 3px 5px 3px 10px;
    text-align: center;
    border-top: solid 1px #9C9CB8;
}
.footerstyle td
{
    text-align: center;
    color: #BC2931;
    font-weight: bold;
    height: 24px;
    border-style: none;
}

