﻿/* Brown */
.datagrid
{
	color: #000;
	font-family: Arial,Tahoma,Calibri,sans-serif;
	font-size: 85%;
}
.datagrid TABLE
{
	clear: both;
	border: solid 3px #fff;
	width: 98%;
	text-align: left;
}
.datagrid TABLE TH
{
	font-weight: bold;
	background-color: #fff7df;
	padding: 4px;
}
.datagrid TABLE TH A
{
	display: block;
	height: 100%;
	background: url(../../images/sortBoth.gif) right center no-repeat;
	padding-right: 20px;
	color:#000;
	text-decoration: none;
}
.datagrid TABLE TH.sortasc A
{
	background: url(../../images/sortAsc.gif) right center no-repeat;
}
.datagrid TABLE TH.sortdesc A
{
	background: url(../../images/sortDesc.gif) right center no-repeat;
}
.datagrid TABLE TR
{
}
.datagrid TABLE TD
{
	padding: 4px;
	color: #333;
	border-bottom: 1px solid #d8dde0;
}
.pager
{
	color:#000;
	float: right;
	padding-bottom: 9px;
}
.pager SPAN.command, .pager SPAN.current, .pager A.command
{
	color:#000;
	font-family: Tahoma;
	font-size: 85%;
	padding: 3px;
	text-decoration: none;
}
.pager SPAN.current
{
	color: Maroon;
	font-size: 85%;
	font-weight: bold;
	text-decoration: underline;
}

