.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #36752D; }.datagrid table td, .datagrid table th { padding: 8px 7px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #009900), color-stop(1, #009900) );background:-moz-linear-gradient( center top, #009900 5%, #009900 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#009900');background-color:#009900; color:#FFFFFF; font-size: 16px; font-weight: normal; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #275420; border-left: 1px solid #E9E9E9;font-size: 14px;font-weight: normal; }.datagrid table tbody .alt td { background: #E9E9E9; color: #275420; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid1 table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B0B7BD), color-stop(1, #B0B7BD) );background:-moz-linear-gradient( center top, #B0B7BD 5%, #B0B7BD 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0B7BD', endColorstr='#B0B7BD');background-color:#B0B7BD; color:#FFFFFF; font-size: 16px; font-weight: normal; }
.datagrid2 table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2D5475), color-stop(1, #2D5475) );background:-moz-linear-gradient( center top, #2D5475 5%, #2D5475 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D5475', endColorstr='#2D5475');background-color:#2D5475; color:#FFFFFF; font-size: 16px; font-weight: normal; }