
div.monthcontainer {
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000000;
  width: 932px;
  text-align: center;
  background-color: #d9c480;
}

div.weekcontainer {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 926px;
  height: 162px;
  text-align: center;
  background-color: #d9c480;
}

div.monthtitlecontainer {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 926px;
  height: 24px;
  text-align: center;
  background-color: #d9c480;
}

div.monthtitle {
  /* no bottom border or margin */
  float: left;
  margin: 1px 1px 1px 1px;   /* top right bottom left */
  padding: 2px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  width: 130px;
  height: 22px;  /* 14 is size of text */
  background-color: white;
}

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

div.daytitle {
  /* no bottom border or margin */
  float: left;
  margin: 1px 1px 0px 1px;   /* top right bottom left */
  padding: 2px;
  border-top: 1px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  width: 130px;
  height: 20px;  /* 14 is size of text */
  background-color: white;
}

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

div.dayofweek {
  /* no top border or margin */
  float: left;
  margin: 0px 1px 1px 1px;   /* top right bottom left */
  padding: 2px;
  border-top: 0px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  width: 130px;
  height: 140px;
  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 */
td>div.monthcontainer {width: 924px}
div>div.weekcontainer {width: 924px; height: 162px}
div>div.monthtitlecontainer {width: 924px; height: 24px}
div>.dayofweek {width: 124px; height: 135px}
div>.daytitle {width: 124px; height: 15px}
div>.monthtitle {width: 124px; height: 16px}
