/*  (do not remove this :) */
/*  (not this either :) */

#timetablediv {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  border none !important;
  height: 710px !important;
  overflow: visible !important;
  margin: 6px !important;
  padding: 0 !important;
}

div.timetable-table {
  width: 720px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 1px solid #808285;
  border-top: 1px solid #808285;
  margin: 0;
  padding: 0;
  height: 680px;
}

div.timetable-row {
  clear: right;
  position: relative;
  left: 0px; 
}

div.timetable-topcaption {
  width: 119px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background-color: #DCDCD3;
  border-right: 1px solid #808285;
  border-bottom: 1px solid #808285;
  margin: 0;
  padding: 0;
  height: 20px;
  position: relative;
  float: left;
  color: #3C3C3C;
}

div.timetable-sidecaption {
  width: 119px;
  height: 59px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background-color: #DCDCD3;
  border-right: 1px solid #808285;
  border-bottom: 1px solid #808285;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  color: #3C3C3C;
}

.timetable-cell {
  width: 119px;
  background-color: white;
  border-right: 1px solid #808285;
  border-bottom: 1px solid #808285;
  margin: 0;
  padding: 0;
  height: 29px;
  position: relative;
  float: left;
}

div.timetable-seminar, div.timetable-specialseminar {
  position: absolute !important;
  float: left !important;
  font-size: 9px !important;
  font-color: #3C3C3C;
  border: 1px solid #808285 !important;
  width: 119px !important;
  vertical-align: middle !important;
  vertical-align:middle;
  text-align: center !important;
  overflow: hidden !important;
  display: block;
}

div.timetable-seminar {
  background-color: lightyellow !important;
  cursor: pointer;
}

div.timetable-seminar:hover {
  background-color: #EEEEEE !important;
  cursor: pointer;
}

div.timetable-specialseminar {
  background-color: moccasin !important;
  cursor: pointer;
}

div.timetable-specialseminar:hover {
  background-color: #EEEEEE !important;
  cursor: pointer;
}


a:link.timetable {
  color: black;
}

a:hover.timetable {
  color: black;
}

a:active.timetable {
  color: black;
}

a:visited.timetable {
  color: black;
}

/*  */






