table.scroll {
 table-layout: fixed;
 background-color: white;
}
	
table.scroll tr.over td {
	background: #E1DCF4;
}
	
table.scroll tr.alt {
	background: #F9F9F9;
}
	
table.scroll tr.selected td {
	background: #FFFFB9;
	color: Black;
}

table.scroll tbody td  {
  height: 21px;
  text-align: left;
  border-bottom: 1px solid #D4D0C8;
  border-left: 1px solid #D4D0C8; 
  overflow: hidden;
  white-space: nowrap;
}
	
table.scroll th  {
  height: 21px;
  border-bottom: 1px solid #CBC7B8;
  border-left: 1px solid #D4D0C8; 
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  overflow: hidden;
  background: url(../img/jqGrid/grid-orange-hd.png);
}
	
table.scroll th div {
	overflow: hidden;
	white-space: nowrap;
}

/* grabber */
table.scroll th span {
  cursor: e-resize;
  width: 5px;
  height: 20px;
  float: right;
  display: block;
  margin: -2px -5px -2px 0px;
  overflow: hidden;
}
table.scroll th div {
  margin-left: 4px;
}
	
table.scroll thead {
}
	
div.loading {
	position: absolute;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: red;
	color: white;
	display: none;
}

div.scroll {
 background: url(../img/jqGrid/grid-blue-ft.gif);
}
div.scroll span {
 font-weight: bold;
 font-size: 10pt;
}

.selbox {
	font-size: x-small;
}
.cbox {
	height: 10px;
	width: 10px;
	/*border:1px solid #999;*/
}

.tablediv {
	display: table;
	background-color: White;
	border-spacing: 1px; /*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	width:100%; /* FF hack poor when scroling subgrid */
}
.celldiv {
	float: left;
	display: table-cell;
	border: 1px dotted #CCCCCC;
	overflow: auto;
}
.celldivth {
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
	overflow: auto;
}
.rowdiv  {
	display: table-row;
	background: #FFFFE0 none;
	color: #000000;
	width: 100%;
	overflow: auto;
}
.subgrid {
	overflow:  auto;
}