﻿.GridHeader TH A
{
text-decoration: none;
}
.GridHeader TH
{
font-weight: normal;
background-image: url('images/grid-header-bg-stripe.gif');
background-repeat: repeat-x; 
background-position: bottom;
padding: 4px 3px;
border-top: solid 1px white;
border-left: solid 1px white;
border-right: solid 1px silver;
border-bottom: solid 1px silver;
cursor:move;
}
.GridHeader TH:HOVER
{
background-color: #B50400;
background-image: url('images/grid-header-bg-stripe-hover.gif');
background-repeat: repeat-x; 
background-position: bottom;
}
.GridRow TD
{
height:24px;
padding: 2px 4px;
font-size:10px;
border-bottom:solid 1px silver;
}
.Pager TD A, .Pager TD TD A:VISITED
{
background: #B50400;
color:White;
padding: 0 3px;
border: solid 1px white;
text-decoration: none;
}
.Pager TD TABLE TR TD A:HOVER
{
background: #B50400;
padding: 0 3px;
border: solid 1px black;
text-decoration: none;
}
.GridRow2 tr
{
border-bottom: none;
}