﻿/*DataGrid -Start*/
.DataGrid
{
	border-style: solid;
	border-width: 1.5px;
	border-color: #85bae3;
	background: white;
	text-align: left;
	font-size:11px;	
	font-family:Verdana;
	letter-spacing:0.04em;
	padding:4px;	
}
.DataGrid .Header
{
	font-family: verdana;
	font-size: 10px;
	background-color: #25aadd;
	color: #000000; /*letter-spacing: 0.03em;*/
}
.DataGrid .Footer
{
	color: #694513;
	background-color: #d8d8d8; /*#9b896e*/
	font-weight: bold;
}
.DataGrid .Pager
{
	color: #330099;
	background-color: #fff5ec;
	text-align: center;
		font-size: 11px;
		letter-spacing: 0.03em;
}
/*.DataGrid .NormalRow
{
	color: #003762;
	background-color: #fffff3;
	font-size: 11px;
}*/
.DataGrid .AlternateRow
{
	background-color:#F9F9F9;
}
.DataGrid .EditRow
{
	color: #003300;
	background-color: #ccffff;
}
.DataGrid .SelectedRow
{
	color: #003a51;
	background-color: #E2DED6;
	font-weight: bold;
}
.DataGrid tr:hover
{	
	border-bottom:0px solid #dedbde; 
	background-color: #e2e2e2;	
}
/*.DataGrid td
{	
	border:0px solid #c3c3c3;/*Border color with*/
/*	border-left-width:0;
	border-top-width:0;	
	font-size:11px;
	color: #000000;
	font-family:Verdana, Arial, Century;
	border-right:1px solid #8e8e8e;	
}*/
.DataGrid td {
    border: 0px solid #c3c3c3;
    border-left-width: 0;
    border-top-width: 0;
    font-size: 11px;
    color: #555;
    font-family: Verdana, Arial, Century;
    border-right: 1px solid #8e8e8e;
}


 .DataGrid th {
	padding: 4px 4px 4px 4px;
	background:#F6F7F6 ;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.DataGrid .NotVisible
{
	display:none;
}
.DataGrid{color:#590033;}
.DataGrid a{color:#005575; text-decoration:none;}
.DataGrid a:link{color:#005575; text-decoration:none;}
.DataGrid a:visited{color:#005575; text-decoration:none;}
.DataGrid a:active{color:#005575; text-decoration:none;}
.DataGrid a:hover{text-decoration: none;color: #000;font-size: 11px;}
/*DataGrid -End*/