.Grid 
{ 
  border: 0px solid #999999; 
  border-bottom: 2px solid #D1E2FE; 
}

.GridTitle
{
	color: #5C99DC;  
	
	font-size: 14px;
	font-weight:bold;


	padding-top:5px;
	padding-bottom:5px;	
}

.HeadingCell 
{ 
  background-image: url(images/grid/header_bg.gif);   
  padding: 3px;
  padding-bottom: 3px;
  padding-right: 1px;
}

.HeadingCellHover 
{ 
  background-image: url(images/grid/header_hoverBg.gif);   
  padding: 3px;
  padding-bottom: 3px;
  padding-right: 1px;
}

.HeadingCellActive
{ 
  background-image: url(images/grid/header_activeBg.gif);   
  padding: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #808099; 
  padding-right: 0px;
}



.HeadingCellText
{
	
	font-weight:bold;
	font-size:11px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left:10px;
	cursor: pointer;
}

.Row 
{ 
	background-color:White;
	border-bottom:solid 1px black;
	height:25px;
	cursor: default;

}
.AlternatingRow 
{ 
	background-color: White; 
	border-bottom:solid 1px black;
	height:25px;
	cursor: default;
	
}

.Row td.DataCell, .AlternatingRow td.DataCell
{
	padding-left:5px;
	
	font-size: 10px; 
	border-bottom:solid 1px black;
	color:#00367A;
} 


.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  font-size: 11px; 
  font-family: Verdana;
  width: 150px;
  height: 30px;
}