@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	/*height: 410px;*/
	/*overflow: hidden;
	width: 550px;*/
}

div#left_col {
	/*width: 100%;
	height: 680px;
	overflow: hidden;*/
}

div#main {
	/*width: 100%;*/
	margin: 0px;
	position: relative;
	top: -120px;
}

div.bar, ul#date_switcher, div#navigation, div#submenu, div#bottom, .printhide, div#footer {
	display: none;
}

div#right_col.printhide, .printhide {
	display: none;
}

div#right_col.printshow {
	display: block;
}

.printshow {
	display: block;
}

table.schedule td {
	border: 1px solid #CCCCCC;
}

table.schedule th {
	border: 1px solid #CCCC50;
}

table.schedule td.am, table.schedule th.am {
	border: 1px solid #9999CC;
}

table.schedule td.pm, table.schedule th.pm {
	border: 1px solid #996699;
}

table.schedule td.location {
	border: 1px solid #DAE2EB;
}