/* header */
.calendar_navigation {
  background: #6EB0CA;
  width: 98%;
  height: 24px;
  float: left;
  margin: 0 0 10px 2px;
  padding: 6px;
}
.calendar_title {
  font-size: 18px;
  width: 33%;
  text-align: center;
  float:left;
}
.calendar_navigation_prev {
  width: 33%;
  text-align:left;
  float:left;
}
.calendar_navigation_next {
  width: 33%;
  text-align:right;
  float:left;
}
h2 {
  color: #BF0000;
}
h4 {
  color: #fff;
  text-transform: none;
}

/* body */
.calendar {
  width: 100%;
}
.calendar th {
  background: url("../images/search_bg.jpg") transparent left top repeat-x;
  width: 14%;
  border-style: solid;
  border-width: 0;
  border-color: #EBA823;
  padding: 2px 0 0 0;
}
.calendar td {
  background: #6EB0CA;
  height: 100px;
  border-style: solid;
  border-width: 0;
  padding: 5px 5px 5px 5px;
}
.calendar_day {
  font-size: 10px;
  line-height: 14px;
  color: #642810;
  text-align: left;
}
.calendar_day a {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  padding; 1px;
}
.calendar_day tr {
  height: 50px;
  border-style: solid;
  border-width: 0;
  padding: 5px 5px 5px 5px;
}
.calendar_day_empty {
  font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 14px;
  background-color: #aaffff;
  text-align: left;
}
.calendar_event a {
  font-weight: bold;
  color: #642810;
}
.calendar_hour {
  font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  color: #642810;
  background-color: #6EB0CA;
  text-align: left;
  width: 10%;
  padding: 3px;
}
.calendar_hour_display {
  font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 14px;
  background-color: #aaffff;
  padding: 3px 10px 3px 3px;
  text-align: left;
  width: 90%;
}

