// vim:ft=css


Div.calendar {
  text-align: center;
}
Div.calendar H4 {
  color: #3D5192;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 0;
}
Div.calendar Table {
  border: thin solid #448;
  background: #D2DBEF;
  margin-bottom: 1em;
}
Div.calendar Table TD, Div.calendar Table TH {
  width: 14%;
  text-align: right;
}
Div.calendar TD A.meeting {
  color: blue;
}
Div.calendar TD A.event {
  color: #F80;
}
Div.calendar TD A {
  font-weight: bolder;
  text-decoration: none;
  background: white;
}
Div.calendar TD A:hover {
  background: #3D5192;
  color: white;
}
Div.calendar Table TD.dim {
  color: #777;
}
