td, th { 
	border-bottom: 1px solid #747E66;
}

table.datagrid {
	table-layout: fixed;
}

table.datagrid td {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	cursor:pointer;
}

table.datagrid td span {
	padding-left:17px;
	display:block;
}

table.datagrid tr  {
	height: 25px;
	padding-right:17px;
}

table.datagrid th  {
	text-align: left;
	font-weight: normal;
}

.grid-loading {
	background: #E3E3E3 url('../images/grid/load-bg.png');
	display: block;
	opacity:.50;	
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	text-align: center;
}
.grid-loading div {
	width: 100%;
	height: 100%;
	display: block;
	background: url('../images/grid/indicator_web20_working.gif') no-repeat center center;
}
.grid-header-bg {
	background: #D0E1E9;
}


.grid-row-style1 { background-color: #EEF6FF; }
.grid-row-style2 { background-color: #D0E1E9; }
.grid-row-style3 { background-color: #EEEEEE; }

.grid-row-hover {
	background-color: #D0E1E9;
}
.grid-row-sel{
	border-bottom: 1px solid #333333;
	background-color: #396486;
}
.grid-row-sel td {
	color: #E4ECEF;
}
table.datagrid td.grid-custom-col {
	color: #333333;
	background-color:red;
	text-align:right;
}

table.datagrid th div.grid-col-resize {
	background: url('../images/grid/grid-split.gif') no-repeat center;
	cursor:col-resize;
	width: 6px;
	height:16px;
	font-size:1px;
	float: right;
	display: block;
	text-indent:-1000px;
	overflow:hidden;
}

table.datagrid thead {
}

/*
Column Sorting Styles
*/
.grid-sort-asc {
	background: url('../images/grid/sort-asc.png') no-repeat center left;
	display: block;
	height: 18px;
	padding: 3px 0 0 16px;
	cursor: pointer;
}
.grid-sort-desc {
	background: url('../images/grid/sort-desc.png') no-repeat center left;
	display: block;
	height: 18px;
	padding: 3px 0 0 16px;
	cursor: pointer;
}
.grid-sort-none {
	background: url('../images/grid/sort-none.png') no-repeat center left;
	display: block;
	height: 18px;
	padding: 3px 0 0 16px;
	cursor: pointer;
}

