.test {
	color: red;
}

.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 #B0B0B0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*	overflow: auto;
	height: 300px;*/
}

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

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

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

.datagrid table tbody td {
	color: #6B6B6B;
	border-left: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
	font-size: 12px;
	font-weight: normal;
}

.datagrid table tbody .alt td {
	background: #F4F4F4;
	color: #6B6B6B;
}

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

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

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
	position: fixed !important;
}

.datagrid table tbody.highlite tr td:first-child {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #7F7F7F) );
	background:-moz-linear-gradient( center top, #999999 5%, #7F7F7F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#7F7F7F');
	background-color:#999999;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border: none;
}