form.inputForm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
select.inputForm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
input.inputForm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
tr.titleBar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: white;
}
tr.weekdayNames {
  height: 20px;
  background-color: #efefef;
  font-weight: bold;
  text-align: center;
}
td.weekdayNames {
  width: 100px;
  font-size: 10px;
}
tr.days {
  height: 75px;
  vertical-align: top;
  font-weight: normal;
  background-color: white;
  font-size: 10px;
}
tr.nextPrevious {
  background-color: #efefef;
}
table.debug {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #efefef;
  white-space: nowrap;
}
table.scripts {
  white-space: nowrap;
}
tr.weekdayNames {
  height: 20px;
  background-color: #efefef;
  font-weight: bold;
  text-align: center;
}
a.script {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: blue;
  text-decoration: none;
}
a.script:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: red;
  text-decoration: underline;
}

table{color: black; font-family: verdana,sans-serif,arial,helvetica; font-size: 10pt}

