div.grid_container {
	padding-top: 10px;
	/*padding: 5px;
	border: 1px solid #cccccc;*/
}
table.grid {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
table.grid a {
	color: #336699;
	text-decoration: none;
}

/* Grid Header */
table.grid th {
	border-right: 1px solid #ffffff;
	text-align: left;
	font-weight: normal;
	background: #003366;
}
table.grid th a {
	display: block;
	color: #ffffff;
	padding: 4px;
}
table.grid th a span {
	display: inline-block;
}
table.grid th a:hover {
	background-color:#4682b4;
}
table.grid th.asc a span {
	margin-right: 4px;
	padding-right: 10px;
	background: url('ks_grid_asc.gif') right no-repeat;
}
table.grid th.desc a span {
	margin-right: 4px;
	padding-right: 10px;
	background: url('ks_grid_desc.gif') right no-repeat;
}
table.grid th a:hover span {
	text-decoration: underline;
	cursor: pointer;
}
table.grid th img.tooltip {
	vertical-align: center;
	margin: 0 0 0 2px;
	padding: 0;
	border: 0;
}

/* Grid Rows */
table.grid tr a:hover {
	text-decoration: underline;
}
table.grid td {
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #eeecdc;
}
table.grid td.sorted {
	background: #f2f1f6;
}
table.grid td a.grid_cell_error {
	display: inline-block;
	vertical-align: center;
	width: 20px;
	height: 20px;
	background: url('ks_err_row.gif') left no-repeat;
}
table.grid td a.grid_cell_error:hover {
	text-decoration: none;
}
