
table.calendar {
  border-collapse: collapse;
}

table.calendar th {
  background: #9cc76a;
  color: white;
}

table.calendar td {
  border: solid 1px #9cc76a;
}

table.calendar td, table.calendar th {
  padding: 5px;
}

table.calendar td.today {
  background: #ffa;
  font-weight: bold;
}

table.calendar td.has_events {
  /*background: url(/images/event_marked.gif) no-repeat center middle;*/
  font-weight: bold;
  color: red;
  border-bottom: solid 2px red;
}

table.calendar td.has_events a {
  color: red;
}

table.calendar td.has_reminder {
  background: url(/images/reminder_bg24.gif) no-repeat center middle;
}

table.calendar th a, table.calendar th a:visited, table.calendar th a:active {
  color: white;
}

/* small */

table.calendar_small {
  border: 0;
}

table.calendar_small * {
  font-size: 10px;
}

table.calendar_small * a, table.calendar_small * a:visited, table.calendar_small * a:active {
  color: #f70;
}
