.displaybox {
  background-color: #f0f0c0;
  border: 1px solid black;
  padding: 5px;
  margin-left: 0.25in; 
  margin-right: 0.4in; 
}

/*
  The class_list table is used to make a 
  plain table to display a list of (links to) all
  the classes in the course
*/
table.class_list {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  margin-left: auto;
  margin-right: auto;  
}

table.class_list td {
  border-width: 1px;  
  border-style: solid;
  border-color: black;
  padding: 2pt;
}

table.class_list td.week_number {
  background-color: #000080;
  border-color: #000080;
  font-weight: bold;
  color: #ffffff;
}

/*
  The display table is used to display a table
  of data such as the course components and their
  respective credit.
*/
table.display {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  margin-left: auto;
  margin-right: auto;  
}

table.display th {
  background-color: #000080;
  color: #FFFFFF;
  padding: 2px 6px 2px 6px;
}

table.display td {
  text-align: left;
  border-width: 1px;  
  border-style: solid;
  border-color: black;
  padding: 2px 4px 2px 4px;
}

table.display td.center {
  text-align: center;
}

table.display td.right {
  text-align: right;
}

/*
  In general a table cell with "numeric" data
  should be right-aligned and have a little offset.
*/
td.numeric {
  text-align: right;
  padding-left: 4px;
}

body {
  font-family: sans-serif;
  font-size: 10pt;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 125%;
}

h3 {
  font-size: 110%;
}

a:link {
  color: #800000;
  text-decoration: none;
}

a:visited {
  color: #800000;
  text-decoration: none;
}

a:hover {
  background: #FFFF80;
  text-decoration: underline;
}

a:active {
  color: #FF0000;
  background: #FFFF40;
}

.inactive_link {
	color: #a0a0a0;	
}

th {
  font-family: sans-serif;
  font-size: 10pt;
}

td {
  font-family: sans-serif;
  font-size: 10pt;
}

.top_name_bar {
  text-align: right;
  font-size: 8pt;
}

.banner {
  text-align: left; 
  border: #c0c0c0 1px solid;
  margin-bottom: 10px;
/*
  margin-left: -20px;
  margin-right: -20px;
*/
}

.banner a {
	background: white;	
}

.copyright {
  color: #a0a0a0;
  font-size: 9px;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}

.errm {
	color: red;
	font-weight: bold;
	background-color: #f0f0c0;
	border: 1px solid black;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	width: 50%;
}

IMG.editable_text {
	border: 0px;
}

/*
 * Container for the session-selection menu on many pages
 */
DIV.session_select {
	text-align:right; 
	margin:5px;
}

DIV.error_message {
  background-color: #f0f0c0;
  border: 3px solid red;
  padding: 5px;
  margin-left: 0.25in; 
  margin-right: 0.4in; 
  color: red;
}