<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Grid 
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
  Width:50px;
}

.GridHeader
{
  background-image: url(Img/grid_headerBg.gif); 
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-family: Tahoma; 
  font-size: 10p;
/* font-weight: bold; */

}

.GridHeaderText
{
  color: #FFFFFF;  
  font-family: Tahoma; 
  font-size: 10px;
  
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  height: 48px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: Tahoma; 
  font-size: 11px;
}

.HeadingRow 
{ 
  background-color: #E9E9EB; 
  background-image: url(images/header_rowBgArtGrid.gif);  
}

.HeadingCell 
{ 
  background-image: url(images/header_bgArtGrid.gif);   
  background-color: #E9E9EB; 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px;  
}

.HeadingCellHover
{ 
  background-image: url(images/header_hoverBgArtGrid.gif);   
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url(images/header_activeBgArtGrid.gif);   
  background-color: #F6F6F7;  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(images/header_bgArtGrid.gif); 
}
.HeadingCellText
{
  font-family: Tahoma; 
  font-size: 10px; 

  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
   text-align:center;
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
  height:25px;
}

.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: Tahoma; 
  font-size:10px; 
  height:25px;
  direction:rtl;
  width:10px;
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
  height:25px;
    width:10px;
} 

.HoverRow
{
    height:25px;
}

.HoverRow td.DataCell 
{ 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: Tahoma; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
  height:25px;
  direction:rtl;
    width:10px;
}

.HoverRow td.FirstDataCell 
{ 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
  height:25px;
    width:10px;
}

.HoverRow td.LastDataCell 
{ 
  border-right: 1px solid #4B4B6F; 
  height:25px;
    width:10px;
}

.SelectedRow 
{ 
    height:25px;
}

.SelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: Tahoma; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
  height:25px;
  direction:rtl;
    width:10px;
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
  height:25px;
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
  height:25px;
    width:10px;
}

.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-family: Tahoma; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupByCell
{
  cursor: pointer;
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}


.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  font-size: 9pt; 
  font-family: Tahoma;
  width: 150px;
  height: 30px;
}</pre></body></html>