#fc_calendar {
  text-align: left;
  margin: 0 auto;
  width: 700px;
  padding-left: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  font-family: helvetica, "lucida sans", arial, verdana;
}
#fc_calendar table {
  border-collapse: collapse;
  font-size: 12px;
}
#fc_calendar #fc_inner td {
  border: 1px solid #bbb; /*border colour for days*/
  vertical-align: top;
  background: #fff;
  color: #000;
}
#fc_outer {
  width: 700px;
  margin: 0;
  padding: 0;
}
#fc_inner {
  width: 700px;
}
#fc_calendar .event {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  width: 90px;
  padding: 0px;
  margin: 20px 5px 0 5px;
  text-align: center;
  display: block;
}
#fc_celander table table .event a {
  color: #000;
  text-decoration: underline;
}

#fc_calendar .out_of_range { background-color: transparent; }
#fc_calendar .black {background-color: #000; }
#fc_calendar .has_events {background-color: yellow; color: #f00;}
#fc_calendar .day_cell .all_day, 
#fc_calendar .day_cell .multi_day {
  margin: 20px 5px 0 5px; 
  padding: 0 4px; 
  line-height: 20px;
  color: #000;
  font-size: 11px;
/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a,
#fc_calendar .fc_inner .day_cell .multi-day a {
  color: #000;
  text-decoration: none;
}
#fc_calendar .day_cell .all_day a:hover,
#fc_calendar .day_cell .multi-day a:hover {
  color: #000;
  text-decoration: underline;
}
#fc_calendar .first_day { 
}
#fc_calendar .last_day { 
}
#fc_calendar .day_cell .index_difference_1 { margin-top: 21px; }
#fc_calendar .day_cell .index_difference_2 { margin-top: 45px; }

#fc_calendar .day_cell .date {
    width: 90px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 0 0;
    position: absolute;
  }
#fc_calendar .day_cell .date a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
#fc_calendar .day_cell .date .num {
  margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
  color: #000;
  text-decoration: underline;
}
/*days that are out of range of current month*/
#fc_calendar .out_of_range .date {
    background: transparent url(/themes/solspace_themes/calendar/img/pad_date.png) repeat-x;
    color: #ccc;
  }
#fc_calendar .day_cell {
    width: 90px;
    height: 90px;
    overflow: auto;
  }
 /*days of the week at top*/ 
#days_of_week th {
  padding: 12px 0;
  color: #fff;
  text-align: center;
  background-color: #337894;
  font-size: 12px;
  border: 1px solid #216885
}
#month_year th {
  padding: 5px 0;
  color: #000;
  text-align: center;
}
.wrap {
  padding: 0 3px 3px;
}

