/* Studying Style Shhet */

/* blue:CCCCFF
   yellow FFFF99   pale yellow: FFFFCC
*/

TABLE.studying1 {
    border-color:#FFFFCC;
    border-style:solid;
}

TABLE.studying1 TH {
    background-color: #FFFFCC;
    border-color:#FEFFCC;
    border-style:solid;
    vertical-align:top;
    color:black;
}

TABLE.studying1 TD {
  /*  background-color:#FFFFFF; */ /* white */
    border-color:#FFFFCC;
    border-style:solid;
    vertical-align:top;
    /* color:black; */
}

.studyingBC1 {
    background-color: #FFFFCC;  
    color: black;
}


/* No margin top and bottom. Bullets with very little white space to the
left. Microsoft requires margin-left:2em oterwise the bullets disappear
altogether. 
Used on welcome.template for the 'Shortcut to Staff Homepages' boc.
*/
.studyingNarrow {
    /* margin-top:0; */
    /* margin-bottom:0; */
    margin-left:2em;
}


/* ===============  Additional styles to facilitate new CSStyle in May 2006   == ================ */

p.studyingGoToLink {
  margin:0 0 0.2em 0;
  padding: 0 0 0 0;
  color:black;
  background-color:inherit;
  font-size: 80%;
  font-weight: normal;
  text-align:right;
}

.studyingFirstHeading {
  margin-top:0;
  padding-top:0;
}

