﻿.DataGridDelete
{
    background-image: url('images/delete.png');
    /* Text="&lt;img src=&quot;../images/delete.png&quot; alt=&quot;Delete&quot; title=&quot;Delete&quot; border=&quot;0&quot; /&gt;" */
}
.DataGridDelete:hover
{
    text-decoration: none;
}

.dataGridTable
{
	border: solid 1px;
	border-collapse: collapse;
	font-weight: normal;
}
.dataGridTable td
{
    border: solid 1px;
}


.ItemStyle td
{
	border: solid 1px #999999;
	background-color: white;
	padding: 0.4em;
}
.AlternatingItemStyle td
{
	background-color: #f5f5f5;
	border: solid 1px #999999;
	padding: 0.4em;
}
.EditItemStyle td
{
	background-color: #ffffcc;
	border: solid 1px #999999;
	padding: 0.4em;
}
.SelectedItemStyle td
{
	background-color: #ffffcc;
	border: solid 1px #999999;
	padding: 0.4em;
}
.HeaderStyle td
{
	background-color: #d3d3d3;
	font-weight:bold;
	text-align:center;
	border-style:groove;
	border-width: thin;
	font-size:1.0em;
	padding: 0.4em;
}
.PagerStyle td
{
	background-color: #f5f5f5;
	font-weight:bold;
	text-align:left;
	border-style:groove;
	border-width: thin;
	padding: 0.4em;
}
.FooterStyle td
{
	background-color: #f5f5f5;
	font-weight:bold;
	text-align:center;
	border-style:groove;
	border-width:thin;
	border-color:#999999;
}

