
div.weekcontainer {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px;
  border: 0px;
  width: 1094px;
  height: 186px;
  text-align: center;
  background-color: #d9c480;
}

div.daytitle {
  float: left;
  margin: 2px;   /* top/bottom right/left */
  padding: 5px;
  border: 1px solid #000000;
  width: 152px;
  height: 36px;
  background-color: white;
}

div.daytitle p {
  font-size: 80%;
  text-align: center;
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
}

div.dayofweek {
  float: left;
  margin: 2px;   /* top/bottom right/left */
  padding: 5px;
  border: 1px solid #000000;
  width: 152px;
  height: 132px;
  background-color: white;
}

div.dayofweek p {
  font-size: 80%;
  text-align: center;
  text-indent: 0px;
  margin: 2px;
  padding: 0px;
}

/* IE fixes - need to subtract the borders and padding for Mozilla */
body>div.weekcontainer {width: 1092; height: 176px}
div>.dayofweek {width: 140px; height: 120px}
div>.daytitle {width: 140px; height: 24px}
