.mootable_container{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
}
#tableContainer.mootable_container{height: 300px; width:100%;}

#tableContainer table {
	padding:0px; margin:0px; border-collapse:separate;
}
.mootable{  
	display: block;
	position: relative;
	width:100%;
}
.mootable .thead{
	display: block;
	position: relative;
	height: 1.6em;
	z-index: 2;
}
.mootable .thead .tr{
	display: block;
	position: relative;
	width: auto;
	border-top: 1px solid #e6e6e6;
}
.mootable .thead .tr .th{
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	padding: 0px 2px;
	width: 100px;
	height: 1.6em;
	background: #4a4a4a;
	border-left: none;
	color:#fff;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.mootable .thead .tr {
}

* html .mootable .thead .tr .th {margin-bottom:-2px;}

.mootable .thead .tr .th .resize{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	height: 1.2em;
	width: 4px;
	cursor: e-resize;
}
.mootable .thead .tr .th .cell{
	padding:3px 10px;
}

.mootable .thead .tr .sorted_asc{
	text-indent: 0px;
	background:/*#F30*/ url(/playground/tables/arrow_down.gif) 2px 50% no-repeat;
	color:#efefef;
}
.mootable .thead .tr .sorted_desc{
	text-indent: 0px;
	background:/*#F30*/ url(/playground/tables/arrow_up.gif) 2px 50% no-repeat;
	color:#efefef;
}
.mootable .thead.dragging .tr .th.sortable.mouseover{
	border-bottom: 2px solid #cccccc;
	cursor: pointer;
}
.mootable .thead .tr .th.sortable.mouseover,
.mootable .thead.dragging .tr .th.dragging{
	/*background-color:#F30;*/
	color:#efefef;
	cursor: pointer;
	border-bottom: 2px solid orange;
}
.tbody{
	display: block;
	position: absolute;
	top: 1.2em;
	width: 100%;
	overflow: auto;
}

.mootable .tbody table{
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
	z-index: 3;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.mootable .tbody .loading{
	background: #777777 url(/playground/tables/loading.gif) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 4;
}
.mootable .tbody tr{
	visibility: visible;
}
.mootable .tbody tr.odd:hover td,
.mootable .tbody tr.even:hover td { background-color: #F63; }
.mootable .tbody tr:hover td div div.fade{
	/*background: url(/playground/tables/fade_feffbf.png) top right repeat-y;*/
}
.mootable .tbody tr.odd td{
	background: #6a6a6a;
}
.mootable .tbody tr.even td{
	background: #7a7a7a;
}
.mootable .tbody tr td{
}
.mootable .tbody .tr .td{
	display: block;
	position: relative;
	float: left;
	padding: 2px 3px;
	width: 100px;
	border-right: 1px solid #e6e6e6;
}

.mootable .tbody table {
}

.mootable .tbody table tr td{
	visibility: visible;
	position: relative;
	overflow: hidden;
	padding: 2px;
	height: 1.2em;
	border: 1px solid #e6e6e6;
	border-left: none;
	border-top: none;
}

.mootable .tbody table tr td div{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}
.mootable .tbody table tr td div span{
	position: absolute;
	white-space: nowrap;
	display: block;
	top: 0px;
	left: 0px;
	padding: 0px 10px;
	color:#f3f3f3;
}
.mootable tbody tr td div.fade{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
	padding: 2px 0px;
	width: 9px;
	height: 1.2em;
}
tr.even td div.fade{
	/*background: url(/playground/tables/fade_ffffff.png) top right repeat-y;*/
}
tr.odd td div.fade{
	/*background: url(/playground/tables/fade_f6f6f6.png) top right repeat-y;*/
}
.mootable th, .mootable table tr td,
.mootable .th, .mootable td{
}
.mootable tfoot,
.mootable .tfoot{
	display: none;
}
.mootable .displayTrigger{
	display:none;
	width: 18px;
	height: 1.2em;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 40;
	cursor:pointer;
	background: #f3f3f3 url(/playground/tables/cols.gif) center center no-repeat;
}
* html .mootable .displayTrigger {top:-2px;}
.mootable .displayOptions{
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 5;
	padding: 2px;
	background: #f3f3f3;
	display: none;
}
.mootable .displayOptions form{
	margin: 0px;
	padding: 0px;
}
.mootable_container .resizehandle{
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -1px;
	z-index: 2;
	cursor: n-resize;
	/*background-color: #ccc;*/
}
.mootable .thead .tr .th.hide,
.mootable .tbody tr td.hide{
	display: none;
}
