﻿/* 
 * Old Grid CSS Some of this is invalid for firefox and maybe i.e. 7, worked in ie 6, still needed.
 * This will be removed shortly? 
 */

.DataGridFixedHeader
{
	background-color: #E8E8E8;
	width: 95%;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}
.DataGridFixedHeader a:link
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}
.DataGridFixedHeader a:visited
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}
.DataGridFixedHeader a:hover
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}
.DataGridFixedHeader a:active
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}

.DataGridFixedFooter
{
	top: expression(this.offsetParent.scrollTop+this.offsetParent.offsetHeight-this.offsetParent.scrollHeight);
	background-color: #E8E8E8;
	width: 95%;
	left: 0px;
	position: relative;
	height: 16px;
}
.DataGridFixedFooter a:link
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}
.DataGridFixedFooter a:visited
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}
.DataGridFixedFooter a:hover
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}
.DataGridFixedFooter a:active
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}

.DataGridFixedPager
{
	background-color: #E8E8E8;
	width: 95%;
	position: relative;
	text-decoration: none;
}
.DataGridFixedPager a:link
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}
.DataGridFixedPager a:visited
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}
.DataGridFixedPager a:hover
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}
.DataGridFixedPager a:active
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}

.WizardControl a:link
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #660000;
}
.WizardControl a:visited
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #660000;
}
.WizardControl a:hover
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #660000;
}
.WizardControl a:active
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #660000;
}


.DataGridNonFixedHeader
{
	background-color: #E8E8E8;
	width: 95%;
}
.DataGridNonFixedHeader a:link
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}
.DataGridNonFixedHeader a:visited
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}
.DataGridNonFixedHeader a:hover
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}
.DataGridNonFixedHeader a:active
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	color: #660000;
}

.DataGridNonFixedFooter
{
	background-color: #E8E8E8;
	width: 95%;
	left: 0px;
	height: 16px;
}
.DataGridNonFixedFooter a:link
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}
.DataGridNonFixedFooter a:visited
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}
.DataGridNonFixedFooter a:hover
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}
.DataGridNonFixedFooter a:active
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 12px 6px 0;
	text-decoration: none;
	color: #660000;
}

.DataGridNonFixedPager
{
	background-color: #E8E8E8;
	width: 95%;
	text-decoration: none;
}
.DataGridNonFixedPager a:link
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}
.DataGridNonFixedPager a:visited
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}
.DataGridNonFixedPager a:hover
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}
.DataGridNonFixedPager a:active
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
}

