.Grid 
{ 
  background-color: #B5B5B5;
  border: 1px solid gray; 
  cursor: pointer; 
}

.Grid2 {
	padding: 0;
	margin: 0;
	border-left: 1px solid #424B5A;
	border-top: 1px solid #424B5A;
}

.HeadingCell 
{ 
  background-color: #025597;
  border: 1px solid #B5B5B5;
  border-bottom-color: #B5B5B5;
  border-right-color: #B5B5B5;
  height:20px;
}

.HeadingCell2 {
	font: bold 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-right: 1px solid #424B5A;
	border-bottom: 1px solid #424B5A;
	border-top: 1px solid #424B5A;
	letter-spacing: 2px;
	
	text-align: left;
	padding: 3px 6px 3px 12px;
	background: #025597 url(/images/bg_header.jpg) no-repeat;
}

.HeadingCellText
{
  color: #FFFFFF;
  font-family: tahoma,verdana; 
  font-size: 11px; 
  font-weight: bold; 
  text-align: left;
  padding: 3px ;
}

.HeadingCellText2 {
	font: bold 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-right: 1px solid #424B5A;
	border-bottom: 1px solid #424B5A;
	border-top: 1px solid #424B5A;
	letter-spacing: 2px;
	
	text-align: left;
	padding: 3px 6px 3px 12px;
	background: #025597 url(/images/bg_header.jpg) no-repeat;
	
}
.Row 
{ 
  background-color: #E2E2E2; 
  height:20px;
   
}

.Row2 
{ 
  background-color: #FFFFFF; 
  height:20px;
   
}

.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  font-family: tahoma,verdana; 
  font-size: 11px; 
} 

.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border: 1px solid #B5B5B5; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  font-family: tahoma,verdana; 
  font-size: 11px; 
} 

.DataCell2 {
	border-right: 1px solid #424B5A;
	border-bottom: 1px solid #424B5A;
	background: #fff;
	padding: 3px 6px 3px 12px;
		color: #4f6b72;
}

.DataCellRight2 {
	border-right: 1px solid #424B5A;
	border-bottom: 1px solid #424B5A;
	background: #fff;
	padding: 3px 6px 3px 12px;
		color: #4f6b72;
		font-family: tahoma,verdana; 
  font-size: 11px; 
  text-align:right
		
}

.DataCellLeftSpaced 
{ 
  cursor: default;
  padding: 10px 3px 10px 10px; 
  border: 1px solid #B5B5B5; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  font-family: tahoma,verdana; 
  font-size: 11px; 
} 

.DataCellRight 
{ 
  cursor: default;
  padding: 3px; 
  border: 1px solid #B5B5B5; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  font-family: tahoma,verdana; 
  font-size: 11px; 
  text-align:right;
} 

.DataCellCenter 
{ 
  cursor: default;
  padding: 3px; 
  border: 1px solid #B5B5B5; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  font-family: tahoma,verdana; 
  font-size: 11px; 
  text-align:center;
} 

.Row td.FirstDataCell 
{ 
  padding-left: 3px; 
  cursor: default;
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.SelectedRow td.DataCell 
{ 
  padding: 3px; 
  padding-left: 4px; 
  padding-bottom: 3px; 
  font-family: verdana; 
  font-size: 11px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
  cursor: default;
}

.SelectedRow td.FirstDataCell 
{ 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default;
}

.SelectedRow td.LastDataCell 
{ 
  border-right: 1px solid #4B4B6F; 
  cursor: default;
}

.GridFooter
{
  cursor: default;
  padding: 5px;
}


.PagerText
{ 
  font-family: verdana; 
  font-size: 10px; 
} 

.GridFooter
{
   
  background-image: url(/images/Pager/grid_footer_bg.gif);
  cursor: default; 
  padding: 5px;
  height: 35px;
  vertical-align: bottom;
  border: 0px;
  border-left: 5px solid black;
  border-right: 5px solid black;
}

.GridPager
{
  background-image: url(/images/Pager/grid_footer_bg.gif);
  cursor: default; 
  padding: 5px;
  height: 35px;
  vertical-align: bottom;
  border: 0px;
  border-left: 5px solid black;
  border-right: 5px solid black;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 10px;
}
