
table .datagrid {
	border-collapse:inherit;border-spacing:0px;
}

table.datagrid  {-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px;-moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px;-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px;}

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: #D5DBE5;color:#000;
}

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: #EBEFF6; }

.grid-header {
	background: #d5dae2 url(images/ui-bg_highlight-hard_75_d5dae2_1x100.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;
}

