table .datagrid {
	border-collapse:inherit;border-spacing:0px;
}

table.datagrid tbody td {
	padding-left: 4px;
	text-align: left;
	overflow: hidden;
}

table.datagrid  a{
	text-decoration:none;
}



table.datagrid tr.detay:hover{
	cursor:pointer;background-color: #1E3051;color:#ffffff;
}

table.datagrid tr.detay:hover a{
	color:#ffffff;
}

table.datagrid tr  {
	height: 24px;
}

table.datagrid th  {
	height:26px;
	font-weight: bold;
	white-space: nowrap;
}

table .datagrid th.label {
	padding-left:10px;
	cursor:pointer;
}

.grid-row-style1 { background-color: #FFFFFF; }
.grid-row-style2 { background-color: #f6f6f6; }

.grid-header {
	background: #a5b4d5 url(images/ui-bg_glass_75_a5b4d5_1x400.png) 50% 50% repeat-x;clear:right;
}

/*
Column Sorting Styles
*/
.grid-sort-asc {
	background: url('ingrid/sort-asc.png') no-repeat 6px center;
	padding: 20px;
	cursor: pointer;
}
.grid-sort-desc {
	background: url('ingrid/sort-desc.png') no-repeat 6px center;
	padding: 20px;
	cursor: pointer;
}
.grid-sort-none {
	background: url('ingrid/sort-none.png') no-repeat 6px center;
	padding: 20px;
	cursor: pointer;
}


