@charset "UTF-8";
/* CSS Document */
div.calendar
{
  font-size: smaller;
  color: #000;
}

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

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

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

div.calendar thead tr td {
  color:#002f65;
  text-transform:uppercase;
}

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

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

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

div.calendar tr.days {
	border-right:1px solid #cccccc;
}

div.calendar tr.days td {
  width:80px;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-left:1px solid #cccccc;
}

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

div.calendar tr.days td:active
div.calendar td.button:active, 
div.calendar tr.days td:active
div.calendar td.button:active div
{
  background-color: #cde;
}

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

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

.button, .mtitle {
  cursor:pointer;
}
