﻿/*  grid layout */
.grdBody
{
	border: 1px Solid #FBDE7A;
	width: 100%;
	margin-bottom: 5px;
}
.grdHeader
{
	background-image: url(images/big-top.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #000000;
	height: 34px;
	padding: 1px;
	border-bottom: 1px Solid #df9934;
}
.grdHeaderColumn
{
	background-image: url(images/boxbg.PNG);
	background-repeat: repeat-x;
	border-color: #df9934;
	border-width: 1px;
	border-style: solid;
	horizontal-align: left;
}
.grdPager
{
	height: 18px;
	background-color: #EDF1F5;
	font-weight: bold;
	color: Black;
	background-image: url(images/boxbg.PNG);
}
.grdRow
{
	background-color: #FFFFFF;
}

.grdRow:hover
{
	background-color: #df9934;
}

.grdAltRow:hover
{
	background-color: #df9934;
}

.grdAltRow
{
	background-color: #F8E4A0;
}

/* end grid layout */
