
table {
  table-layout: fixed;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 1em;
}

tbody {
  background-color: transparent; /* #f9f9f9;/* #DADADA;*/
}

thead {
  background-color: #CCFFFF;
}

th, td {
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

tr.times {
  background-color: #CCFFFF;
  font-size: 80%;
}

td.th_in  {
  background: yellow url(graphics/th_in2.gif) no-repeat center center;
  padding: 0 1px;
  font-size: 80%;
  text-align: left;
  margin: 0;
}

td.th_ar {
  background-color: #91FF91;
  font-weight: normal;
}

td.therap {
  background-color: white;
  text-align: left;
  font-weight: bold;
}

td span {
  display: block;
}


td.dayodd, th.dayodd {
  background-color: #E0E0E0;
}

caption {
  padding: 10px;
}

#times table {
  text-align: center;
}

#therapist {
  width: 20%;
}

#mo_am, #mo_pm,
#tu_am, #tu_pm,
#we_am, #we_pm,
#th_am, #th_pm,
#fr_am, #fr_pm,
#sa_am{
  width: 7%;
  text-align: center;
  font-weight: normal
}



