﻿
    div.HeaderImage 
    {
        background-image: url("../../Images/image001.png");
        background-repeat:no-repeat;
        background-position: right;
        height: 42px;
        width: 125px;
        text-align: center;
        color: rgb(220, 229, 232);
        font-weight: bolder;
        vertical-align: middle;
        position: relative;
        }
        td.HeaderRight {
            background-image: url("../../Images/HeaderRight.png");
             background-repeat:no-repeat;
              background-position: right;
            width: 131px;
            height: 48px;
            padding: 0px;
             text-align: center;
        color: rgb(220, 229, 232);
        font-weight: bolder;
        }
        td.HeaderMiddle {
            background-image: url("../../Images/HeaderMiddle.png");
             background-repeat: repeat;
              background-position: center;
            height: 48px;
            padding: 0px;
        }
        td.HeaderLeft {
            background-image: url("../../Images/HeaderLeft.png");
             background-repeat:no-repeat;
              background-position: left;
            width: 23px;
            height: 48px;
            padding: 0px;
        }
    td.HeaderCmnterRight {
        background-image: url("../../Images/HeaderCmnterRight.png");
        background-repeat:no-repeat;
        background-position: right;
        height: 23px;
        width: 8px;
        text-align: center;
    }
    td.FooterRight {
        background-image: url("../../Images/FooterRight1.png");
        background-repeat:no-repeat;
        background-position: right;
        height: 18px;
        width:22px;
        padding: 0px;
    }
    td.FooterLeft {
        background-image: url("../../Images/FooterLeft1.png");
        background-repeat:no-repeat;
        background-position: left;
        height: 18px;
        width:22px;
        padding: 0px;
        vertical-align: top;
    }
    td.FooterMiddle {
        background-image: url("../../Images/FooterMiddle1.png");
        background-repeat:repeat;
        height: 18px;
        padding: 0px;
    }
    td.HeaderCmnterLeft {
        background-image: url("../../Images/HeaderCmnterLeft.png");
        background-repeat:no-repeat;
        background-position: left;
        height:23px;
        width: 8px;
        text-align: center;
    }
    td.BorderRight {
        background-image: url("../../Images/BorderRight.png");
        background-repeat: repeat-y;
        width: 2px;
    }
    td.BorderLeft {
        background-image: url("../../Images/BorderLeft.png");
        background-repeat: repeat-y;
        width: 2px;
    }
    td.DataGridBackGround {
        background-image: url("../../Images/BackGroundImg.png");
        background-repeat: repeat-x;
        background: repeat-x;
        background-color: whitesmoke;
        padding: 0px; border: 0px;
    }