body {
  font-family: arial,verdana,helvetica, sans serif;
  font-weight: normal;
  color: #708d79;
  margin:0;
  padding:0;
}

/* BEGIN link Classes */

a:link {
  text-decoration: underline;
  color: #ab7923;
}

a:visited {
  text-decoration: underline;
  color: #41674c;
}

a:active {
  text-decoration: underline;
  color: #41674c;
}

a:hover {
  text-decoration: underline;
  background-color: #afafaf;
  color: #41674c;
}

a.btm:link {
  text-decoration: underline;
  color: #cfcfcf;
}

a.btm:visited {
  text-decoration: underline;
  color: #41674c;
}

a.btm:active {
  text-decoration: underline;
  color: #cfcfcf;
}

a.btm:hover {
  text-decoration: underline;
  color: #ffffff;
}

a.imagelink, a.imagelink:link, a.imagelink:visited, a.imagelink:active, a.imagelink:hover {
  background-color: transparent;
  text-decoration: none;
  border:0px;
}

a.classlink, a.classlink:link, a.classlink:visited, a.classlink:active, a.classlink:hover {
  text-decoration: underline;
  color: #ffffff;
}

a.mainmenu, a.mainmenu:link, a.mainmenu:visited {
  text-decoration: none;
  color: #ab7923;
}

a.mainmenu:active {
  text-decoration: underline;
  color: #41674c;
}

a.mainmenu:hover {
  text-decoration: none;
  background-color: #ab7923;
  color: #ffffff;
}

a.pmainmenu, a.pmainmenu:link, a.pmainmenu:visited, 
a.pmainmenu:active, a.pmainmenu:hover
{
  text-decoration: none;
  background-color: #bfd6c6;
  color: #ab7923;
}

a.signinmenu, a.signinmenu:link, a.signinmenu:visited, a.signinmenu:active
{
  text-decoration: none;
  background-color: #ffff00;
  font-weight:800;
  color: #808080;
}

a.signinmenu:hover {
  background-color: #808080;
  color: #ffffff;
}

a.lowermenu, a.lowermenu:link, a.lowermenu:visited {
  text-decoration: none;
  color: #ab7923;
}

a.lowermenu:active {
  text-decoration: underline;
  color: #41674c;
}

a.lowermenu:hover {
  text-decoration: none;
  background-color: #ab7923;
  color: #ffffff;
}

a.plowermenu, a.plowermenu:link, a.plowermenu:visited,
a.plowermenu:active a.plowermenu:hover {
  text-decoration: none;
  background-color: #bfd6c6;
  color: #ab7923;
}

a.blocknav, a.blocknav:link, a.blocknav:visited, a.blocknav:active,
a.bblocknav, a.bblocknav:link, a.bblocknav:visited, a.bblocknav:active
{
  background-color: #dfdfdf;
  color: #ab7923;
  text-decoration: none;
}

a.blocknav:hover, a.bblocknav:hover {
  background-color: #ab7923;
  color: #ffffff;
}

/* END link Classes */

.mainmenu, .pmainmenu, .signinmenu {
  z-index: 1;
  position: absolute;
  height: 20px;
  padding: 5px;
  padding-left: 1em;
  border:0;
  border-bottom: 5px solid #41674c;
  border-top: 5px solid #41674c;
  margin: 0; 
  vertical-align: middle;
  text-align: left;
  font-weight: 800;
}

.mainmenu {
  color: #ab7923;
  background-color: #ffffff;
}

.pmainmenu {
  color: #ab7923;
  background-color: #bfd6c6
}

.signinmenu {
  width: 4.5em;
  color: #808080;
  background-color: #ffffff;
}


.lowermenu, .plowermenu {
  z-index: 1;
  position: absolute;
  height: 18px;
  padding: 3px;
  padding-left: 1em;
  border:0;
  border-bottom: 2px solid #41674c;
  margin: 0; 
  margin-bottom: 5px;
  background-color: transparent;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  font-size: 0.8em;
  text-decoration: none;
  color: #ab7923;
}

.plowermenu {
  background-color: #bfd6c6
}

div.dropdown {
  z-index: 2;
  visibility: hidden;
  position: absolute;
  top: 135px;
  background-color: transparent;
  border:0;
}

.blocknav, .bblocknav {
  display: block;
  width:100%;
  height: 1em;
  background-color: #ffffff;
  padding: 0.4em;
  font-weight: bolder;
  text-decoration: none;
  border: 2px solid #41674c;
  border-top:0;
  text-align: left;
  vertical-align: middle;
  font-size: 0.8em;
  text-decoration: none;
}

.blocknav {
  border-bottom:0;
}

/* END Drop Down Menu Classes */


h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #ab7923;
}

h2 {
  font-size: 1.2em;
  font-weight: bolder;
  color: #41674c;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
}

h1.white, h2.white, h3.white, p.white {
  color: #ffffff;
}

p.white {
  text-align: left;
}

.copyright {
  font-size: 0.8em;
  font-weight: normal;
  color: #ffffff;
}

.bottomText {
  font-size: 0.8em;
  font-weight: normal;
  color: #000000;
}

p {
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}

td {
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}

.user {
  padding: 3px;
  border:1px dotted grey;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}

.date_time {
  color: #41674c;
  font-family: courier, fixed;
  font-size: 1em;
  font-weight: 400;
}

ul {
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  list-style: circle outside;
}

ul li {
  font-size: 1em;
}

ul ul { 
  font-size: 1em;
  list-style: square outside
}

/*
 * MSM additions
*/

td.head {
  padding: 5px;
  margin: 5px;
  border-top: 0px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  text-align: left;
  font-size: 1em;
  font-weight : bold;
  background-color: #bfd6c6;
  color: #41674c;
}

td.tpur {
  padding: 5px;
  margin: 5px;
  border-top: 0px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  background-color: #708d79;
  color: #ffffff;
  text-align: center;
  font : 10pt arial, helvetica, sans-serif;
  font-weight : bold;
}

td.pur, td.pur_l {
  padding: 5px;
  margin: 5px;
  border-top: 2px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  background-color: #cbcfbc;
}

td.pur_l { text-align: left; }

td.pur { text-align: center; }

td.pur_i {
  padding: 5px;
  padding-left:15px;
  margin: 5px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  background-color: #b4b7a7
}

td.purhigh {
  padding: 5px;
  margin: 5px;
  border-top: 2px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  background-color: #eef2de;
  text-align:center;
  font-weight:bold;
}

td.graph {
  background-image: url("/lc/graphics/widgets/grid.gif");
  background-repeat: repeat-y;
  width: 161px;
  padding: 0px;
  margin: 5px;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  text-align: left;
  vertical-align: middle;
  background-color:#cbcfbc;
}

/* BEGIN elements sign-in screen */

/* main sign-in table */
table.content {
  width: 100%;
  padding: 3px;
}

td.content_l {
  vertical-align: top;
  text-align: left;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
}

td.content_r {
  vertical-align: top;
  text-align: left;
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
}

table.signin {
  width: 100%;
  padding-bottom: 20px;
  margin: 0px;
  border: 0px solid black;
  vertical-align: middle;
  text-align: center;
}

/* login table (username, password) */
table.login {
  width:50%;
  margin-left:25%;
  margin-right:25%;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid black;
}

/* recovery table (username, email) */
table.recovery {
  width:80%;
  margin-left:10%;
  margin-right:10%;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid black;
}
/* where the buttons are */
td.action {
  padding: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: right;
  font-size: 1em;
  font-weight : bold;
  background-color: #bfd6c6;
  color: #ffffff;
}

/* where the buttons are */
td.action_l {
  padding: 10px;
  padding-left: 30px;
  text-align: left;
  font-size: 1em;
  font-weight : normal;
  background-color: #bfd6c6;
  color: #2f4636;
}

/* warning text */
.warn {
  background-color: #ffff9e;
  border: 1px solid black;
  padding: 3px;
  padding-left: 15px;
  width: 60%;
  margin: 0px auto;
}

/* END sign-in screen */

/* Shading under tables */
td.shade {
  padding:0;
  height:12px;
  background-color: #ffffff;
   /* background-image: url("/graphics/widgets/grad.gif"); */
}

/* history area attributes */
.hist {
  background-color: #bfd6c6;
  border: 0px solid black;
  padding: 5px;
  font: 9pt Courier,fixed;
  color: #41674c;
  margin-left:15px;
  margin-right:15px;
  text-align:left;
}

/* exam formats */
td.ques {
  padding: 3px;
  padding-left: 15px;
  text-align: left;
  font-size: 1em;
  font-weight : bold;
  background-color: #bfd6c6;
  color: #41674c;
}

td.ques_wrong {
  padding: 3px;
  padding-left: 15px;
  text-align: left;
  font-size: 1em;
  font-weight : bold;
  background-color: #d6bfc6;
  color: #67414c;
}

td.ques_notes {
  padding:3px;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
  background-color: #dfdfdf;
  border: 0;
  border-bottom: 15px solid #ffffff;
  color: #4a4a4a;
}

/* answer sections */
td.ans {
  padding:3px;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #bfd6c6;
}

td.ans_l {
  padding:3px;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
  background-color: #ffffff;
  border:0;
  border-left: 1px solid #bfd6c6;
  border-bottom: 1px solid #bfd6c6;
}

td.ans_r {
  padding:3px;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
  background-color: #ffffff;
  border:0;
  border-right: 1px solid #bfd6c6;
  border-bottom: 1px solid #bfd6c6;
}

/* purchase page stuff */
td.bpur, td.bpur_r, td.bpur_l {
  margin: 5px;
  border-top: 2px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  background-color: #708d79;
  color: #ffffff;
  font: 10pt arial, helvetica, sans-serif;
  font-weight : bold;
}

td.bpur { 
  padding: 5px;
  text-align: center; 
}

td.bpur_r { 
  padding: 5px;
  padding-left:8px;
  text-align: right; 
}

td.bpur_l { 
  padding: 5px;
  padding-right: 8px;
  text-align: left; 
}

td.subs_l, td.subs_r, td.subs {
  margin: 5px;
  border-top: 0px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  font: 10pt arial, helvetica, sans-serif;
  font-weight : normal;
  background-color: #bfd6c6;
  color: #41674c;
}

td.subs_r {
  padding: 3px;
  padding-left:8px;
  text-align: right; 
}

td.subs_l {
  padding: 3px;
  padding-right:8px;
  text-align: left;
}

td.subs {
  padding: 3px;
  text-align: center;
}

/* new account style */
td.nact, td.nact_l, td.nact_r {
  padding: 5px;
  padding-left: 15px;
  margin: 5px;
  border-top: 2px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #41674c;
  border-bottom: 1px solid #41674c;
  background-color: #cbcfbc;
  text-align:center;
}

td.nact { text-align: center; }

td.nact_l { text-align: left; }

td.nact_r { text-align: right; }

/* rows for prerequisites */
td.pre_head {
  padding: 3px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #41674c;
  text-align: center;
  font-size: 1em;
  font-weight : normal;
  background-color: #bfd6c6;
  color: #000000;
}

td.pre_r {
  padding: 3px;
  border-top: 0px solid #ffffff;
  border-left: 1px solid #41674c;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #41674c;
  text-align: right;
  font-size: 0.8em;
  font-weight : normal;
  background-color: #bfd6c6;
  color: #41674c;
}

td.pre_l {
  padding: 3px;
  border-top: 0px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 1px solid #41674c;
  text-align: left;
  font-size: 0.8em;
  font-weight : normal;
  background-color: #bfd6c6;
  color: #41674c;
}

td.pre_none {
  padding: 3px;
  border: 1px solid #ffffff;
  border-top: 0px solid #ffffff;
  text-align: center;
  font-size: 0.8em;
  font-weight : normal;
  background-color: #bfd6c6;
  color: #41674c;
}

td.pre_close {
  border: 1px solid #ffffff;
  border-top: 0px solid #ffffff;
  padding: 0;
}

/* class listing showing those in-session */
td.insession {
  border: 1px solid #a0a0a0;
  text-align: center;
  font-size: 0.8em;
  font-weight : normal;
  background-color: #cf2020;
  color: #700000;
}

/* class listing showing registration open */
td.enroll {
  border: 1px solid #a0a0a0;
  text-align: center;
  font-size: 0.8em;
  font-weight : normal;
  background-color: #00cf00;
  color: #009000;
}

/* class listing showing no activity */
td.noclass {
  border: 1px solid #a0a0a0;
  text-align: center;
  font-size: 0.8em;
  font-weight : normal;
  background-color: #ffffff;
  color: #00a000;
}

/* BEGIN fellows styles */
div.fellowsCaption0 {
  color:#708d79;
  font: 12pt arial, san-serif;
  font-style : italic; 
  margin-bottom: 0.5em;
}
div.fellowsHeader0 {
  background-color: #708d79; 
  color: #ffffff; 
  font-size: 1.8em; 
  padding: 0.5em; 
  padding-left:20px; 
  font-weight: 800; 
  margin-left: -20px;
}
div.fellowsHeader1 { 
  font-family : sans-serif; 
  font-size : 1.5em; 
  font-style : italic; 
  font-variant : small-caps; 
  font-weight : 800;
  color: #708d79;
  margin: 0; 
  margin-top: 0.5em; 
}
div.fellowsHeader2 {
  font-family: san-serif; 
  font-size: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; 
  margin-left:30px;
}
div.fellowsNotes1, div.fellowsNotes2 {
  margin-left:30px; 
}
div.fellowsNotes1 {
  background-color: #cbcfbc;
  padding: 0.3em; 
  padding-left:1em;
}
div.fellowsNotes2 {
  padding: 0;
}

img.fellowsImg {
  float: right;
  border: 10px solid #708d79;
  margin:0; 
  margin-left: 10px; 
  margin-bottom: 10px;
}

div.fellowsPreview {
  margin:0; 
  padding:3px; 
  border:3px dotted #708d79;
}

/* END fellows styles */

input, textarea, select {
  font-family: arial,verdana,helvetica, sans serif;
  /* font-family: courier, fixed; */
  font-weight: 400;
  font-size: 1em;
  padding:0.1em;
  padding-left:0.2em;
  color:#506d59;
  border: 1px solid #708d79;
}

input:disabled {
  background-color: #a0a0a0;
  color: #e0e0e0;
}
