table.scroll {
	table-layout: fixed;
	border-collapse: collapse;
	background-color: white;
}

table.scroll tr {
	height:20px;
}
	
table.scroll tr.over td {
	background: #E1DCF4;
}
	
table.scroll tr.alt {
	background: #F9F9F9;
}
	
.object_staticTable.active table.scroll tr.selected td {
	background: #FFFFB9 url("../../img/table_object/rowSelect.png") repeat-x left top;
	color: #333;
}

table.scroll th.editing {
	background-color: #FFFFB9;
	padding: 4px 4px;
}
	table.scroll .editing span {
		display: none;
	}

table.scroll tbody td  {
	padding: 2px 4px;
	text-align: left;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8; 
	text-overflow: ellipsis;
	overflow: hidden;
}

table.scroll th {
	padding: 0 4px;
	font-weight: bold;
	line-height: 24px;
	background: url("../../img/table_object/header.png") repeat-x 0 -13px;
	
	border-bottom: 1px solid #CBC7B8; 
	border-left: 1px solid #D4D0C8; 
	text-align: left;
	overflow: hidden;
}
	
	table.scroll th div {
	overflow: hidden;
	white-space: nowrap;
}

/* Column Resizer */
table.scroll th span {
	cursor: e-resize;
	width: 4px;
	float: right;
	margin: 0 -4px 0 0;
	height: 100%;
	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: 0px; */
	background-color: #ADD8E6;
/*	border-bottom: 1px solid #ADD8E6; */
/*	font-weight: normal; */
	background: url(../images/grid-blue-ft.gif);
}
.selbox {
	font-size: x-small;
}
.cbox {
	height: 10px;
	width: 10px;
	/*border:1px solid #999;*/
}

img.jsHover {
		 border: 1px solid #99CCFF;
}
.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;
	background-color: #99CCFF;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
	overflow: auto;
}
.rowdiv  {
	display: table-row;
	background: #F9F9F9 none;
	color: #000000;
	width: 100%;
	overflow:auto;
}
.subgrid {
	overflow:  auto;
}


table.scroll .colRemover {
	float: right;
	width: 18px;
	height: 24px;
	margin: 0;
	text-indent: -100em;
	background: url("../../img/table_object/removeCol.png") no-repeat;
	cursor: pointer;
}

.rowRemover {
	position: absolute;
	left: -20px;
	width: 22px;
	height: 26px;
	margin: -1px 0 0 0;
	text-indent: -100em;
	background: transparent url("../../img/table_object/leftTab.png") no-repeat;
	cursor: pointer;
	overflow: hidden;
}

table.scroll .editing .rowRemover,
.object_staticTable.inactive .rowRemover {
	display: none !important;
}

#editorPane table.scroll {
	min-width: 0 !important;
}







/* Tables AAAAAAAAHHHHHHHH!!!!! */
.object_table table {
	border-collapse: collapse;
	border-spacing: 0;
}
	table input,
	table textarea,
	table select {
		width: 100%;
	}

.editControls,
.tableControls {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 6px 3px 4px;
	background: #ddd;
	border: 1px solid #aaa;
	z-index: -1;
}
.editControls {
	background: #FFFFB9;
}
	.editControls .btn a,
	.tableControls .btn a {
		margin-right: 13px;
	}

/*	
.tableControls {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	overflow: hidden;
	background: #ccc;
	z-index: -5;
}
*/

.inactive > .tableControls {
	display: none;
}

.object.inactive:hover > .tableControls {
	display: block;
}

.object_content > form {
	background: #F4F4F4;
	}

.object_table .object_content,
.object_staticTable .object_content {
	background: #fff;
}

table.thbold th{
	font-weight: bold;
	text-align: center;
	background: url("../../img/table_object/header.png") repeat-x 0 -13px;
	min-width: 10px;
	max-width:20px;
	overflow:hidden;
}
table.thbold td{
	font-weight: normal;
	min-width: 10px;
	max-width:20px;
	overflow:auto;
}

