        .Grid td
        {
            background-color: #F7F6F3;
            color: #333333;
            line-height:200%

        }
        .Grid th
        {
            background-color: #5D7B9D;
            color: White;
            line-height:200%

        }
        .ChildGrid td
        {
            background-color: #eee !important;
            color: #5a5a5a;
            line-height:200%
             

        }
        .ChildGrid th
        {
            background-color: #6C6C6C !important;
            color: White;
            line-height:200%

        }
