
div.calendar {
  font-size: 12px;
  color: #000;
}
div.calendar.popup {
  margin-left: -40px;
  margin-top: -100px;
}
div.calendar table {
  background: #eee url(../images/steel.jpg);
  border: 1px solid #999;
  border-collapse: collapse;
}
div.calendar thead {
  background: #aaa url(../images/gold.jpg);
}
div.calendar td, div.calendar th {
  padding: 3px;
  text-align: center;
}
div.calendar td.title {
  font-weight: bold;
}
div.calendar th {
  background: #6591F9;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-weight: bold;
  color: #FFF;
}
div.calendar tr.days td {
  width: 2em;
  color: #333;
  text-align: center;
  cursor: pointer;
}
div.calendar tr.days td:hover, div.calendar td.button:hover {
  background-color: #F9D517;
  color: #000000;
  cursor: pointer;
}
div.calendar tr.days td:active div.calendar td.button:active {
  background-color: #cde;
}
div.calendar tr.days td.selected {
  font-weight: bold;
  background-color: #F97E0A;
  color: #FFFFFF;
}
div.calendar tr.days td.today {
  font-weight: bold;
  color: #000000;
}
div.calendar tr.days td.weekend {
  color: #600;
}
div.calendar tr.days td.otherDay {
  color: #aaa;
}
