﻿/*.GridData {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #007fff;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .GridData table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .GridData tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .GridData table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .GridData table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .GridData tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .GridData tr:hover td {
    }

    .GridData tr:nth-child(odd) {
        background-color: #aad4ff;
    }

    .GridData tr:nth-child(even) {
        background-color: #ffffff;
    }

    .GridData td {
        vertical-align: middle;
        border: 1px solid #007fff;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding: 7px;
        font-size: 10px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #000000;
    }

    .GridData tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .GridData tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .GridData tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .GridData tr:first-child td {
        background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
        background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
        background: -o-linear-gradient(top,#005fbf,003f7f);
        background-color: #005fbf;
        border: 0px solid #007fff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #ffffff;
    }

    .GridData tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
        background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
        background: -o-linear-gradient(top,#005fbf,003f7f);
        background-color: #005fbf;
    }

    .GridData tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .GridData tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }*/

grid 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

.gridViewHeader {
    FONT-FAMILY: Tahoma, Arial, sans-serif;
    FONT-SIZE: 14px;
    font-weight:bold;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    background-color: #27408B;
    height: 25px;
}

.gridViewHeader > th 
{
    text-align:center;
}

.gridViewRows {
    FONT-FAMILY: Tahoma, Arial, sans-serif;
    FONT-SIZE: 14px;
    COLOR: #333333;
    TEXT-DECORATION: none;
    background-color: #ffffff;
    height: 22px;
}

.gridViewAlternatingRows {
    FONT-FAMILY: Tahoma, Arial, sans-serif;
    FONT-SIZE: 14px;
    COLOR: #333333;
    TEXT-DECORATION: none;
    /*background-color: #eeeeff;*/
    background-color: #DBEBFF;
    height: 22px;
}

.gridViewPager {
    FONT-FAMILY: Tahoma, Arial, sans-serif;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    background-color: #8888ff;
    height: 25px;
}

.gridViewPager a
{
        border: 1px solid #EDF5FF;
        color: #0067A5;
        text-decoration: none;
        padding: 2px 5px;
}
.gridViewPager span
{
        background-color: #0067A5;
        border: 1px solid #DBEAFF;
        color: #FFFFFF;
        padding: 2px 5px;
}

.gridViewPager a:hover
{
    color: #1E90FF;
}

.gridViewFooter {
    FONT-FAMILY: Tahoma, Arial, sans-serif;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    background-color: #bbbbff;
    height: 25px;
}
