#menu, hr, #loginInfo {
	display: none;
}

#content {
	border: 0;
}

#footer {
	display:none;
}

/* TODO add id to logout, Login message area */

table, table td {
	border: 0;
}

input[type="checkbox"] {
	display: none;
}

.checkboxTd {
	font-family: "monospace";
	font-style: underline;
}

input[type="checkbox"] + label:before {
	content: "___";
	text-decoration: underline;
}

input[type="checkbox"]:checked + label:before {
	content: "_X_";
	text-decoration: underline;
}

input[type="submit"], #printButton {
	display: none;
}

#content {
	width: 100%;
	padding: 0;
}
