table.fabrikTable{
	border-collapse:collapse;
	margin-bottom:20px;
	
	margin-left:auto; 
	margin-right:auto;
	width:99%;
}

.lastUpdate {
	text-align: right;
}

table.filtertable{
	border-collapse:collapse;
	/* margin-bottom:20px; */
	margin-left:auto; 
	margin-right:auto;
	width:99%;
}

table.filtertable .inputbox {
	width:100%;
}

table.fabrikTable td,
table.fabrikTable th{
	padding:5px !important;
	border:1px solid #cccccc;
}

table.fabrikTable tr.fabrik_calculations td{
	border:0 !important;
}

table.adminlist {
	text-align: center;
}

.fabrikTable a.fabrikorder-desc,
.fabrikTable span.fabrikorder-desc{
	background: transparent url(images/orderdesc.png) no-repeat right;
	padding-right:9px;
}

.fabrikTable a.fabrikorder-asc,
.fabrikTable span.fabrikorder-asc{
	background: transparent url(images/orderasc.png) no-repeat right;
	padding-right:9px;
}

.oddrow0{
	background-color:#FAFAFA;
	line-height:1;
}

.oddrow1{
	background-color:#Efefef;
	line-height:1;
}