/* Start of CMSMS style sheet 'calendar' */
#big {
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #B9C6D0; /*#B9BEC1;*/
}

#big th {
  border: 1px solid #B9C6D0; /*#B9BEC1;*/
  color: #fff;
  background: #56A3CD url('uploads/images/th_back.jpg') repeat-x;
  padding: 3px;
  width: 75px;
text-align: center;
}

#big td {
  border: 1px solid #B9C6D0; /*#B9BEC1;*/
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
  text-align: left;
  background-color: #E9EAEB;
}

#big td a {
  color: #5389B8;
  font-size: 85%;
 }

#big td a:hover {
  color: #C07B30;
  text-decoration: none;
}

#big .calendar-day {
  background-color: #80ff80;
}

#big .calendar-today {
  font-weight: normal;
  background-color: #E6C29B;
}

#big caption.calendar-month {
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 120%;
  color: #5087B8; background: #fff;
}

#big caption.calendar-month a {
  text-decoration: none;
}

#big caption.calendar-month a:hover {
  color: #C07B30;
}

/* styling for event details page */

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title {
  display: none;
}

div.calendar-event {
  width: 90%;
  padding: 20px;
  border-bottom: 1px solid #BAC3CC;
}

div.calendar-event h3 {
  margin: 0;
  font-weight: bold;
  font-size: 110%;
  color: #DCDCC9;
}

div.calendar-event h4 {
  color: #272258; background: #fff;
}

div.calendar-event .calendar-returnlink {
  font-size: 90%;
  padding-top: 4px;
}

div.calendar-date-from {
  color: #C07B30; background: #fff;
  padding-bottom: 8px;
}

/*styling for upcoming events on home page */

#upcoming {
  margin: 10px 0 0 10px; 
}

#upcoming h2 {
  margin: 20px 0 5px 0;
  padding: 10px 0 0 50px;
  border-bottom: none;
  font-size: 120%;
  background: #fff url('uploads/images/btn_upcoming.gif') no-repeat 0;
  height: 45px;
  color: #036;
  line-height: 120%;
}

#upcoming h3.calendar-event  {
  margin: 0 0 6px 10px;
  font-size: 90%;
  font-weight: normal;
  color: #C87E30;
}

#upcoming p.calendar-date-from {
  margin: 0 0 4px 10px;
  color: #069; background: transparent;
  line-height: 120%;
  font-size: 80%;
}

#upcoming div.calendar-details {
  margin: 0 5px 0 10px;
  color: #036; background: transparent;
  line-height: 120%;
  font-size: 90%;
}

#upcoming p a {
  margin-left: 10px; 
  font-size: 90%;
}

#upcoming p.calendar-summary {
  margin: 0 10px;
  font-size: 90%;
  color: #036; background: transparent;
  }



  
/* End of 'calendar' */

