html,
body {
	height: 95%;
}

ul#nav {
    display:none;
}

.hiddenInput {
/*	visibility: hidden; */
	display: none;
}

table.report th {
	background-color: #ccd5e0;
}

table.report tr.alt {
	background-color: #eee;
}
