table.grid  th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #cee86d;
	border-bottom: 1px solid #cee86d;
	border-top: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

table.grid th.right,table.grid td.right {
	border-right: 0
}

table.grid td {
	border-right: 1px solid #cee86d;
	border-bottom: 1px solid #cee86d;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

table.grid td.bleft {
	border-left: 1px solid #cee86d;
}


table.grid tr.alt td{
	background: #efefef;
}
table.grid tr td a{
	text-decoration: underline;
}
