.Grid
{
	background-color: #ffffff;
	cursor: pointer;
	border-right: #716f64 1px solid;
	border-top: #716f64 1px solid;
	border-left: #716f64 1px solid;
	border-bottom: #716f64 1px solid;
}

.GridHeader
{
  background-image: url(images/grid_headerBg.jpg); 
  border-bottom: 1px solid #57566F; 
  height: 25px;
  padding-left: 3px;
  padding-right: 5px;
  cursor: default; 
  color: #333333;  
  font-family: tahoma; 
  font-size: 10px;
  font-weight: bold;
  vertical-align: center;
}

.GridHeaderText
{
	color: #333333;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-left: 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_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image: url(images/header_bg.gif);   
  background-color: #E9E9EB; 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.HeadingCellHover
{ 
  background-image: url(images/header_hoverBg.gif);   
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url(images/header_activeBg.gif);   
  background-color: #F6F6F7;  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(images/header_bg.gif); 
}

.HeadingCellText
{
  font-family: tahoma; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 3px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: tahoma; 
  font-size: 10px; 
  vertical-align: top;
}
.Row td.DataCell2
{
	padding: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid #EAE9E1;
	font-family: tahoma;
	font-size: 10px;
	background-color: #f5f5f5;
}  

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell
{
	background-color: #C9E7F5;
	padding: 2px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: tahoma;
	font-size: 10px;
	border-bottom: 1px solid #5A9EBB;
	border-top: 1px solid #5A9EBB;
}

.SelectedRow td.FirstDataCell
{
	background-color: #ccffff;
	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: #706F91; 
  background-color: #FFFFFF; 
  font-family: tahoma; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 4px;
  padding-bottom: 2px;
}

.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: 11px; 
  width: 150px;
  height: 30px;
}

.ScrollBar
{
  background-image: url(images/scroller/scroller_bg.gif); 
}

.ScrollGrip
{
	background-image: url(images/scroller/scroll_gripBg.gif);
	
}
/*Dialog Box Header Text Style*/
.Popup
{
	font-weight: bold;
	font-size: 12px;
	color: #222222;
	font-family: Tahoma;
}
