
td.weekend {
	background-color: #f9efcd;
}
div.calendar
{
  color: #000;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -60px;
}

div.calendar table
{
  background-color: #fff9e4;
  border: 2px outset #f97d00;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 2px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #f8e39a;
  border-bottom: 1px solid #fc0;
  border-top: 1px solid #fc0;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #fc0;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #fa9100;
}

div.calendar td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: black!important;
}

div.calendar td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar td.otherDay
{
  color: #fc0;
}

