@charset "utf-8";
/* CSS Document */

.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 #0080BF; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }.datagrid table td, .datagrid table th { padding: 0px 0px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0080BF), color-stop(1, #0080BF) );background:-moz-linear-gradient( center top, #0080BF 5%, #0080BF 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080BF', endColorstr='#0080BF');background-color:#0080BF; color:#FFFFFF; font-size: 15px; font-weight: normal; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #00496B; border-left: 1px solid #E1EEF4;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #E1EEF4; color: #00496B; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }