.datagrid table { 
border-collapse: collapse; 
text-align: left; 
/*width: 80%; */
} 

.datagrid {
font: normal 12px/150% Arial, Helvetica, sans-serif; 
background: #fff; 
overflow: hidden; 
/*border: 1px solid #0096E5; */
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; }

.datagrid table td, .datagrid table th { 
padding: 2px 2px; }

.datagrid table thead th {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0096E5), color-stop(1, #0096E5) );
background:-moz-linear-gradient( center top, #0096E5 5%, #0096E5 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096E5', endColorstr='#0096E5');
background-color:#0096E5; 
color:#FFFFFF; 
font-size: 15px; 
font-weight: bold; 
border-left: 1px solid #A2E0DA; } 

.datagrid table thead th:first-child { 
border: none; }

.datagrid table tbody td { 
color: #4D1A75; 
border-left: 1px solid #DEF4F2;
font-size: 12px;
font-weight: normal; }

.datagrid table tbody .alt td { 
background: #B7EEF4; 
color: #4D1A75; }

.datagrid table tbody td:first-child { 
border-left: none; }

.datagrid table tbody tr:last-child td { 
border-bottom: none; }
