﻿.Grid 
{ 
	background-color: #FFFFFF;
	cursor: pointer;
}

.GridData
{
	height: 400px;
}

.GridAlternatingRow
{
	background-color: #f6f6f8;
	border-right: 1px solid #E6E6E6; 
	border-bottom: 1px solid #E6E6E6; 
}

.GridDataCell
{
	padding-left: 5px; 
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #E6E6E6; 
	border-bottom: 1px solid #E6E6E6;
	font-family: verdana; 
	font-size: 10px;  
	color: #595959;
	cursor: default;
}

.GridHeader
{
	background-image: url(../../admin/images/grid_headerBg.gif); 
	background-color: #8988A5; 
	border-bottom: 1px solid #57566F; 
	height: 28px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default; 
	color: White;
	margin: 0px;
}

.GridScrollBar
{
	background-image: url(../../counter/stats/images/scroller_bg.gif); 
}

.GridScrollGrip
{
	background-image: url(../../counter/stats/images/scroll_gripBg.gif); 
}

.GridHeadingRow 
{ 
	background-color: #E9E9EB; 
	background-image: url(../../counter/stats/images/panel_headerBg.gif);
}

.GridHeadingCell 
{ 
	background-image: url(../../counter/stats/images/panel_headerBg.gif);   
	background-color: #E9E9EB; 
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #E6E6E6; 
}

.GridHeadingCellHover
{ 
	background-image: url(../../counter/stats/images/panel_headerBgActive.gif);   
	background-color: #F6F6F7; 
}

.GridHeadingCellActive
{ 
	background-image: url(../../counter/stats/images/panel_headerBgActive.gif);   
	background-color: #F6F6F7;  
}

.GridHeadingRow td.FirstHeadingCell
{ 
	background-image: url(../../counter/stats/images/panel_headerBgActive.gif); 
}

.GridHeadingCellText
{
	color: #666666; 
	font-family: Verdana; 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 6px;
}

.GridFooter
{
	cursor: default; 
	padding: 5px;
	vertical-align: bottom;
}

.GridFooterText
{
	color: #000000;  
	font-family: verdana; 
	font-size: 11px;
}

.SliderPopup
{
	background-color: #FFF4D7; 
	border: 1px solid #4B4B6F; 
	border-top-color: #9495A2; 
	border-left-color: #9495A2; 
	width: 288px;
	height: 68px;
}

.GroupHeading
{
	color: #706F91; 
	background-color: #FFFFFF; 
	font-family: verdana; 
	font-weight: bold;
	font-size: 11px; 
	border-bottom: 2px solid #A5A4BD; 
	padding-top: 10px;
	padding-bottom: 3px;
}

.GroupByCell
{
	cursor: pointer;
}

.GroupByText
{
	color: #FFFFFF; 
	font-size: 11px;   
	font-weight: bold; 
	padding-right: 5px;
}

.GridViewHeadingRow
{ 
	background-color: #E9E9EB; 
	background-image: url(../../counter/stats/images/panel_headerBg.gif);
	position: relative; 
	top: expression(this.scrollTop); 
	font-family: Verdana; 
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
}

.GridViewHeadingRow th
{
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-right: 1px solid #E6E6E6; 
}

.GridViewHeadingRow a, .GridViewHeadingRow a:hover
{
	color: #666666;
}

.GridViewAlternatingRow
{
	background-color: #f6f6f8;
	font-family: verdana; 
	font-size: 10px;  
	color: #595959;
	cursor: default;
}

.GridViewRow
{
	font-family: verdana; 
	font-size: 10px;  
	color: #595959;
	cursor: default;
}

.GridViewRow td, .GridViewAlternatingRow td
{
	border-right: 1px solid #E6E6E6; 
	border-bottom: 1px solid #E6E6E6;
	padding-left: 5px; 
	padding-top: 2px;
	padding-bottom: 2px;
}

