.Grid 
{ 
  background-color: #f3f3ec;
  cursor: pointer;
  width:100%;
  max-width:100%;
}

.GridHeader
{
  background-color: #004691; 
  border-top: 1px solid #36c; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
  color: #000;  
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  vertical-align:middle;
}
	
.GridHeaderText
{
  color: #000;  
  font-family: verdana; 
  font-size: 10px;
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  height: 48px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.HeadingRow 
{ 
  background-color: #E9E9EB; 
}

.HeadingCell 
{ 
  /*background-image: url(Images/Grid/header_bg.gif);   */
  background-color: #EFEFEF; 
  padding: 3px; 
  padding-top: 0px; 
  padding-bottom: 0px; 
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  border-bottom:1px solid #ddd;
}

.HeadingCellHover
{ 
  /*background-image: url(Images/Grid/header_hoverBg.gif);   */
  background-color:#E0E0E0;
}

.HeadingCellActive
{ 
  /*background-image: url(Images/Grid/header_activeBg.gif);   */
  background-color: #f3f3f5;  
}

.HeadingRow td.FirstHeadingCell
{ 
  /*background-image: url(Images/Grid/header_bg.gif); */
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 2px;
  padding-bottom: 1px;
}

.Row 
{
  background-color: #f3f3ec; 
  cursor: default;
}

.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
 
  font-family: verdana; 
  font-size: 11px;
	vertical-align:top;
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{
  background-color: #fff799; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-size: 11px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
	vertical-align:top;
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.GroupHeading
{
  color: #333; 
  background-color: #f3f3ec; 
  font-family: verdana; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #333; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupByCell
{
  cursor: pointer;
}

.GroupByText
{
  color: #fff; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}


.SliderPopup
{
  background-color: #004691; 
  border: 1px solid #36c; 
  /*border-top-color: #9495A2; 
  border-left-color: #9495A2; */
  font-size: 11px; 
  font-family: Verdana;
  width: 150px;
  height: 30px;
}

.NegativeBalance
{
	color: #f00;
}
.PositiveBalance
{
	color: #096;
}

.IndentCell 
{
	border-right: 0px;
	background-color: #f3f3ec;  
	height: 20px
}

.ScrollBar
{
	background-image: url(Images/Grid/scroller/scrollbg.gif);
}

.ScrollGrip
{
	background-image: url(images/scroller/scrollgrip.gif);
}

ScrollPopup
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	height: 23px;
}