	table.scroll {
	table-layout: fixed;
	background-color: white;
}
	
	
	table.scroll tr.over td {
		background: #E0E3EF;
		cursor: pointer;
	}
	
	table.scroll tr.alt {
		background: #ECF6FC;
	}
	
	table.scroll tr.selected td {
	background: #FFFFB9;
	color: Black;
}

	table.scroll tbody td  {
	padding: 2px;
	text-align: left;
	border-bottom: 1px solid #D4D0C8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
	
	table.scroll th  {
	padding: 2px;
	background-color: ButtonFace;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
	
	table.scroll th div {
	overflow: hidden;
	white-space: nowrap;
}
	table.scroll th span {
	cursor: e-resize;
	border-right: 1px solid #D6D2C2;
	width: 10px;
	float: right;
	display: block;
	margin: -2px -1px -2px 0px;
	height: 18px;
	overflow: hidden;
}
	
	table.scroll thead {
	}
	
	div.loading {
	position: absolute;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: red;
	color: white;
	display: none;
}
	div.scroll {
	 padding: 2px;
	 background-color: ButtonFace;
	 border-bottom: 1px solid #CBC7B8;
	 text-align: left;
	 font-weight: normal;	 
  }
.selbox {
	font-size : x-small;
}

.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: hidden;
}
.celldivth {
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	background-color: ButtonFace;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
}
.rowdiv  {
	display: table-row;
	background: #FFFFE0 none;
	color: #000000;
	width: 100%;
}
.subgrid {
	overflow:  hidden;
}


