
td.bwdTitle
{
  color: #000000;
  background-color: #660000;  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
}

td.bwdTitleBar
{
  color: #ffffff;
  background-color: #660000;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

<!-- This is the Sunday, Monday, Tuesday... line -->
td.bwdHeader
{
  color: #ffffff;
  background-color: #000066;
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

<!-- This is the cell that doesn't have a day -->
td.bwdDeadCell
{
  background-color: #999999;
}

<!-- Current Day -->
td.bwdNow
{
  background-color: #ff9999;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}

<!-- Future Day -->
td.bwdFuture
{
  background-color: #99cccc;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}

<!-- Past Day -->
td.bwdPast
{
  background-color: #cccc99;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}

<!-- ampCal Links -->
A.bwdLink
{ 
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 8pt; text-decoration: none
}
a.bwdLink:link { color: #0000cc } 
a.bwdLink:visited { color: #990099 } 
a.bwdLink:hover { color: #cc0000 } 

<!-- These styles are defined for maintenance screens -->
td.bwdMaint
{
  background-color: #cccccc;
  color: #000000;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

table.bwdMaint 
{
  background-color: #cccccc;
  color: #000000;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

