/*  calendar.css */

.calnk a:hover {
  background: 0 0;
  text-decoration: none;
  color: #000000;
  cursor: default;
}
.calnk a:visited { text-decoration: none; color: #000000; }
.calnk span.event-title, .calnk a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  outline: none;
  text-align: center;
}
.calnk a span {display: none;}
.calnk a:hover span {
  color: #333333;
  background: #F6F79B;
  display: none;
  position: absolute;
  margin-top: 1px;
  padding: 5px;
  width: 150px;
  z-index: 100;
}
.calendar-table {
  border: none;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}
.calendar-table td { 
	border: 1px solid #C5C5C5; 
	text-align: center;
}
.calendar-heading {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
  height: 25px;
  text-align: center;
  border: none;
  background: #fff;
}
.calendar-next, .calendar-prev {
   width: 25%;
   font-size: 14px;
   font-weight: normal;
   text-align: center;
}
.calendar-next a, .calendar-prev a { color: #000; }
.calendar-next a:hover, .calendar-prev a:hover { text-decoration: none;}
.calendar-month {width: 50%; text-align: center; font-weight: bold;}
.normal-day-heading, .weekend-heading {
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  background: #333;
  color: #fff;
}
.day-with-date {
  vertical-align: text-top;
  text-align: center;
  width: 60px;
  height: 80px;
  padding: 0 5px;
}
/*.no-events {}*/
td.day-without-date {
   width: 60px;
   height: 80px;
   padding: 0 5px;
}
span.the-date { display: block; text-align: left; margin-bottom: -.9em; }
.day-with-date span, span.weekend, .current-day span.the-date {
   color: #05344F;
   font-family: Verdana, helvetica, Arial, sans-serif;
   font-size: 12px;
}
.current-day {
  vertical-align: text-top;
  text-align: left;
  width: 60px;
  height: 80px;
  padding: 0 5px;
  font-family: Verdana,helvetica,Arial,sans-serif;
}
span.event {font-size: 0.75em; display: block; margin-left: auto; margin-right: auto;}
.kjo-link {font-size: 0.75em; text-align: center; display: none;}
.event-title {text-align: center; font-weight: bold; font-size: 1.2em;}
.event-title-break {
  width: 96%;
  margin: 5px 2%;
  text-align: center;
  height: 1px;
  background: #000000;
}
.event-content-break {
  width: 96%;
  margin: 5px 2%;
  text-align: center;
  height: 1px;
  background: #000000;
}
.calendar-date-switcher {
  height: 25px;
  text-align: center;
  border: 1px solid #D6DED5;
  background: #E4EBE3;
}
.calendar-date-switcher form {margin: 0; padding: 0;}
.calendar-date-switcher input {border: 1px #D6DED5 solid;}
.calendar-date-switcher select {border: 1px #D6DED5 solid;}
.cat-key {
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #D6DED5;
}

#content div.post { margin-bottom: 15px; }  /* override main stylesheet */
