SPAN.good {
	color: black;
}

SPAN.notgood {
	color: black;
}

SPAN.future {
	color: #aaaaaa;
}


.datagrid table { border-collapse: collapse; text-align: left; border: 2px solid #8C8C8C; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C2C2C2), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #C2C2C2 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2C2C2', endColorstr='#7D7D7D');background-color:#C2C2C2; color:#FFFFFF; font-size: 14px; font-weight: bold; border-left: 1px solid #A3A3A3; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #7D7D7D; border-left: 1px solid #DBDBDB;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }

