
div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background: url(../images/white-75p.png);
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #666;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #b8dd59;
}

div.calendar tr.days td {
	width: 33px;
	
	color: #555;
	cursor: pointer;
	text-align: center;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover {
	cursor: pointer;
	background-color: #b8dd59;
}

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: #fff;
  color: #000;
}

div.calendar tr.days td.event {
	color: #333;
	background-color: #9DC03E;
}

div.calendar tr.days td.selected.event {
	font-weight: bold;
	color: #000;
}

div.calendar tr.days td.today {
	font-weight: bold;
	color: #456A1D;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}

