.datagrid {
	width: 100%;
	padding: 5px;
	color:#333;
	/*background-color: #dce8ee;*/
	border: 1px solid #CED9DF;
}
.datagrid th {
	/*background-image: url(../images/th_bg.gif);*/
	white-space: nowrap;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}
.datagrid td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px;
}
 .datagrid td:first-child
,.datagrid th:first-child {
	border-left: 1px solid #ccc;
}
.datagrid caption {
	text-align: left;
	margin: 15px 0 10px;
}
 .datagrid .alg_center
,.datagrid .function
{
	text-align: center;
}
.datagrid .tr_highlight {
	background-color: yellow;
	color: black;
}
.datagrid .tr_alternate {
	background-color: #eeeeee;
	color: black;
}
.datagrid tr:hover {
	background-color: #dbd3c0;
	color: black;
}
.datagrid tr:hover td {
	border-bottom: 1px solid red;
}
.highlight{
	background-color: yellow;
}