@charset "utf-8";
/* CSS Document */

div.title {
  font-family: arial;
  font-size: 10pt;
  color: #000000;
  text-align: center;
}
table.month {
  width: 80%;
  height: 100px;
  border-width: 1px;
  border-color: #6699CC;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
td.weekday {
  font-family: Arial;
  font-size: 8pt;
  color: #ffffff;
  text-align: center;
  background-color: #6699CC;
  border-width: 1px;
  border-color: #cab897;
  border-style: solid;
  width: 14%;
}
td.selected {
  text-align: center;
  font-size: 8pt;
  vertical-align: middle;
  border-width: 1px;
  background-color: #006;
  color: #ffffff;
  border-color: #cab897;
  border-style: solid;
}
td.day {
  text-align: center;
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  background-color: #ffffff;
  vertical-align: top;
  width: 10%;
  border-width: 1px;
  border-color: #cab897;
  border-style: solid;
}
td.dayFiller {
  text-align: center;
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  background-color: #ffffff;
  vertical-align: top;
  width: 10%;
  border-width: 0px;
}
div.daynum {
  font-family: Arial;
  text-align: center;
}
div.event {
  text-align: left;
}