@charset "UTF-8";
/* CSS Document */

#world {
	margin: 40px auto;
	padding: 0 1em;
	max-width: 61.75em;
	min-width: 38.67em;
}

#topBorder {
	height: 1em;
	background-color: white;
}

#inBorder {
	height: 10px;
}

#openClose {
	float: right;
	font-size: 0.45em;
	text-transform: uppercase;
	text-align: middle;
	padding-right: 1px;
}

div#openClose>a>img {
	position: relative;
	top: 1px;
}

body {
	font-size: 15px;
}

.box h2 a,
.box .box h2 a {
	font-weight: normal;
	background-color: #666;
}

h1,
h1 a
{
	font-size: 42px;
}

ul.nav li.inert a,
ul.nav li.inert:hover a,
ul.nav li.inert a:hover,
ul.nav li.secondary.inert a,
ul.nav li.secondary.inert:hover a,
ul.nav li.secondary.inert:hover a:hover
{
	color: #999;
	background: #777;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus,
ul.nav li.secondary:hover a,
ul.nav li.secondary:hover a:hover,
ul.nav li.secondary a:focus {color:#000; background:orange;}

.pages {
	float:right;
	padding-right: 5%;
	text-align: right;
}

.credits {
	float:right;
	padding-right: 1%;
	text-align: right;
	vertical-align: middle;
	font-size: 0.75em;
	padding-top: 5px;
}

.boxes {
	font-weight:normal;
	padding-top:.6em;
}

.schtable, .schtr, .schtd, .deadtd, .contacttable, .contact, .name, .role, .statustable {
	border:none;
	background-color:inherit;
	margin: 0em;
	padding: 0em;
}

.schtable, .contacttable {
	table-layout:fixed;
}

a>table.schtable, a>table.contacttable {
	width:90%;
}

.schtd, .deadtd, .name, .role {
	text-align:left;
	overflow:hidden;
}

.colnumber {
	width:0.3%;
	text-align:inherit;
}

.colwide {
	text-align:inherit;
	width:7%;
}

tr.schtr>td, tr.schtr>th {
	text-align: left;
	vertical-align:middle;
	border-right:1px solid #cccccc;
}

tr.schtr>th {
	font-style: italic;
	font-weight: normal;
	background-color:white;
}

tr.schtr>td.schtd {
	text-align: left;
	border-right:none;
}

tr.schtr>th.deadline {
	text-align: center;
	border-right:1px solid #cccccc;
	width:12%;
}

tr.schtr>td.week, tr.schtr>th.week,
tr.schtr>td.topic, tr.schtr>th.topic, tr.schtr>td.materials, tr.schtr>th.materials,
tr.schtr>td.notes, th.schtr>th.notes, tr.schtr>td.videos, th.schtr>th.videos,
tr.schtr>td.slides, th.schtr>th.slides, tr.schtr>td.discussion, tr.schtr>th.discussion,
tr.schtr>td.hw, tr.schtr>th.hw, tr.schtr>td.quiz, tr.schtr>th.quiz {
	text-align:left;
	margin-left:0em;
	padding-left:0.5em;
	margin-right:0em;
	padding-right:0em;
	border-right:1px solid #cccccc;
}

tr.schtr>td.week, tr.schtr>th.week {
	width:6%;
	text-align:center;
}

tr.schtr>td.topic, tr.schtr>th.topic {
	width:28%;
}

tr.schtr>td.notes, tr.schtr>th.notes {
	width:8%;
}

tr.schtr>td.slides, tr.schtr>th.slides {
	width:8%;
}

tr.schtr>td.videos, tr.schtr>th.videos {
	width:15%;
}

tr.schtr>td.discussion, tr.schtr>th.discussion {
	width:15%;
}

tr.schtr>td.hw, tr.schtr>th.hw {
	width:10%;
}

tr.schtr>td.quiz, tr.schtr>th.quiz {
	width:10%;
}

tr.schtr>td.materials, tr.schtr>th.materials {
	width:50%;
}


tr.status {
	width:100%;
	background-color:orange;
	background:orange;
	margin-left:0em;
	padding-left:0em;
}

tr.status>td {
	width:100%;
	background-color:orange;
	background:orange;
	padding-left:0.5em;
	text-align:left;
	font-style: italic;
	font-weight: normal;
}

.rev {
	float:right;
	font-size:12px;
	margin-right:0em;
	padding-right:0.2em;
	vertical-align:inherit;
	padding-top:inherit;
}

tr.contact>td.name {
	width:40%;
}

tr.contact>td.role {
	width:60%;
}

li.officeHours {
	color:red;
	font-weight:bold;
}