﻿table.grid th
{
	font-size: 10px;
	font-weight: bold;
	color: #6a6a6a;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 3px;
	height: 18px;
	line-height: 1;
	background: url(../images/grid-headers-row-bg.png) center left repeat-x;
	border-bottom: solid 1px #E3E3E3;
	border-top: solid 1px #CACACA;
}

table.grid tr.gridRow
{
	background: #ffffff url(../images/grid-light-row-bg.png) top left repeat-x;
	border-bottom: solid 1px #ffffff;
}

table.grid tr.gridAltRow
{
	background: #f5f5f5 url(../images/grid-dark-row-bg.png) top left repeat-x;
	border-bottom: solid 1px #f5f5f5;	
}

table.grid tr.gridRow td, table.grid tr.gridAltRow td
{
	padding: 3px;
}

table.grid .textbox
{
	width: 100%;
	background-color: #FFFFFF;
	font-size: 10px;
	border: solid 1px #C0C0C0;
}
