div.CustomTable1 {
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

    div.CustomTable1 table {
        border-collapse: collapse;
    }

    div.CustomTable1 tr th {
        font: heavy normal normal 13px Arial;
        padding: 5px;
        text-align: right;
        vertical-align: middle;
        color: #3f3f3f;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #82cffa;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #96c4ea;
        background-color: #f0f9ff;
        background-clip: border-box;
        background-origin: padding-box;
    }

        div.CustomTable1 tr th a:hover {
            color: #797979;
        }

div.AddRec tr th {
    border-top-color: #8ae68a !important;
    background-color: #f0fff0 !important;
    border-bottom-color: #7acc7a !important;
}

div.CustomTable1 tr td {
    background: #fcfcfc;
    font: normal normal normal 13px Arial;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
    vertical-align: middle;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #edf1f5;
    margin-top: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    width: 105px;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.CustomTable1 tr:hover td {
    border-color: #d5d9dc;
}

div.CustomTable1 tr th a {
    font: heavy normal normal 13px Arial;
    color: #3f3f3f;
}

div.CustomTable1 tr:hover td {
    background-color: rgba(230,245,255,0.3);
}

td.TableNoBorder {
    border-bottom: 0 solid #FFF !important;
    border-left: 0 solid #FFF !important;
    border-right: 0 solid #FFF !important;
    border-top: 0 solid #FFF !important;
}

input[type="submit"].CustomTButBlue {
    background-color: #007acc;
    border: 1px solid #4db8ff;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
    width: 55px;
    border-radius: 3px;
    font-weight: bold;
    font-family: colaborate,Calibri,Arial;
    color: #f2f2f2;
}

    input[type="submit"].CustomTButBlue:hover {
        background-color: #008ae6;
        color: #FFF;
        box-shadow: 0 2px 2px #196ca3;
    }

input[type="submit"].CustomTButGreen {
    background-color: #439743;
    border: 1px solid #71c171;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
    width: 55px;
    border-radius: 3px;
    font-weight: bold;
    font-family: colaborate,Calibri,Arial;
    color: #f2f2f2;
}

    input[type="submit"].CustomTButGreen:hover {
        background-color: #4eb14e;
        color: #FFF;
        box-shadow: 0 2px 2px #196ca3;
    }

input[type="submit"].CustomTButRed {
    background-color: #ba3737;
    border: 1px solid #d67676;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
    width: 55px;
    border-radius: 3px;
    font-weight: bold;
    font-family: colaborate,Calibri,Arial;
    color: #f2f2f2;
}

    input[type="submit"].CustomTButRed:hover {
        background-color: #ca4e4e;
        color: #FFF;
        box-shadow: 0 2px 2px #196ca3;
    }

input[type="submit"].CustomTButYellow {
    background-color: #eea230;
    border: 1px solid #f5ca89;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
    width: 55px;
    border-radius: 3px;
    font-weight: bold;
    font-family: colaborate,Calibri,Arial;
    color: #f2f2f2;
}

    input[type="submit"].CustomTButYellow:hover {
        background-color: #f2b55a;
        color: #FFF;
        box-shadow: 0 2px 2px #196ca3;
    }

.WideCol {
    width: 120px !important;
}

.SummaryRowHead {
    font-weight: bold !important;
}

.SummaryRowHead2 {
    font-weight: 500 !important;
    font-style: oblique !important;
}
