.datagrid table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; 
} 

.datagrid {
font: normal 12px/150% Arial, Helvetica, sans-serif; 
margin-left:20px;
margin-right:20px; 
overflow: hidden; 
}

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

.datagrid table thead th {
    background-color: #ff6600;
    text-align: center;
color:#FaFaFa;
font-size: 15px; 
font-weight: bold; 
border-left: 0px solid #A8A8A8; 

} 

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

.datagrid table tbody td {
    text-align: center;
color: #1A1B1C;

font-size: 12px;
font-weight: normal; 
padding:5px;
}

.datagrid table tbody .alt td {
    text-align: center;
background: #D4D4D4;
color: #1A1B1C;
}

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

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