/* Richland Syllabus */

html
{
  height: 95%;
}

body, frameset
{
  font-family: Arial, sans-serif;
  height: 95%;
  width: 95%;
}

body.menu
{
  background-color: #EEEEFF;
  color: #000000;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.refreshReminder
{
  font-style: italic;
  color: #A00;
  text-align: left;
}

.narrowColumn
{
  width: 18%;
}

.codeEmphasis
{
  font-weight: bold;
  font-size: 1.5em;
}

.mainTitle
{
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
}

.mainBody
{
  background-color: #660066;
  background-image: url(images/newbackground.jpg);
}

.pseudoAside
{
  border: 1px solid gray;
  padding: 1em;
  margin: 0 1em;
}

table.nav
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nav td
{
  font-size: 0.7em;
}

td.heading
{
  font-size: 1em;
  font-weight: bold;
}

.centered
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.allcentered
{
  text-align: center;
  vertical-align: middle;
}

#courseInfoDiv
{
  background-color: #006600;
  width: 500px;
  padding: 10px 10px 10px 10px;
}

#enterDiv
{
  text-align: center;
  height: 100%;
  width: 100%;
  /*vertical-align: middle;*/
  /*text-align: center;*/
}

.centeredHeader
{
  position: absolute;
  top: 50%;
}

.promotionalDiv
{
  background-color: #660066;
  width: 700px;
  text-align: center;
  padding: 10px 10px 0px 10px;
}

#promotionalTable
{
  height: 95%;
}

#promotionalTable td
{
  height: 100%;
  vertical-align: middle;
}

.enterLink
{
  color: yellow;
  font-style: italic;
}

div.content
{
  text-align:left;
}

div.menuContent
{
  text-align:center;
  margin-left: auto;
  margin-right:auto;
}

.lightText
{
  color: white;
}

#mainDiv
{
  height: 78%;
  /*width: 748px;*/
  width: 100%;
}

#mainDiv2
{
  height: 78%;
  width: 930px;
  margin: 0 auto;
}

#mainNavTable
{
  border: none;
  margin-bottom: 20px;
  background-color: white;
}

#mainNavTable td
{
  padding: 5px 20px 5px 20px;
  font-size: 0.9em;
}

#mainNavTable td a
{
  color: black;
}

#mainFrame
{
  height: 100%;
  width: 100%;
  background-color: white;
}

.datetimestamp
{
  font-size: xx-small;
  font-family: Arial, sans-serif;
  color: red;
}

.expandedList li
{
  margin-bottom: 12px;
}

span.revision
{
  color: red
}

.buttonText
{
  color:black;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
}

.subHead
{
  background-color:#FFCCCC;
}

.subdivider
{
  text-align:center;
  width:75%;
}

.studentList a
{
  font-size: 1.5em;
}

#studentListTable
{
  width: 60%;
  text-align: left;
}

#handoutTable
{
  width: 100%;
  text-align: left;
}

.col1
{
	width: 11%;
}

.col2
{
	width: 40%;
}

.col3
{
	width: 40%;
}

.col4
{
	width: 9%;
}

#mimeTable
{
  border: 1px solid gray;
  border-collapse: collapse;
}

#mimeTable th
{
  border: 1px solid gray;
  padding: 5px 10px 5px 10px;
}

#mimeTable td
{
  border: 1px solid gray;
  padding: 5px 10px 5px 10px;
}

.optional
{
  color: red;
  font-weight: bold;
}

#operatorTable, #operatorTable th, #operatorTable td
{
  border: 1px solid gray;
  border-collapse: collapse;
  vertical-align: top;
  padding: 7px 10px 7px 10px;
}

#revisionTable, #revisionTable th, #revisionTable td
{
  border: 1px solid gray;
  border-collapse: collapse;
  vertical-align: top;
  padding: 7px 10px 7px 10px;
}

.normal
{
  text-align: left;
  font-size: 1em;
}

.warning
{
  color: #F00;
  font-weight: bold;
}

.bold_in_pre
{
	font-weight: bold;
	font-size: larger;
	font-family: Arial, sans-serif;
}

.logicalOperator {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
}

.emphasizeCode
{
  color: #F00;
  font-weight: bold;
  font-size: 1.4rem;
}

.emphasizeCode2
{
  color: #00F;
  font-weight: bold;
  font-size: 1.4rem;
}

.codeEmphasis
{
  font-size: 1.4em;
  font-weight: bold;
}