table.schedule
{
  background-color: rgb(255,255,255);
  border-collapse: collapse;
  border-color: rgb(0,0,0);
  border-style: solid;
  border-width: 1px;
  margin:0px auto;
  font-family: arial;
  font-size: .85em;
  text-align: center;
  width: 95%;
}

table.schedule tr
{
  background-color: rgb(255,255,255);
  border-color: rgb(0,0,0);
  border-style: solid;
  border-width: 1px;
  padding: 0px;
  text-align: center;
}

table.schedule th
{
  background-color: rgb(207,255,207);
  border-color: rgb(0,0,0);
  border-style: solid;
  border-width: 1px;
  padding: 0px;
  text-align: center;
}

table.schedule th a
{
  font-size: .85em;
}

table.schedule td
{
  background-color: rgb(255,255,255);
  border-color: rgb(0,0,0);
  border-style: solid;
  border-width: 1px;
  padding: 0px;
  text-align: center;
}

table.schedule input
{
  background-color: transparent;
  border: 0px;
  margin: 0px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  text-align: inherit;
  width: 100%;
}

span.link
{
  color: #0000ff;
  cursor: pointer;
  text-decoration: underline;
}
