table.fixedHeader-floating{
	font-family: "GillSansMT-Regular", Arial, sans-serif;
  	text-align: left;
	color: #2c4f78;
	font-size: 17px;
	padding-bottom: 10px;
  	position:fixed !important;
	background-color:white;
}

table.fixedHeader-floating.no-footer{
	border-bottom-width:0
}

table.fixedHeader-locked{
	position:absolute !important;background-color:white
}

@media print{table.fixedHeader-floating{display:none}}
