@import url(default.css);

TABLE.week {
  background-color: #A0FFFF; 
  border-right: thin solid;
}

TH.week {
  height: 1.8em;
  border-bottom: thin solid;
  text-align: center;
}
.date {
  font-size: 12;
  font-weight: normal;
}

TD.week {
  height: 1.8em;
  border-bottom: thin solid;
  vertical-align: top;
  text-align: center;
}

TD.cnt0 { 
  background-color: #0F0; 
  border-left: thin solid;
}
TD.cnt1 { 
  background-color: #0B0; 
  border-left: thin solid;
}
TD.cnt2 { 
  background-color: #09C;
  border-left: thin solid;
}
TD.cnt3 {
  background-color: #00F;
  border-left: thin solid;
}
TD.cnt4 {
  background-color: #C09;
  border-left: thin solid;
}
TD.cnt5 {
  background-color: #F00;
  border-left: thin solid;
}

TD.free {
  background-color: #0F0;
  border-left: thin solid;
}

TD.busy {
  background-color: #F00;
  border-left: thin solid;
}

TD.top {
  vertical-align: top;
}

BUTTON.freeday {
  background-color: #0F0;
  border-width: 1
}

BUTTON.busyday {
  background-color: #F00;
  border-width: 1
}

BUTTON.free {
  background-color: #0F0;
  width: 2em;
  height: 2em;
}

BUTTON.busy {
  background-color: #F00;
  width: 2em;
  height: 2em;
  border-style: inset;
}

