﻿.DataGrid
{
	color: #000000;
	border: 1px solid #d0e1f1;
	/*background-color: #ffffff;*/
	font-family: Verdana;
	text-align: left;
	border-bottom-width: 0;
	border-right-width: 0;
}
	.DataGrid tr:first-child .Header {
		background-color: #8884b2;
		color: #ffffff;
		font-weight: bold;
		font-family: Poppins;
		font-size: 13px !important;
		border-radius: 0px;
		padding: 8px;
	}

.DataGrid .Footer
{
	background-color: #dbe7f3;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
}
.DataGrid .Item
{
	color: #000000;
}
.DataGrid td
{	
	border: 1px solid #d0e1f1;
	border-left-width:0;
	border-top-width:0;
	font-size:13.5px;
	color: #000000;
	font-family:'poppins';
	padding:7px;
}

	.DataGrid tr:hover {
		background-color: #e9f7f9;
	}
.DataGrid th
{
	font-size: 11px;
	background-color:#FFBB84;
	color: Black;
	letter-spacing: 0.03em;
	border:1px solid #F0F0F0;
	border-left-width:0;
	font-family:Verdana;
	border-top-width:0;
	text-align:center; 
	font-weight:normal; 
	font-weight:bold;
	padding:5px;
}
.DataGrid caption
{
	font-size: 11px;
	color:White;
	font-weight:bold;
	background:  #787878;
	text-align:left;
	padding:5px;
}


.GridViewScrollHeader TH, .GridViewScrollHeader TD {
	padding: 10px;
	font-weight: normal;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #F4F4F4;
	color: #999999;
	text-align: left;
	vertical-align: bottom;
}

.GridViewScrollItem TD {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	color: #444444;
}

.GridViewScrollItemFreeze TD {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #FAFAFA;
	color: #444444;
}

.GridViewScrollFooterFreeze TD {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #F4F4F4;
	color: #444444;
}

