#fc_calendar .wrap {
  padding:0;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FCFCFC));
  background-image: -webkit-linear-gradient(top, #ffffff, #FCFCFC);
  background-image:    -moz-linear-gradient(top, #ffffff, #FCFCFC);
  background-image:     -ms-linear-gradient(top, #ffffff, #FCFCFC);
  background-image:      -o-linear-gradient(top, #ffffff, #FCFCFC);
  background-image:         linear-gradient(to bottom, #ffffff, #FCFCFC);
  border-radius:2px;
  border:1px solid;
  border-color:#E5E5E5 #D3D3D3 #B9C1C6;
  box-shadow:0 1px #EBEBEB;
}
#fc_calendar table {
  border-collapse: collapse;
  font-size: 12px;
}
#fc_calendar #fc_inner tr {
  border-bottom: 1px solid #E4E4E4;
}
#fc_calendar #fc_inner td {
  border-right: 1px solid #E4E4E4;
  vertical-align: top;
}
#fc_outer {
  width: 980px;
  margin: 0;
  padding: 0;
}
#fc_inner {
  width: 980px;
}
#fc_calendar .event {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  width: 129px;
  color: #009966;
}
#fc_celander table table .event a {
  color: #009966;
  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 {
  background-color: #009966;
  margin: 0 0 1px; 
  padding: 0 4px; 
  line-height: 20px;
  color: #fff;
  font-size: 11px;
/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a,
#fc_calendar .fc_inner .day_cell .multi-day a {
  color: #fff;
  text-decoration: none;
}
#fc_calendar .day_cell .all_day a:hover,
#fc_calendar .day_cell .multi-day a:hover {
  color: #fff;
  text-decoration: underline;
}
#fc_calendar .first_day { 
  margin-left: 0; 
}
#fc_calendar .last_day { 
  margin-right: 0; 
}
#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: 137px;
    text-align: right;
    background: #F8F8FB;
    height: 20px;
    line-height: 20px;
    margin: -30px 0 0 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
  }
#fc_calendar .day_cell .date a {
  font-weight: bold;
  color: #49616A;
  text-decoration: none;
}
#fc_calendar .day_cell .date .num {
  margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
  color: #000;
  text-decoration: underline;
}
#fc_calendar .out_of_range .date {
  background: transparent url(/themes/solspace_themes/calendar/img/pad_date.png) repeat-x;
  color: #999;
}
#fc_calendar .day_cell {
  width: 137px;
  height: 131px;
  padding-top: 30px;
  overflow: auto;
}
#fc_calendar .day_cell li {
  list-style:none;
}
#fc_calendar #days_of_week th {
  font-weight:bold;
  padding: 8px;
  color:#494F50;
  border-bottom:1px #B4BBBE solid;
  box-shadow:0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 #ffffff;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E0E0E0));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #E0E0E0);
  background-image: -moz-linear-gradient(top, #F9F9F9, #E0E0E0);
  background-image: -ms-linear-gradient(top, #F9F9F9, #E0E0E0);
  background-image: -o-linear-gradient(top, #F9F9F9, #E0E0E0);
  background-image: linear-gradient(top, #F9F9F9, #E0E0E0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F9F9F9', EndColorStr='#E0E0E0');
  text-shadow:0 1px 0 #fff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#fc_calendar #month_year th {
  padding: 10px 0;
  width: 33%;
  color: #494F50;
  font-size:16px;
}