/***
CALENDAR ------------------------------------------------------------------------*/

#calendar_wrapLarge {
  border: 1px solid #eee;
  padding: 5px;
}

#calendar_wrapLarge h2 {
  text-align: center !important;
  margin: 0;
  padding: 8px 0 12px !important;
  clear: none !important;
}

#calendar_wrapLarge h2 span#month_title {
  font: bold 15px/18px Arial, Helvetica, sans-serif !important;
}

#wp-calendarLarge {
  border: 0px solid black;
  width: 100%;
  text-align: left;
  margin: 0;
  border-collapse: collapse;
}

#wp-calendarLarge thead tr th {
  text-align: center;
  width: 14.28%;
  margin: 0;
}

#wp-calendarLarge tbody tr td {
  vertical-align: top;
  border: 1px solid #eee;
  padding: 3px;
  margin: 0 !important;
  height: 74px;
  font-size: 10px;
  line-height: 15px;
}

.dayHead {
  background: #eee;
  font-size: 10px;
  padding-left: 5px;
  margin-bottom: 3px;
}

#wp-calendarLarge tbody tr td span a {
  font-size: 10px;
  line-height: 12px;
  margin: 0 5px;
  display: block;
  padding: 1px 0 1px;
  border-bottom: 1px dotted #ccc !important;
}

#wp-calendarLarge tbody tr td br {
  display: none !important;
}

#wp-calendarLarge thead tr th span {color: #444;display: block;background: #ddd;padding: 5px 0;margin-bottom: 5px;text-transform: uppercase;font-size: 11px;}

#EC_previousMonthLarge, #EC_nextMonthLarge {
  background: #eee;
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

#EC_previousMonthLarge {
  float: left;
}

#EC_nextMonthLarge {
  float: right;
}

