﻿.gridBox
{
   border: solid 1px black;
   width: 500px;
   height: 200px;
   overflow: hidden;
   background-color: White;
   text-align:left;
}
.headerBox
{
   white-space: nowrap;
   width: 100%;
   overflow: hidden;
}
.headerTable
{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 10px;
   font-weight: bold;
   background-color: #7DA5E0;
   color: #0040AD;
   border-collapse: collapse;
   left: 0px;
   table-layout: fixed;
   empty-cells: show;
   width: 0;
}
.bodyBox
{
   width: 100%;
   height: 176px;
   overflow: auto;
}
.bodyTable
{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 10px;
   border-collapse: collapse;
   left: 0px;
   table-layout: fixed;
   empty-cells: show;
   width: 0;
}
.headerCell
{
   border-right: solid 1px black;
   border-bottom: solid 1px black;
   padding: 2px;
   margin: 0px;
   text-align: left;
   color: Black;
   vertical-align: middle;
   overflow: hidden;
   white-space: nowrap;
   -moz-user-select: none;
   height: 20px;
}
.headerRow
{
   
}
.bodyCell
{
   border-bottom: solid 1px black;
   border-right: solid 1px black;
   padding: 2px;
   margin: 0px;
   overflow: hidden;
   vertical-align: middle;
}
.normalRow
{
   background-color: white;
   color: Black;
   /*cursor: pointer;*/
}
.altRow
{
   background-color: #D9EAFC;
   color: Black;
   /*cursor: pointer;*/
}
.selRow
{
   background-color: blue;
   color: white;
}
.cellCenter
{
   text-align: center;
   vertical-align: middle;
}
.cellRight
{
   text-align: right;
   vertical-align: middle;
}
.cellHTML
{
   text-align: center;
}
