﻿.Grid 
{ 
  background-color: #FFFFFF; 
  border: 1px solid #7C7C94; 
  border-bottom: 2px solid #7C7C94; 
  font-family: Tahoma; 
  font-size: 8pt; 
  cursor: pointer;
}

.GridHeader
{
    background-image: url(/Images/grid_headerBg.gif);
    background-color: #8988A5;
    height: 24px;
    padding-left: 3px;
    cursor: default;
    font-size: 9pt;
    color: white;
    font-family: Tahoma;
}


.HeadingCell
{
    background-image: url(/Images/header_activeBg.gif);
    background-color: #E0DFE3;
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 1px;
    font-family: Tahoma;
    font-size: 8pt;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 5px;
    direction: rtl;
}



.DataCell
{
    cursor: default;
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px solid #EAE9E1;
    font-family: Tahoma;
    font-size: 8pt;
    color: #333333;
    background-color: #f7f6f3;
} 


.Alt_DataCell
{
    cursor: default;
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px solid #EAE9E1;
    font-family: Tahoma;
    font-size: 8pt;
    color: #284775;
    background-color: #ffffff;
} 



.SelectedRow
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: Tahoma; 
  font-size: 8pt; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}




.GridFooter
{
    cursor: default;
    padding: 3px;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    text-align: center;
}


