table.fixedHeader-floating {
	position:fixed !important;
	padding-top: 40px;
	background-color:#fff;
}
table.fixedHeader-floating.no-footer {
	border-bottom-width:0;
}
table.fixedHeader-locked {
	position:absolute !important;
	background-color: #fff;
}
@media print {table.fixedHeader-floating{display:none}}
