/* =========== Calendar CSS =========== */

.calendar_table {
  background-color: white;
  background-image: url(../design/calendar_top.png);
  background-repeat: no-repeat;
  font-size: 8pt;
  font-family: Arial;
  font-weight: bold;
  color: black;
  text-align: center;
  border: none;
  width: 136px;
}

.calendar_td_border_top-right {
  background-image: url(../design/calendar_td_middle.png);
  background-repeat: repeat-x;
  border-top: none;
  padding: 0px;
  margin: 0px;
  color: white;
  height: 20px;
}

.calendar_td_border_top-right_day {
  background: transparent;
  border-top: none;
  padding: 0px;
  margin: 0px;
  height: 20px;
}

.calendar_td_border_top-right_blank {
  background-image: url(../design/calendar_td_middle_blank.png);
  background-repeat: repeat-x;
  border-top: none;
  padding: 0px;
  margin: 0px;
  height: 20px;
}

.calendar_td_border_top-left {
  background-image: url(../design/calendar_td_left.png);
  background-repeat: repeat-x;
  border-top: none;
  padding: 0px;
  padding-left: 3px;
  margin: 0px;
  color: white;
  width: 18px;
  height: 20px;
}

.calendar_td_border_top-left_day {
  background: transparent;
  border-top: none;
  padding: 0px;
  padding-left: 3px;
  margin: 0px;
  height: 20px;
}

.calendar_td_border_top-left_blank {
  background-image: url(../design/calendar_td_left_blank.png);
  background-repeat: repeat-x;
  border-top: none;
  padding: 0px;
  padding-left: 3px;
  margin: 0px;
  width: 18px;
  height: 20px;
}

.calendar_td_border_top {
  background-image: url(../design/calendar_td_right.png);
  background-repeat: no-repeat;
  border: none;
  padding: 0px;
  padding-right: 2px;
  margin: 0px;
  color: white;
  width: 19px;
  height: 20px;
}

.calendar_td_border_top_day {
  background: transparent;
  border-top: none;
  padding: 0px;
  margin: 0px;
  height: 20px;
}

.calendar_td_border_top_blank {
  background-image: url(../design/calendar_td_right_blank.png);
  background-repeat: no-repeat;
  border: none;
  padding: 0px;
  padding-right: 2px;
  margin: 0px;
  width: 19px;
  height: 20px;
}

.calendar_bottom  {
  background-image: url(../design/calendar_bottom.png);
  background-repeat: no-repeat;
  height: 13px;
}

.calendar_arrow {
  border: none;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

a.calendar_href:link {font-size: 10pt; color: #31FF00; font-weight: bold; text-decoration: none;}
a.calendar_href:visited {color: #31FF00; font-weight: bold; text-decoration: none;}
a.calendar_href:hover {color: #31FF00; font-weight: bold; text-decoration: underline;}
a.calendar_href:active {color: #31FF00; font-weight: bold; text-decoration: underline;}

/* ========= Big Calendar CSS ========= */

.calendar_big_table {
  background-color: white;
  background-image: url(../design/calendar_big.png);
  background-repeat: no-repeat;
  font-size: 12pt;
  font-family: Arial;
  font-weight: bold;
  color: black;
  text-align: center;
  border: none;
  border-bottom: 1px solid #9F9F9F;
  width: 220px;
}

.calendar_big_td_border_top-right {
  /* background-image: url(../design/calendar_big_td_middle.png); */
  background-repeat: repeat-x;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  color: #95D0EB;
  width: 35px;
}

.calendar_big_td_border_top-right_day {
  background: transparent;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  width: 35px;
}

.calendar_big_td_border_top-right_blank {
  /* background-image: url(../design/calendar_big_td_middle_blank.png); */
  background-repeat: repeat-x;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  width: 35px;
}

.calendar_big_td_border_top-left {
  /* background-image: url(../design/calendar_big_td_left.png); */
  background-repeat: repeat-x;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  border-left: 1px solid #9F9F9F;
  color: #95D0EB;
  width: 35px;
}

.calendar_big_td_border_top-left_day {
  background: transparent;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  border-left: 1px solid #9F9F9F;
  width: 35px;
}

.calendar_big_td_border_top-left_blank {
  /* background-image: url(../design/calendar_big_td_left_blank.png); */
  background-repeat: repeat-x;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  border-left: 1px solid #9F9F9F;
  width: 35px;
}

.calendar_big_td_border_top {
  /* background-image: url(../design/calendar_big_td_right.png); */
  background-repeat: no-repeat;
  border: none;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  color: #95D0EB;
  width: 35px;
}

.calendar_big_td_border_top_day {
  background: transparent;
  border: none;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  width: 35px;
}

.calendar_big_td_border_top_blank {
  /* background-image: url(../design/calendar_big_td_right_blank.png); */
  background-repeat: no-repeat;
  border: none;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  width: 35px;
}

.calendar_big_bottom  {
  background-image: url(../design/calendar_big_bottom.png);
  background-repeat: no-repeat;
  height: 15px;
}

.calendar_big_arrow {
  border: none;
  width: 8px;
  height: 12px;
  cursor: pointer;
}

a.calendar_big_href:link {font-size: 12pt; color: #319C00; font-weight: bold; text-decoration: none;}
a.calendar_big_href:visited {color: #319C00; font-weight: bold; text-decoration: none;}
a.calendar_big_href:hover {color: #319C00; font-weight: bold; text-decoration: underline;}
a.calendar_big_href:active {color: #319C00; font-weight: bold; text-decoration: underline;}

