.title_bc, .mozilla {
  display: none;
}
html > body .mozilla {
  display: block;
  margin-top: -35px;
}

/* RIGHT column */
.right {
  width: 235px;
  float: right;
}
html > body .right {
/* Mozilla */
  width: 260px;
  margin-top: -30px;
}

.right .coupon strong {
  display: block;
  margin-top: 10px;
  font-size: 120%;
}

.right .search {
  margin: 20px 0 5px;
  text-align: center;
}

/* small monthly CALENDAR */
table.excel {
  border-color: #669966;
}
table.excel td {
  text-align: center;
  font-size: 85%;
  border-color: #669966;
}
.excel .month td {
  font-weight: bold;
  padding: 3px;
  border: 0;
  background: #99cc99;
  color: #ccffcc;
}
.excel .days td {
  width: 40px;
  font-weight: bold;
  background: #eee;
}
.excel .expired {
  background-image: url(/calendar/images/x.gif);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 5px;
}

.mccs_event {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #669966;
}
.mccs_event div {
  background: #99cc99;
  color: #ccffcc;
  border-bottom: 1px solid #669966;
  text-align: center;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 10px;
}
.mccs_event p {
  margin: 10px;
}

/* different types of mccs_event boxes */
.website {
  border-color: #000;
}
.website div {
  background: #cc99ff;
  color: #000;
  border-color: #000;
}

.page {
  border-color: #cc6600;
}
.page div {
  background: #ffcc99;
  color: #cc6600;
  border-color: #cc6600;
}

/* Camp drop menu */
.camps {
  margin-top: 10px;
}

/* LEFT column: event content area */

/* WIDTH OF LEFT COLUMN */
.events, .calendar_hd, .criteria, div.ads div.highlight, .event_desc_txt, .links, .cadmin, .calendar_keyword, .html {
  width: 390px;
}
html > body .events, 
html > body .calendar_hd,
html > body .criteria,
html > body div.ads div.highlight,
html > body .event_desc_txt,
html > body .links,
html > body .cadmin,
html > body .calendar_keyword,
html > body .html {
/* Mozilla */
  width: 410px;
}

.calendar_hd {
  background-image: url(/calendar/images/color_bg.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
.calendar_hd img {
  margin-top: 30px;
}

/* Daily list of events */
.list td {
  padding: 3px 1px;
}

.criteria {
  border-top: 2px solid #000;
  text-align: right;  
  padding: 3px;
}
.right .search, .criteria {
/* Apply the following CSS to both the sections of the right column and the colored background under the main header graphic in the left column */
  font-weight: bold;
  font-size: 80%;
  color: #000;
  border-color: #000;
}
html > body .right .search, html > body .criteria {
/* Mozilla */
  font-size: 100%;
}
.criteria span {
  font-size: 100%;
}
.criteria a, .criteria span {
  font-weight: 100;
}

/* Website messages */
div.ads div.highlight {

}

.events .smtxt {
/* Do NOT display mccs messages "smtxt" class, which tells visitor to "Click..." */
  display: none;
}
.events .ads .highlight .smtxt, .events .list .smtxt, .event_desc_txt .smtxt {
/* ALLOW the "smtxt" class to display within the list */
  display: block;
}
.event_desc_txt a.smtxt {
  display: inline;
}

/* Event Description */
.event_desc_txt {
  margin-top: 10px;
  padding: 0 2px;
}
.event_desc_txt div {
  margin-bottom: 15px;
}
.event_desc_txt a.result {
  display: block;
  background: #eee;
  padding: 2px 1px;
}
.event_desc_txt div a:hover {
  border: 0;
}
.event_desc_txt .smtxt {
  margin-left: 5px;
}

/* Event/Facility menu links on Event's Description */
.links {
  float: right;
  width: 150px;
  border: 1px solid #ccc;  
  background: #eee;
  font-size: 80%;
  margin: 0 0 5px 5px;
}
.links a {
  font-size: 80%;
}
.links div {
  clear: both;
  margin: 5px 0;
  padding: 2px;
}
.links .section {
  font-weight: bold;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 5px;
}

.schedule div {
  margin-top: 10px;
  font-weight: bold;
  padding: 2px;
  color: #000;
  font-size: 80%;
}
.schedule p {
  margin: 10px 20px;
  font-size: xx-small;
}
.schedule .highlighter {
  padding: 2px;
}
.schedule strong {
  font-size: x-small;
}

/* ADMIN */
.Cadmin {
  display: none;
}

/*.calendar {
  margin-top: 20px;
}*/
.calendar td {
  padding: 2px 1px;
}
.calendar .facility td {
  background: #eee;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.calendar .category td {
  padding-left: 10px;
  border-bottom: 1px dashed #ccc;
}
.calendar .no_brdr td {
  border: 0;
}

.calendar_keyword {
  background-image: url(/images/backgrounds/calendar_watermark.jpg);
}
.calendar_keyword td {
  vertical-align: top;
}
.calendar_keyword em {
  font-size: xx-small;
}

.cadmin table.events td {
  padding: 2px 1px;
  vertical-align: top;
  font-size: 80%;
  text-align: center;
}
.cadmin table.events span {
  font-size: 85%;
}

.documentation {
  margin-top: 20px;
  font-weight: bold;
}

/* Contact Info */
.events .contact_info .criteria {
  text-align: left;
  border: 0;
  margin-bottom: 0px;
}
.events .contact_info div {
  margin: 10px;
}
/* Search Results from FORM */
ul .contact {
  margin-top: -10px;
  margin-left: 20px;
}

form.btns {
  font-size: 100%;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 2px;
}
form.btns input {
  background: #eee;
  color: #0000cc;
  border: 0;
  font-size: 75%;
  cursor: hand;
}

/* Facility ADMIN */
form.facility {
  margin-left: 10px;
}
form.facility label {
  width: 95px;
  font-weight: bold;
}

/* Additional ADMIN */
.addtl {
  background: #eee;
  padding: 2px;
  font-weight: bold;
}
