﻿.Grid 
{ 
}

.HeadingCell 
{ 
	height:28px; 
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;	
	background-color: #EAF1F8;   
	cursor:pointer;
}

.HeadingCellText
{
	color: #1b50a0;
	font-size: 11px;
    font-weight: bold;
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell 
{ 
	font-size: 11px; 
	border-bottom: 1px solid #E6E6E6; 
	cursor: default;
    padding-top:6px;
	padding-bottom:6px; 
	padding-right:2px; 	
} 

.AlternatingRow 
{ 
  cursor: default;
}

.AlternatingRow td.DataCell 
{ 
	background-color: #F6F6F8;
	border-bottom: 1px solid #E6E6E6;
	font-size: 11px;
	cursor: default;
    padding-top:6px;
	padding-bottom:6px;
	padding-right:2px;
} 

.GridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.CellText
{
  font-family: verdana; 
  font-size: 10px; 
}


.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 288px;
  height: 68px;
}