﻿.grid {
    width: 100%;
}
.grid th
{
	padding:5px;
	border:solid 1px gray;
}
.grid tr td
{
	padding:2px 5px 2px 5px;
	border:solid 1px gray;
}

.rowHighlight
{
	background-color:#D2FF59;
}

.header {
	background-color: #95c88f;
	white-space: nowrap;
	color: black;
	font-weight: bold;
	margin: 5px;
	width: 100%;
	text-align: center;
}

.header th a:link
{
	color: black; 
	font-weight: bold;
}

.evenRow
{
	background-color: white;
}

.oddRow
{
	background-color: #bbccbb;
}

.footer
{
	background-color: #666666; 
	color: white;
}

.clsPager tr td
{
	border:0px;
	padding:2px;
}

.clsPager td
{
	height:20px;
}

.clsPager td table
{
	margin-bottom:0;
}

