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