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

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

div.calendar table
{
  background-color: #5fabf7;
  border: 2px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: #eeddcc;
}

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

div.calendar td.title
{
  font-weight: bold;
  color:white;
  background-color: #1b75a4;
}

div.calendar th
{
  background: #ffeedd;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  /*font-weight: bold;*/
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #000000;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  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: white;
  color: #000000;
}

div.calendar tr.days td.today
{
  /*font-weight: bold;*/
  color: #000000;
}
div.calendar tr.days td.weekend
{
  /*font-weight: bold;*/
  color: red;
}
div.calendar tr.days td.otherDay
{
  color: #5fabf7;
}
