﻿
.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Verdana;
    font-size: 12px;
}
    /*.mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #003366; font-size: 1.0em; text-align:center; color: #717171; vertical-align:middle;}*/
    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #003366;
        font-size: 1.0em;
        color: #717171;
        vertical-align: middle;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #999999;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#99CCFF'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#9CF)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #FFF, #9CF); /* for firefox 3.6+ */
        background: #424242;
        font-size: 1.1em;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        text-align: center;
        font-size: 10pt;
        color: #3c506e;
        text-decoration: none;
        background-image: url('../img/tr_celeste.gif');
        background-repeat: repeat-x;
        background-color: #FFF;
        text-align: center;
        font-weight: bold
    }

    .mGrid tr:hover {
        background-color: #FFFFCC;
        color: white;
    }

    .mGrid .alt {
        background: #fcfcfc;
    }

    .mGrid .pgr {
        background: #FFFFFF;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0px;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


    .mGrid .pagerstyle {
        font-size: x-small;
        text-align: right;
        background-position: bottom left;
        background: #D0DEF0 url(../img/toolbarbck.gif) repeat-x scroll left top;
    }

    .mGrid .gopag {
        font-size: x-small;
        width: 20px;
    }

    .mGrid .pagprev {
        background: transparent url(../img/previous.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .pagprev:hover {
            height: 1.4em;
            background: transparent url(../img/previous.png) no-repeat scroll center;
        }

    .mGrid .pagnext {
        background: transparent url(../img/next.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .pagnext:hover {
            height: 1.4em;
            background: transparent url(../img/next.png) no-repeat scroll center;
        }

    .mGrid .pagfirst {
        background: transparent url(../img/first.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .pagfirst:hover {
            height: 1.4em;
            background: transparent url(../img/first.png) no-repeat scroll center;
        }

    .mGrid .paglast {
        background: transparent url(../img/last.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .paglast:hover {
            height: 1.4em;
            background: transparent url(../img/last.png) no-repeat scroll center;
        }

.GridEncabezado {
    font-size: 10pt;
    color: #3c506e;
    text-decoration: none;
    background-image: url('../img/tr_celeste.gif');
    background-repeat: repeat-x;
    background-color: #FFF;
    text-align: center;
    font-weight: bold
}
/* FIN - CSS Grilla */

.hiddencolumn {
    display: none;
}

