﻿.mootable_container{
	display: block;
	height: 100px;
	overflow: hidden;
	position: relative;
	border: 1px solid #88bbff;
	padding-bottom: 2px;
}
.mootable{
	display: block;
	position: absolute;
	width: 100%;
}
.mootable .thead{
	display: block;
	position: relative;
	height: 1.2em;
	z-index: 2;
	background: #8bf;
	border-bottom: 2px solid #88bbff;
}
.mootable .thead .tr{
	display: block;
	position: relative;
	width: auto;
	font-size: 1.2em; /* typ356 not used? */
}
.mootable .thead .tr .th{
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	padding: 0px 2px;
	width: 100px;
	height: 1.2em;
	border-right: 1px solid #48f;
	border-bottom: 2px solid #88bbff;
}
.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 .sorted_asc{
	text-indent: 9px;
	background: url('arrow_down.gif') no-repeat 2px 50%;
}
.mootable .thead .tr .sorted_desc{
	text-indent: 9px;
	background: url('arrow_up.gif') no-repeat 2px 50%;
}
.mootable .thead.dragging .tr .th.sortable.mouseover{
	background-color: transparent;
	border-bottom: 2px solid #88bbff;
	cursor: pointer;
}
.mootable .thead .tr .th.sortable.mouseover,
.mootable .thead.dragging .tr .th.dragging{
	background-color: #fff;
	cursor: pointer;
	border-bottom: 2px solid orange;
}
.mootable .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;
	font-size: 0.9em; /* typ356 */
}
.mootable .tbody .loading{
	background: #777777 url('loading.gif') no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 4
}
.mootable .tbody tr{
	visibility: visible;
	border-bottom: 1px solid #88bbff;
}
.mootable .tbody tr.odd:hover td,
.mootable .tbody tr.even:hover td{
	background: #FEFFBF;
}

.mootable .tbody tr:hover td div div.fade{
	background: url('fade_feffbf.png') repeat-y top right;
	/* background: #FEFFBF; */
}
.mootable .tbody tr.odd td{
	background: #bdf;
}
.mootable .tbody tr.even td{
	background: #acf;
}
.mootable .tbody .tr .td{
	display: block;
	position: relative;
	float: left;
	padding: 2px 2px;
	width: 100px;
	border-right: 1px solid #88bbff;
}
.mootable .tbody table tr td{
	visibility: visible;
	border-right: 1px solid #88bbff;
	position: relative;
	overflow: hidden;
	padding: 2px;
	height: 1.2em;
}
.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;
}
.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('fade_ffffff.png') repeat-y top right; */
}
tr.odd td div.fade{
	/* background: url('fade_f6f6f6.png') repeat-y top right; */
}
.mootable th, .mootable table tr td,
.mootable .th, .mootable td{
}
.mootable tfoot,
.mootable .tfoot{
	display: none;
}
.mootable .displayTrigger{
	width: 18px;
	height: 1.2em;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
	background: #48f url('cols.gif') no-repeat center;
}
.mootableDisplayOptions{
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 100;
	padding: 2px;
	border: 1px solid #cccccc;
	background: #f3f3f3;
	display: none;
}
.mootableDisplayOptions .checkbox{
	display: block;
	padding-left: 16px;
	/* background: transparent url(checked.gif) center left no-repeat; */
	cursor: pointer;
}
.mootableDisplayOptions .unchecked{
	/* background: transparent url(unchecked.gif) center left no-repeat; */
}
.mootable .displayOptions form{
	margin: 0px;
	padding: 0px;
}
.mootable_container .resizehandle{
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -1px;
	z-index: 2;
	cursor: n-resize;
	border-bottom: 1px solid #8bf;
	border-top: 3px double #8bf;
	background-color: #acf;
}
.mootable .thead .tr .th.hide,
.mootable .tbody tr td.hide{
	display: none;
}