/* Print CSS */

body {
	font-family: "times new roman";
	font-size: 11px;
	background-color: transparent;
	background-image: none;
}

div#navigationContainer {
	display: none;	
}

div#homeContainer {
	border-width: 0px;
}

table td {
	background-image: none;
	border-width: 0px;
}

div.infoInner {
	font-size:12px;
	height: auto;
	overflow: none;
}

div.infoDiv {
	border-width: 0px;
	width: auto;
}

div.infoImage {
	display: none;
}

a#emailWorksheet, a#printWorksheet {
	display: none;
}

select {
	border-width: 0px;
	font-size: 11px;
	font-family: "Times New Roman";
}

div.semesterCourseTitle {
	overflow: visible;
	height: auto;
	width: 200px;
}

div.semesterCoursePrefix, div.semesterCourseTitle, div.semesterCourseCredit {
	border-bottom-width: 0px;
}

div.semesterActions {
	display: none;
}
