#monthcalendar
{
  border: 2px solid black;
  padding: 2px;
  background-color: #a8a8a8;
}

#monthcalendar table
{
  border: 1px solid black;
}

#monthcalendar table td.emptyday
{
  background-color: #ececec;
  border-right: 1px solid black;
  border-top: 1px solid #a8a8a8;
}

#monthcalendar table td.sunday
{
  background-color: #ffdddd;
}

#monthcalendar table td.saturday
{
  background-color: #ffeeee;
}

#monthcalendar table td.day
{
  background-color: #fefefe;
}

#monthcalendar table td.daycol
{
  border-right: 1px solid black;
  border-top: 1px solid #a8a8a8;
  cursor: pointer;
}

#monthcalendar table td.daycol_current
{
  border-right: 1px solid black;
  border-top: 1px solid #a8a8a8;
  font-weight: bold;
}

#monthcalendar table td.weekday
{
  border-right: 1px solid black;
  background-color: #fefefe;
}

#monthcalendar table td.weekday_header
{
  border-left: 1px solid black;
  background-color: #cccccc;
}

#monthcalendar table td.weeknum
{
  background-color: #cccccc;
  border-left: 1px solid black;
}

#monthcalendar table td.entry
{
  background-image: url( '../img/entry.gif' );
  background-repeat: no-repeat;
}

#monthcalendar table td.entry_active
{
  background-image: url( '../img/entry_active.gif' );
  background-repeat: no-repeat;
}

.tanaan {
  font-weight: bold;
  color: green;
}

.selected {
  background-color: yellow;
  border-top: 1px solid #a8a8a8;
  border-right: 1px solid #000000;
  cursor: pointer;
}

