﻿/* Grid styles */
.Grid
{
	color: #333;
	padding: 0 4px;
	background: #fff url( "images/vertical.png" ) repeat-y;
	border: solid 1px #cecece;
}

.GridData
{
	height: 337px;
	border-top: none;
	border-bottom: none;
	
}

.GridFooter
{
  background-image: url(images/grid_footer_bg.gif);
  cursor: default; 
  padding: 5px;
  height: 40px;
  vertical-align: bottom;
  border: 0px;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}



.HeadingCell
{
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #eee url( "images/static.png" ) no-repeat 0 -32px;
	font-weight: bold;
	color: #454545;
	border-bottom: 1px solid #bbb;
	
}

.HeadingRow td.FirstHeadingCell
{
	background-position: -1px -32px;
}

.HeadingCellText
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	cursor: default;
}

.HeadingCellHover
{
	background-position: 0 -60px;
}
.HeadingCellHover td.FirstHeadingCell
{
	background-position: -1px -60px;
}

.HeadingCellActive
{
	background-position: 0 -90px;
}
.HeadingCellActive .HeadingCellText
{
	display: block;
	margin: 1px -1px -1px 1px;
}
.HeadingCellActive img
{
	display: block;
	margin: 1px -1px -1px 1px;
}





.Row
{
	 padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #BFDBF5; 
  font-family: verdana; 
  font-size: 10px;
  color: #000000;

}
.HoverRow
{
	cursor: default;
	font-size: 11px;
}
.HoverRow td.DataCell
{
	background: #C9DEBE;
}

.DataCell
{
	 padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #BFDBF5; 
  font-family: verdana; 
  font-size: 10px;
  color: #000000;

}
.FirstDataCell
{
}

.SelectedRow
{
	cursor: default;
	font-size: 11px;
}
.SelectedRow td.DataCell
{
	background: #e6e6e6;
}

.SortedDataCell
{
	background: #f5f5f5;
}

.SliderPopup
{
	background: #eee;
	border: 1px solid #999;
	color: #333;
	font: 12px Arial,Helvetica,sans-serif;
}
