/* Generated by KompoZer */
.schedule-title {
  width: 530px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  display: block;
  background-color: #006600;
  color: white;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}
.schedule-area {
  width: 530px;
  background-color: #99ff99;
  margin-bottom: 10px;
  margin-left: 3px;
  overflow: visible;
}
.schedule-area table {
  border-width: 0px;
  width: 520px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.9em;
  margin-left: 3px;
  background-color: white;
}
.schedule-area td {
  border-style: none none solid;
  height: 40px;
}
#list-title {
  border-style: none;
  color: white;
  font-weight: bold;
  background-color: #003300;
}
.list-cell-w {
  border-bottom: 1px dashed #006600;
  background-color: white;
  color: #006600;
  font-size: 0.9em;
}
.list-cell-g {
  background-color: #009900;
  color: white;
}
.schedule-area dt {
  float: left;
  padding-left: 0.6em;
  color: red;
  font-size: 1em;
  font-weight: bold;
}
.schedule-area dd {
  clear: none;
  font-weight: normal;
  font-size: 1em;
}

