@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;
}

#integrity h3 {
	font-size: 1.25em;
}

td.cite {
	background-color:#EEEE00;
	font-color: #000000;
}

td.no {
	background-color:#EE0000;
	font-color:#FFFFFF;
}

td.ok {
	background-color: #00EE00;
	font-color: #FFFFFF;
}

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;
}

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:#0FF;}

.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 {
	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>th {
	text-align: center;
	font-weight: bold;
}
table.schtable > th {
	text-align:center;
	font-weight:bold;
}

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

tr.schtr>th {
	font-style: italic;
	font-weight: normal;
	background-color:white;
	border-right:1px solid #cccccc;
}

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

tr.schtr>th{
	width:15%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

tr.schtr > th.deadline {
	width:15%;
}

tr.schtr>th.topic {
	width : 25%;
}

tr.schtr > th.fdm {
width: 10%;
}

tr.schtr > th.mcs {
width:10%;
}

tr.schtr > th.other {
width:10%;
}

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

tr.schtr>td.a, tr.schtr>th.a {
	text-align:right;
	margin-right:0em;
	padding-right:0em;
	border-right:none;
	width:10%;
}

tr.schtr>td.b, tr.schtr>th.b {
	text-align:center;
	margin-left:0em;
	padding-left:0em;
	margin-right:0em;
	padding-right:0em;
	border-right:none;
	width:8%;
}

tr.schtr>td.c, tr.schtr>th.c {
	text-align:left;
	margin-left:0em;
	padding-left:0em;
	width:10%;
}

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

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

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