.datagrid table 
                            { 
                            border-collapse: collapse;
                            text-align: left;
                            width: 100%;
                            } 
                            .datagrid 
                            {
                            font: normal 12px/150% Arial, Helvetica, sans-serif;
                            background: #fff;
                            overflow: hidden;
                            border: 4px solid #797b7c;
                            -webkit-border-radius: 17px;
                            -moz-border-radius: 17px;
                            border-radius: 17px; 
                            }
                            .datagrid table td, 
                            .datagrid table th 
                            { 
                            padding: 5px 5px;
                            }
                            .datagrid table thead th 
                            {
                            background:-webkit-gradient
                            ( linear, 
                            left top, 
                            left bottom, 
                            color-stop(0.05, #E9967A),
                            color-stop(1, #E9967A) );
                            background:-moz-linear-gradient( 
                            center top, 
                            #E9967A 5%,
                            #E9967A 100% );
                            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9967A', endColorstr='#E9967A');
                            background-color:#e1e1e1;
                            color: #black;
                            font-size: 12px;
                            font-weight: bold;
                            border-left: 0px solid #E9967A;
                            }
                            .datagrid table thead th:first-child 
                            { border: none; }

                            .datagrid table tbody td 
                            { color: #7D7D7D;
                            border-left: 2.5px solid #D2CDCC;
                            font-size: 13px;font-weight: normal;
                            }
                            .datagrid table tbody 
                            .alt td { background: #EBEBEB;
                            color: #7D7D7D;
                            }