/* Override certain things to make printing easier. */
body {
	background-image: none;
	margin: 0px;
}

#header, #course_title {
	background-image: none;
}

#main_container {
	background-image: none;
	min-width:0px;
}

#nav_bar, #section_name, #avatar {
	display: none;
}

.submit, .cancel, .advisorCell {
	display: none;
}

.bordering .right, .bordering .left, .bordering .top, .bordering .bottom,
.bordering .topleft, .bordering .topright, .bordering .bottomleft, .bordering .bottomright {
	display: none;
}

.htmlContainer {
	height: auto;
	min-height: 415px;
	overflow: visible;
}

.noprint {
	display: none;
}

#flashMessage, .msgbox {
	display: none;
}

#pagination, .search_form {
	display: none;
}

#cakeSqlLog {
	display: none;
}
