﻿.ALSGridViewStyle
{
HeaderStyle-BackColor: #08578F;
CellPadding: 8;
ForeColor: black;
Height: 30px;
RowStyle-BackColor="#CED3D8";
AlternatingRowStyle-BackColor="#FFFFFF";
AllowPaging="True";
PageSize="20" ;
AllowSorting="True";
Style{
	border: 1px solid Black;
	font-family: Arial;
	font-size: 10pt;
	border-style: none;
	word-wrap: initial;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1; 
	left: 5px; 
	top: 50px; 
	position: relative;
}
}
