﻿
/*table.grid.focus>tbody>tr>td,
table.grid.alternative>tbody>tr>td*/
table.grid > tbody > tr > td {
    border-style: solid;
    border-color: #556891;
    border-width: 0;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
/*table.grid.focus>thead>tr th,
table.grid.alternative>thead>tr th*/
table.grid > thead > tr > th,
table.grid > tfoot > tr > td
 {
    height: 20px;
    background-color: #7790B3;
    color: White;
    border-style: solid;
    border-color: #CCE6FF;
    border-width: 0; /*border-bottom-width: 1px;*/
    border-left-width: 1px; /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c2d6f0,endColorStr=#b0caec);
	background:-webkit-gradient(linear,left top, left bottom,from(#c2d6f0),to(#b0caec));
	background:-moz-linear-gradient(top,#c2d6f0,#b0caec);*/
}

    table.grid > thead > tr > th:last-child {
        border-color: #7790B3;
    }

table.grid.focus > thead > tr > th:last-child {
    border-color: #556891;
}

table.grid.focus > thead > tr th,
table.grid.alternative > thead > tr th {
    background-color: #556891;
}

    table.grid.focus > thead > tr th.Active,
    table.grid.alternative > thead > tr th.Active
    /*table.grid>thead>tr>th.Active*/ {
        background-color: #9dbfec;
        background-color: #6679a2;
        /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#aecbf0,endColorStr=#9dbfec);
	background:-webkit-gradient(linear,left top, left bottom,from(#aecbf0),to(#9dbfec));
	background:-moz-linear-gradient(top,#aecbf0,#9dbfec);*/
    }
/*table.grid.focus>tfoot>tr>td,
table.grid.alternative>tfoot>tr>td*/
table.grid > tfoot > tr > td {
    height: 10px;
    background-color: #556891;
    color: White;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b0caec,endColorStr=#c2d6f0);
	background:-webkit-gradient(linear,left top, left bottom,from(#b0caec),to(#c2d6f0));
	background:-moz-linear-gradient(top,#b0caec,#c2d6f0);*/
}
    /*table.grid.focus>tfoot>tr>td.Active,
table.grid.alternative>tfoot>tr>td.Active*/
    table.grid > tfoot > tr > td.Active {
        /*background-color:#aecbf0;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#9dbfec,endColorStr=#aecbf0);
	background:-webkit-gradient(linear,left top, left bottom,from(#9dbfec),to(#aecbf0));
	background:-moz-linear-gradient(top,#9dbfec,#aecbf0);*/
        background-color: #7daae5;
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#7daae5,endColorStr=#a0c3ef);
        background: -webkit-gradient(linear,left top, left bottom,from(#7daae5),to(#a0c3ef));
        background: -moz-linear-gradient(top,#7daae5,#a0c3ef);
    }
/*table.grid.focus>tbody>tr.even>td,
table.grid.alternative>tbody>tr.even>td*/
table.grid > tbody > tr.even > td {
    background: #ffffff;
}
    /*table.grid.focus>tbody>tr.even>td.Active,
table.grid.alternative>tbody>tr.even>td.Active*/
    table.grid > tbody > tr.even > td.Active,
    table.grid > tbody > tr.even.Active > td {
        /*background:#bcd6f7;*/
        background: #afcff7;
    }
/*table.grid.focus.unlocked>tbody>tr:hover>td,
table.grid.focus.unlocked>tbody>tr:hover>td.Active,
table.grid.alternative.unlocked>tbody>tr:hover>td,
table.grid.alternative.unlocked>tbody>tr:hover>td.Active*/
table.grid.unlocked > tbody > tr:hover > td,
table.grid.unlocked > tbody > tr:hover > td.Active,
table.grid.unlocked > tbody > tr.hover > td,
table.grid.unlocked > tbody > tr.hover > td.Active {
    background: #99ccff;
}
/*table.grid.focus>tbody>tr>td,
table.grid.alternative>tbody>tr>td*/
table.grid > tbody > tr > td {
    background: #fbf1ff;
}
    /*table.grid.focus>tbody>tr>td.Active,
table.grid.alternative>tbody>tr>td.Active*/
    table.grid > tbody > tr > td.Active,
    table.grid > tbody > tr.Active > td {
        /*background:#cee3fe;*/
        background: #c2ddff;
    }
/*table.grid.focus.unlocked>tbody>tr:active>td,
table.grid.focus.unlocked>tbody>tr:active>td.Active,
table.grid.alternative>tbody>tr:active>td,
table.grid.alternative>tbody>tr:active>td.Active*/
table.grid.unlocked > tbody > tr:active > td,
table.grid.unlocked > tbody > tr.active > td,
table.grid.unlocked > tbody > tr:active > td.Active {
    background: #597f93;
}
/*table.grid.focus>tbody>tr.row_selected>td,
table.grid.focus>tbody>tr.row_selected>td.Active,
table.grid.alternative>tbody>tr.row_selected>td,
table.grid.alternative>tbody>tr.row_selected>td.Active*/
table.grid > tbody > tr.row_selected > td,
table.grid > tbody > tr.MultiRow_selected > td,
table.grid > tbody > tr.row_selected > td.Active {
    background: #97acc8;
    color: White;
}

table.grid > tbody > tr.row_Active > td,
table.grid > tbody > tr.row_Active > td.Active {
    background: #f5bb75;
    color: Black;
}
/*EditableGrid*/
table.editablegrid > thead > tr > th {
    height: 20px;
}

table.editablegrid > tbody > tr > td {
    background: #f0f9ff;
    border-color: #6699cc;
    border-top-width: 0;
    border-right-width: 0;
}

    table.editablegrid > tbody > tr > td.Active {
        background: #E1F3FF;
    }

table.editablegrid > tbody > tr.even > td {
    background: #e0e9ef;
}

    table.editablegrid > tbody > tr.even > td.Active {
        background: #CDD6DD;
    }

table.editablegrid > tbody > tr.active > td,
table.editablegrid > tbody > tr.row_selected > td {
    background: #99ccff;
}

    table.editablegrid > tbody > tr.active > td.Active,
    table.editablegrid > tbody > tr.row_selected > td.Active {
        background: #7DBEFF;
    }

table.editablegrid.focus > thead > tr > th,
table.editablegrid.focus > tfoot > tr > td {
    background: #336699;
}

    table.editablegrid.focus > thead > tr > th.Active,
    table.editablegrid.focus > tfoot > tr > td.Active {
        background: #2F5D8B;
    }

table.editablegrid > thead > tr > th, table.editablegrid > tfoot > tr > td {
    background: #6699cc;
    color: #f0f0f0;
    border-color: #D1E0EF;
    border-top-width: 0;
    border-right-width: 0;
}

    table.editablegrid > thead > tr > th.Active,
    table.editablegrid > tfoot > tr > td.Active {
        background: #5A89B8;
    }

    table.editablegrid > tfoot > tr > td a {
        color: #f0f0f0;
    }
