.gridPanel
{
   height:           100%;
   overflow:         auto;
   background-color: #d6e2ff;
   text-align:       center;
   padding:          0px;
   padding-top:      6px;
   padding-left:     6px;
}
.gridRow
{
   display:          inline-block;
   width:            100%;
   margin:           0px;
   padding-top:      0px;
   border-width:     0px;
}
.gridCell
{
   float:            left;
   background-color: #e0e9fd;
   background-clip:  content-box;
   height:           100%;
   padding-Right:    6px;
}
.gridCellImage
{
   width:            32px;
}
.gridCellNamePanel
{
   text-align:       center;
   background-color: inherit;
   word-wrap:        normal;
   border-width:     0;
   resize:           none;
   padding:          5px;
}
.gridCellSpinner
{
   height:           20px;
   display:          inline-block;
   position:         absolute;
                                       /* from here to end required to center */
                                       /* an absolute div horizontally        */
   width:            80px;
   margin-left:      auto;
   margin-right:     auto;
   left:             0px;
   right:            0px;
}
.gridCellSpinnerLive
{
   bottom:       30px;
}
.gridCellSpinnerDead
{
   bottom:       5px;
}
.gridCellSpinnerButton
{
   height: 100%;
   width:  20px;
   float:  left;
}
.gridCellSpinnerCount
{
   height:           100%;
   width:            40px;
   float:            left;
   text-align:       center;
   background-color: inherit;
}