.Grid
{
	border: solid 1px Tan;
}

.Grid td
{
	border: solid 3px #FFFFFF;
	margin: 3px 3px 3px 3px;
	font-family: Arial;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.GridHeader
{
	font-weight: bold;
	background-color: Tan;
}

.GridHeader a
{
	text-decoration: none;
	color: LightGoldenrodYellow;
	padding: 0px 15px 0px 15px;
}

.GridHeader a:hover
{
	text-decoration: underline;
	background: Tan ;
}

.GridItem, .GridAltItem
{
	font-size: smaller;
}

.GridItem
{
	background-color: LightGoldenrodYellow;
}

.GridAltItem
{
	background-color: PaleGoldenrod;
}

.GridPager
{
	font-size: small;
	background-color: LightGoldenrodYellow;
	vertical-align:top ;
	 
}

/* Include DataSet.CSS file


.Item_cell {background-color: Cornflowerblue;}
.AlternatingItem_cell {background-color: White;}
.Header_cell{background-color: Navy;
	color: White;font-weight:bold;}
	
.Item_cell_hover {background-color: red;
	font-weight:bold;
	color: White;}
	
.AlternatingItem_cell_hover {background-color: red;
	font-weight:bold;
	color:White;}

	
.AlternatingItem_cell a, .Item_cell a, .SelectedItem_cell a,
.AlternatingItem_cell_hover a, .Item_cell_hover a, .SelectedItem_cell_hover a
{
	width: 60px;
	height:20px;
	border: 1px solid black;
	text-align:center;
	background-color: Silver;
	text-decoration : none;
	color:Black;
}*/