﻿
/************** DataGrid *****************/
td.gridHeader {
    background: #e9ecef url('../../Images/blue_grad.gif'); color: #ffffff; font-weight:bold;
    font-family: Arial; font-size: 12px; height: 20px; text-align:left;
    PADDING-LEFT: 4px;PADDING-RIGHT: 4px;PADDING-TOP: 2px;PADDING-BOTTOM: 2px; white-space: nowrap;
}
td.gridHeader A { 
    background: #e9ecef; margin: 0; text-decoration: none; height: 35px; color: Black;
    PADDING-TOP: 2px;PADDING-BOTTOM: 2px;PADDING-LEFT: 5px;PADDING-RIGHT: 5px;
    font-size: 10px; text-align: left; white-space: nowrap;
}
td.gridHeader A:hover {
    background: #f5d8d2; margin: 0; font-size: 10px;
    PADDING-LEFT: 4px;PADDING-RIGHT: 4px;PADDING-TOP: 2px;PADDING-BOTTOM: 2px;
}
th.gridHeader {
    background: #e9ecef url('../../Images/blue_grad.gif'); color: #ffffff; font-weight:bold;
    font-family: Arial; font-size: 12px; height: 20px; text-align:left;
    PADDING-LEFT: 4px;PADDING-RIGHT: 4px;PADDING-TOP: 2px;PADDING-BOTTOM: 2px; white-space: nowrap;
}
th.gridHeader A {
    background: #e9ecef; margin: 0; text-decoration: none; height: 24px; color: Black;
    font-size: 10px; text-align:left; white-space: nowrap;
}
th.gridHeader A:hover {
    background: #f5d8d2; margin: 0; font-size: 10px;
}
td.gridItem {
    color: Black; padding: 2px 5px 2px 5px;
    font-family: Arial; font-size: 12px; height: 20px; text-align:left;
}
td.gridItem A {
    color: Black;text-decoration:none; padding: 2px 5px 2px 5px;
    font-family: Arial; font-size: 12px; height: 20px;
}
td.gridItem A:hover {
    text-decoration:underline;
}
td.gridCommand {
    color: Black;  padding: 2px 5px 2px 5px; width: 50px;
    font-family: Arial; font-size: 12px; height: 20px;
}
td.gridCommand A {
    color: #0786bd;text-decoration:none;
    font-family: Arial; font-size: 12px; height: 20px;
     padding: 2px 5px 2px 5px; width: 50px;
}
td.gridCommand A:hover {
    text-decoration:underline;
}
tr.gridFooter {
    background: #dff5f9;
    color: Black;
    font-family: Arial; font-size: 12px; height: 25px;
    padding-top: 2px;padding-left:5px;
}
tr.gridFooter td {
    background: #dff5f9 url(../Images/bgGridF.jpg);
    color: Black;
    font-family: Arial; font-size: 12px; height: 25px;
    padding-top: 2px;
}
tr.gridFooter td A {
    color: Black;
    font-family: Arial; font-size: 12px; height: 20px;
    padding-top: 5px;
}
tr.gridFooter td A:hover {
    text-decoration:underline
}
tr.gridSelect {
    background: #dff5f9;
    color: Black;
    font-family: Arial; font-size: 12px; height: 20px;
    padding-top: 2px;padding-left:5px;
}
tr.gridSelect td {
    background: #dff5f9;
    color: Black;
    font-family: Arial; font-size: 12px; height: 20px;
    padding-top: 1px;padding-bottom: 2px;
    BORDER-BOTTOM: #94d1f0 1px solid; BORDER-TOP: #94d1f0 1px solid;
}
tr.gridAlternating {
    background: #F4F4F4; height: 24px;
}
tr.gridRow {
    background: #FFFFFF; height: 24px;
}
td.gridPaging {
    BORDER-RIGHT: #042d96 1px solid; BORDER-BOTTOM: #042d96 1px solid; BORDER-LEFT: #042d96 1px solid;
    BACKGROUND: url('../../WebMaster/images/bgGridF.gif') #bbbbbb; background-repeat: repeat-x;
    COLOR: black;
    PADDING: 0px; FONT-FAMILY: Arial; HEIGHT: 23px
}
td.gridBorder {
    BORDER-RIGHT: #042d96 1px solid; BORDER-TOP: #042d96 1px solid; BORDER-LEFT: #042d96 1px solid;
}
td.gridBorderFull {
    BORDER-RIGHT: #042d96 1px solid; BORDER-TOP: #042d96 1px solid; BORDER-LEFT: #042d96 1px solid; BORDER-BOTTOM: #042d96 1px solid;
}
/*Paging*/
td.PagerInfoCell {
    font: Normal 12px Arial; color: #000000; padding: 0px 10px 0px 10px;
}
td.PagerCurrentPageCell {
    font: Normal 12px Arial; color: #000000; padding: 0px 2px 0px 2px;
}
td.PagerOtherPageCells {
    font: Normal 12px Arial; color: blue; padding: 0px 2px 0px 2px;
}
SPAN.PagerHyperlinkStyle {
    font: Normal 12px Arial; color: #000000; padding: 0px 0px 0px 0px;
}
A.PagerHyperlinkStyle {
    font: Normal 12px Arial; color: blue; padding: 0px;
    text-decoration: none;
}
A.PagerHyperlinkStyle:hover {
    text-decoration: underline;
}
td.action {
    margin-right: 10px; text-align: right;
}
td.action A {
    font: bold 12px Arial;
    text-decoration: none;
    color: #042d96;margin-right: 10px;
    white-space:nowrap;
}
td.action A:hover {
    text-decoration: underline;
}
