body {
  font-family: sans-serif;
  font-size: 12px;
}
a:hover {
  color: red;
}
h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 10px 0;
}
#masterTable {
  clear: both;
  border-spacing: 0;
  width: 100%;
}
#masterTable td {
  vertical-align: top;
  padding: 3px;
  width: 10%;
}
#dayTable {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}
#dayTable th {
  color: white;
  background-color: #1b75bb;
}
#dayTable td {
  padding: 3px;
  border: 1px solid black;
}
#dayTable td a {
  color: inherit;
  text-decoration: none;
}
#dayTable td a:hover {
  text-decoration: underline;
}
#dayTable td.default {
  background-color: white;
  color: black;
}
#dayTable td.vaba {
  background-color: #d4eaf3;
  color: black;
}
#dayTable td.sunday {
  background-color: #d4eaf3;
  color: red;
}
#dayTable td.event {
  background-color: #fff1a8;
  color: black;
}
#dayTable td.today {
  background-color: red;
  color: white;
  font-weight: bold;
}
#dayTable span.cellDay {
  font-weight: bold;
}
div.daysEvents {
  font-size: 11px;
}
div.oaSelector {
  float: right;
  border: 1px solid black;
  padding: 3px;
  max-width: 400px;
}
div.footer {
  font-size: 11px;
  text-align: center;
}
#tipContainer {
  display: block;
  position: absolute;
  background-color: white;
  border: 1px solid #1b75bb;
  border-right: 3px solid #1b75bb;
  border-bottom: 3px solid #1b75bb;
  color: black;
  max-width: 250px;
  max-height: 200px;
  overflow: hidden;
}
#tipContainer > h1 {
  margin: 0;
  background-color: #d4eaf3;
  font-size: 13px;
  font-family: Segoe UI, sans-serif;
  font-weight: bold;
  padding: 5px;
  color: black;
}
#tipContainer > p {
  margin: 0;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  color: black;
  font-family: Segoe UI, sans-serif;
  font-weight: normal;
}
#tipContainer > ul {
  margin: 0;
  padding: 5px 5px 5px 20px;
}
