form.inputForm {
  font-family: "Trebuchet MS", geneva, sans-serif;
  font-size: 9px;
  margin-bottom: 0;
  margin-top: 0;
}
select.inputForm {
  font-family: "Trebuchet MS", geneva, sans-serif;
  font-size: 11px;
}
input.inputForm {
  font-family: "Trebuchet MS", geneva, sans-serif;
  font-size: 10px;
}
tr.titleBar {
  font-family: "Trebuchet MS", geneva, 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: 9px;
  border: 1px #000000 solid;
}
tr.days, td.days{
  height: 75px;
  vertical-align: top;
  font-weight: normal;
  background-color: white;
  border: 1px #000000 solid;
  font-size: 10px;
}
td.days_inner{
  height: 75px;
  vertical-align: top;
  font-weight: normal;
  background-color: white;
  font-size: 10px;
}
tr.nextPrevious {
  background-color: #efefef;
}
table.debug {
  font-family: "Trebuchet MS", geneva, sans-serif;
  font-size: 9px;
  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, geneva, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #3d34a1;
  text-decoration: none;
}
a.script:hover {
  font-family: verdana, geneva, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: red;
  text-decoration: underline;
}

table{color: black; font-family: verdana,sans-serif,arial,helvetica; font-size: 9pt}
