﻿@charset "utf-8";
table.rmgrid
        {
     border-collapse:collapse;  border:1px solid #ccc; border-top:0px;
    border-left: 1px solid #BBCFD6;
    border-top: 1px solid #BBCFD6;
    color: #666666;
    font: 12px/20px "宋体";
    table-layout:fixed;
}

table.rmgrid th
{
    background-color: #FFF3D1;
    border-bottom: 1px solid #BBCFD6;
    border-right: 1px solid #BBCFD6;
    font-weight: normal;
    padding: 4px;
    white-space:nowrap;overflow:hidden;
}
    table.rmgrid tr.rmgridzebra
    {
        background-color:#FFFCE9;
    }

table.rmgrid td
{
    word-break:break-all;
    border-right: 1px solid #BBCFD6;
    border-bottom: 1px solid #BBCFD6;
    padding:3px;
    height:10px;
    white-space:nowrap;
    overflow:hidden;
            
}

table.rmgrid td.whitespace
{
    white-space:normal;
            
}

table.rmgrid tr.rmgridseleted
{
    background-color:#FFECB2;
}
    table.rmgrid tfoot tr td
    {
        border-top:1px solid #ccc;
    }
    table.rmgrid tfoot tr td
    {
        border-top:1px solid #ccc;
    }
        table.rmgrid tfoot
    {
        border-top:1px solid #ccc;
    }

.rmgridload
{
    position:absolute;
    text-align:center;
    border:2px solid #f7892c; color:#fa8939; 
    background-color: #fff;
    width:50px;
    height:22px;
    line-height:22px;
    font: 12px/16px "宋体";
}

.rmgridpage {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #BBCFD6 #BBCFD6;
    border-image: none;
    border-right: 1px solid #BBCFD6;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height:30px;
    text-align: center;
    font: 12px/16px "宋体";
    color:#4B8BC9;
}

    .rmgridpage tr td
    {
        padding:0px;
        height:25px;
    }


.rmgridpage .PageNo
{

    width:30px;
    ime-mode : disabled;
    border: 1px solid #78B7E9;
    color: #4B8BC9;
    font: 12px/16px "宋体";
    height: 18px;
    margin: 5px;
    padding: 0 2px;
    text-align: center;
    vertical-align: middle;
}

.rmgridpage .btnGoHover {
    background: url("btn_go_h.gif") repeat-x scroll center center transparent;
    border: 1px solid #6095CB;
    color: #225D99;
    font: 12px/16px "宋体";
    height: 20px;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

.rmgridpage .btnGoClick {
    background: url(btn_sc_clc.gif) center repeat-x;
    height: 20px;
    border: solid 1px #6095cb;
    font: 12px/16px "宋体";
    color: #FFF;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
    margin: 5px;
}

.rmgridpage .btnGo {
    cursor:pointer;
    display:inline-block;
    background: url("btn_go.gif") repeat-x scroll center center transparent;
    border: 1px solid #78B7E9;
    color: #4B8BC9;
    font: 12px/16px "宋体";
    height: 18px;
    line-height:18px;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

    .rmgridpage .btnGo:link
    {
        background: url("btn_go.gif") repeat-x scroll center center transparent;
        border: 1px solid #78B7E9;
        color: #4B8BC9;
    }

    .rmgridpage .btnGo:visited
    {
        background: url("btn_go.gif") repeat-x scroll center center transparent;
        border: 1px solid #78B7E9;
        color: #4B8BC9;
    }

    .rmgridpage .btnGo:hover
    {
        background: url("btn_go_h.gif") repeat-x scroll center center transparent;
        border: 1px solid #6095CB;
        color: #225D99;
    }

    .rmgridpage .btnGo:active
    {
        background: url(btn_sc_clc.gif) center repeat-x;
        border: solid 1px #6095cb;
        color: #FFF;
    }