
div.post-bodycopy {
  }

.wp-caption { border: 1px solid #dddddd;
text-align: center;
align:right;
background-color: #f3f3f3;
padding-top: 4px;

  margin: 10px 0 0 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; }

.wp-caption p.wp-caption-text {
  font-size: 0.8em;
line-height: 13px;
align:right;
padding: 2px 4px 5px;
margin: 0;
  color: #666666;}

a.required {
  color: #0000EE;
}

a.optional {
  color: #880000;
  font-style: italic;
}

table
 {
 border:0px;
 width:100%; /*originally 900px*/
 }

table.itable
{/*width:250px;*/
/*height:284px;*/
position:relative;
bottom:7px;
right:6px; /*this is a c.p. solution*/
border:0;
background-color:Black;
}

h1
{
 font-family:/*Lucida Grande, Lucida Sans Unicode,*/ sans-serif;
 font-size:18px;
 color:#0F4D92;
}

table.grades
{
 margin-left:auto;    /*to make the tables have left justification, simply remove the margin- attributes here*/
 margin-right:auto;
 width:400px;
 align:center;
}

td.stafflink
{background-color:White;
border:0;}

td.istafflink
{
 background-color:LemonChiffon;
 height:60px;
}

td
{
 border:1px;
 text-align:center;
 border:0;
}

td.calendar
{
	vertical-align:top;
        background-color:#f0f0f0;
}

td.calendar2
{
	vertical-align:top;
        background-color:#e0e0e0;
}
td.noClass
{
        background-color:#333;
        color: #FFF;
}

tr.calendar
{
 background-color:LemonChiffon;
}

tr.weekCalendarRow
{
height: 40px;
}

td.heading
{
width:900px;
background-color:CadetBlue;
}

th
 {
        background-color:#b0b0b0;
        text-align:center;
 }

p.logo
{
 font-family: <!--Lucida Grande, Lucida Sans Unicode,--> sans-serif;
 font-size:24px;
 color:#0F4D92;
}

p.heading
{
 background-color:#0F4D92;
 color:White;
 font-size:18pt;
 z-index:5;
 }

p.bodytext
 {
 position:relative;
/* left:20px;*/
 }

p.newsheadline
{
 font-weight:900;
}

img
{
 z-index:1;
}

img.navbar
{
 position:relative;
 left:-5px;
}

img.staff
{
        border: 4px solid LightBlue;
}

td.lecture
 {
        background-color:#fa8072;
}
td.lab
 {
        background-color:#99ccff;
}
td.disc
        {
        background-color:#99ff66;
}
td.oh
{
background-color:#FFCC33;
}
td.paper
{
        background-color:#CCFFCC;
}
td.project
{
        background-color:#FFCCCC;
}
td.exam
{
        background-color:#CCCCFF;
        font-weight: bold;
}
td.staffheading
{
    text-align:left;
}
table.staffbox
{
align:center;
text-align:center;
border-collapse:separate;
}
div.staffbox
{background-color:LightBlue;
width:208px;
text-align:center;
padding:3px;
}
div.ministaffbox
{background-color:LightBlue;
width:164px;
text-align:center;
padding:3px;
}
td.staffbox
{
background-color:LemonChiffon;
}

body                                                                                     /*code for watermark*/
{
 background-image:url('https://inst.eecs.berkeley.edu/~cs302/sp21/images/gobo_watermark.gif');
 background-repeat:no-repeat;
 background-position:bottom right;
 background-attachment:fixed;
 font-family: Lucida Grande, Verdana, sans serif;
 font-size:12px;
}
