table.calendar {
  position: absolute;
  background: white;
  border-left: 1px solid #4682B4;
  border-top: 1px solid #4682B4;
  border-right: 2px solid #4682B4;
  border-bottom: 2px solid #4682B4;
  font-size: 10px;
  font-family: tahoma;
  font-weight: normal;
  border-collapse: collapse;
}

table.calendar th {
  font-weight: normal;
  padding: 2px;
  text-align: center;
  cursor: default;
  border-right: 1px solid #4682B4;
  border-bottom: 1px solid #4682B4;
}

table.calendar td {
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border-right: 1px dotted #4682B4;
  border-bottom: 1px dotted #4682B4;
}

table.calendar th.title {
  background: #4682B4;
  border: 0px;
}

table.calendar th.header {
  background: #87CEFA;
}

table.calendar th.footer {
  background: #4682B4;
}
