﻿/* General GridStyles
----------------------------------------------------------*/
tbody > tr > td.GridColumnCentered, th.GridColumnCentered {
    text-align: center !Important;
}

tbody > tr > td.GridColumnCenteredWithBorderRight, th.GridColumnCenteredWithBorderRight {
    text-align: center !Important;
    border-right: solid thin;
}

tbody > tr > td.GridColumnWithBorderRight, th.GridColumnWithBorderRight {
    border-right: solid thin;
}


tbody > tr > td.GridColumnCenteredBold, th.GridColumnCenteredBold {
    text-align: center !Important;
    font-weight: bold !important;
}


tbody > tr > td.GridCheckbox {
    text-align: center !Important;
    padding-left: 0px !Important;
    padding-right: 0px !Important;
    width: 40px;
    color:black !important;
}

tbody > tr > td.GridCheckboxNoWidth {
    text-align: center !Important;
    padding-left: 0px !Important;
    padding-right: 0px !Important;
}

tbody > tr > td.GridXXSmallFont {
    text-align: center !Important;
    padding-left: 0px !Important;
    padding-right: 0px !Important;
    font-size: 6pt !important;
}

tbody > tr > td.ReportColumnHeader {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: Black;
}

table.ReportSection {
    border: thin solid Black;
    text-align: center;
    width: 650px;
}

.GridCheckboxHeader {
    text-align: center !Important;
    font-size: 8px !Important;
    padding-left: 0px !Important;
    padding-right: 0px !Important;
    width: 40px;
}

.GridColumnLeft {
    text-align: Left;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding-left: 0px;
    padding-right: 3px;
    text-overflow: ellipsis;
}

.GridHeader {
    text-align: left;
    font-size: 11px;
    padding-left: 1px;
    padding-right: 1px;
}

.GridFilterDropDown {
    height: 250px !important;
}


tbody > tr > td.GridColumnRight {
    text-align: right;
}

tbody > tr > td.SubHeader {
    text-align: center !Important;
    background-color:lightgray;
    color:black;
}

tbody > tr > td.NormalRow {
    background-color: white !important;
}

tbody > tr > td.AlternateRow {
    background-color: lightskyblue !important;
}


