﻿        .Grid
        {
            /*5D7B9D*/
            /* */
            /*5D7B9D   blue */
              /*ECEAE3  light gray*/
              /*334AEE  select text */
              /*284775 text in white background row */
              /* 333333 text in row with gray background */
              
            background-color: #fff;
            margin: 5px 0 10px 0;
            border: solid 1px #525252;
            border-collapse: collapse;
           /* font-family: Calibri;*/
          font-size: 12px;
             font-family: Verdana, Arial, "Times New Roman" , "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Helvetica, sans-serif;
            color: #474747;
        }
        
        .Grid td
        {
            padding: 1px 14px 5px;
            border: solid 1px #c1c1c1;  /* grid line color */
        }
        
        .Grid th
        {
            padding: 2px 6px;  /* Headr Height and width */
            color: #fff;
            background: #5D7B9D url(Images/grid-header.png) repeat-x top; /* Header color */
            border-left: solid 1px #525252;
            font-size: 1.0em;
        }
        
        .Grid .alt
        {
            background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
           color: #284775;
        }
        
        .Grid .pgr
        {
            background: #5D7B9D url(Images/grid-pgr.png) repeat-x top;
            color: #284775; 
        }
        
        .Grid .pgr table
        {
            margin: 3px 0;
        }
        
        .Grid .pgr td
        {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }
        
        .Grid .pgr a
        {
            color: Gray;
            text-decoration: none;
        }
        
        .Grid .pgr a:hover
        {
            color: #000;
            text-decoration: none;
        }
        
        
        
        
        
        
        
        
        
        
                .GridPrint
        {
            /*5D7B9D*/
            /* */
            /*5D7B9D   blue */
              /*ECEAE3  light gray*/
              /*334AEE  select text */
              /*284775 text in white background row */
              /* 333333 text in row with gray background */
              
            background-color: #fff;
            margin: 5px 0 10px 0;
            border: solid 1px #525252;
            border-collapse: collapse;
           /* font-family: Calibri;*/
          font-size: 12px;
             font-family: Verdana, Arial, "Times New Roman" , "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Helvetica, sans-serif;
            color: #000000;
        }
        
        .GridPrint td
        {
            padding: 1px 14px;
            border: solid 1px #c1c1c1;  /* grid line color */
        }
        
        .GridPrint th
        {
            padding: 2px 6px;  /* Headr Height and width */
            color: #fff;
            background: #5D7B9D url(Images/grid-header.png) repeat-x top; /* Header color */
            border-left: solid 1px #525252;
            font-size: 1.0em;
        }
        
        .GridPrint .alt
        {
            background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
             color: #000000;
        }
        
        .GridPrint .pgr
        {
            background: #5D7B9D url(Images/grid-pgr.png) repeat-x top;
             color: #000000;
        }
        
        .GridPrint .pgr table
        {
            margin: 3px 0;
        }
        
        .GridPrint .pgr td
        {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }
        
        .GridPrint .pgr a
        {
            color: Gray;
            text-decoration: none;
        }
        
        .GridPrint .pgr a:hover
        {
            color: #000;
            text-decoration: none;
        }