/*  File: 12assets/course.css             2011-01-06
    Purpose: Corliss classes
    Author:  George Corliss, MU EECE
*/


BODY {
  background-color: #FFFFFF;
  font-family: Verdana, Helvetica, sans-serif;
}

.topNav {
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #003366;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
TD.topNav {
  font-weight: bold;
  font-size: small;
}
a.topNav:link {}
a.topNav:visited {}
a.topNav:hover {
  text-decoration: underline;
}
a.topNav:active {
  text-decoration: underline;
  color: #CCCCCC;
}

TD.NavBar {
	margin-left: 10;
	height: 25;
	width: 80;
	background-color: #69F;
	background-image: -webkit-linear-gradient(bottom, #496E92, #88BBCC);
    background-image: -moz-linear-gradient(bottom, #496E92, #88BBCC);
    background-image: -o-linear-gradient(bottom, #496E92, #88BBCC);
    background-image: linear-gradient(bottom, #496E92, #88BBCC);
}

TD.cal  {background-color: #FFFFDD;
         font-family: Verdana, Arial, Helvetica, sans-serif;}
TD.calAssign  {background-color: #DDEEFF;
         font-family: Verdana, Arial, Helvetica, sans-serif;}
.calNav  {background-color: #003366; color: #FFFFFF;
         font-family: Verdana, Arial, Helvetica, sans-serif; }


.sideNavSpace {
  background-color: #CCCCCC;
}
.mainContent {
}

.whitetext {
  font-family: Verdana, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
}
a.whitetext:link {
  text-decoration: underline;
}
a.whitetext:visited {
  text-decoration: underline;
}
a.whitetext:hover {
  text-decoration: none;
}
a.whitetext:active {
  text-decoration: underline;
  color: #999999;
}



.menuItem {
  font-family: Verdana, Helvetica, sans-serif;
  text-decoration: none;
  color: #000000;
}
a.menuItem:link {}
a.menuItem:visited {}
a.menuItem:hover {
  text-decoration: underline;
}
a.menuItem:active {
  text-decoration: underline;
  color: #333333;
}


.crumbs {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: smaller;
  color: #000000;
}
a.crumbs:link {
  text-decoration: none;
}
a.crumbs:visited {
  text-decoration: none;
}
a.crumbs:hover {
  text-decoration: underline;
}
a.crumbs:active {
  text-decoration: underline;
  color: #333333;
}


.bluetext {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #003366;
}
a.bluetext:link {
  text-decoration: underline;
}
a.bluetext:visited {
  text-decoration: underline;
}
a.bluetext:hover {
  text-decoration: none;
}
a.bluetext:active {
  text-decoration: none;
  color: #006699;
}


DIV.copyright {
  color: #0000FF; font-size: smaller;
}

A.motd { 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small; color: #000000;
}
SPAN.motd {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small; font-weight: bold; color: #000000;
}

TABLE.assign {background-color: #003366;}
TD.assignLabel {font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; font-weight: bold; color: #FFFFFF; }
A.assignLink   {font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; font-weight: bold; color: #FFFFFF; }

.takehome {background-color: #BBDDFF; font-weight: bold;}
.examSolution { font-style: italic; background-color: #F5F5DC; margin: 40pt 40pt 40pt 40pt;}
.dayTheme {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large; font-weight: bold; color: #003300}

P { margin: 10pt 0 0 0; }
P.indent  { text-indent:  2em; margin: 6pt 0 0 0; }
P.outdent { text-indent: -2em; padding-left: 2em; margin: 10pt 0 0 0; }
P.arrow   { text-indent:-10pt; padding-left: 30pt; margin: 2pt 0 0 0; }

SPAN.coursetitle {
  color: #003366; font-size: xx-large; font-weight: bold;
}

SPAN.courseinstr {
  color: #003366; font-size: x-large; font-weight: bold;
}

TD.mubtd {
  color: #FFCC00; font-size: small; font-weight: bold;
}
SPAN.mubtd {
  color: #FFFFFF; font-size: small; 
}
TD.mubtdB {
  color: #FFFFFF; font-size: small; font-weight: bold;
}

H1.pageTitle {
  color: #003366; text-align: center;
}

P.cardQuestion {
    font-style: italic;
}

P.cardAnswer {
	margin-left: 30;
	}
	
PRE.tabl {
	margin-bottom:0cm;
}

.Ready {
	background-color:#999999;
}

TD.Running {
	background-color:#FFFFFF;
}

INPUT.Running {
	background-color:#33FF66;
}


TD.Excused {
	background-color:#E07476;
	vertical-align:top;
}
TD.GeorgeLec {
	background-color:#9DD2E0;
	vertical-align:top;
}
TD.DennisLec {
	background-color:#B0E5B0;
	vertical-align:top;
}
TD.Exam {
	background-color:#96D3C8;
	vertical-align:top;
}
TD.AssignDue {
	background-color:#D0B0E5;
	vertical-align:top;
}
TD.Other {
	background-color:#EFE3B6;
	vertical-align:top;
}

