#fc_calendar {
  text-align: left;
  padding: 0;
  margin: 0 auto;
  background: #eeeced;
  font-size: 11px;
  /*font-family: helvetica, "lucida sans", arial, verdana;*/
}
#fc_calendar table {
  border-collapse: collapse;
  font-size: 11px;
}
#fc_calendar table  thead {
background: #2C7F9C;
}
#fc_calendar #fc_inner td {
  border: 1px solid #bfbfbf;
  vertical-align: top;
  background: #fff;
  color: #000;
}
#fc_outer {
  margin: 0;
  padding: 0;
}
#fc_inner {
}
#fc_calendar .event {
  font-family: "lucida grande", helvetica, "lucida sans", arial, verdana;
  text-transform: capitalize;
  overflow: hidden;
  /*white-space: nowrap;*/
  width: 121px;
  color: #2C7F9C;
  margin-top: 5px;
  padding: 4px;
  border-bottom: solid 1px #bebebe;
}
#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: #cf7c50;
  margin: 0 0 1px; 
  padding: 4px; 
  width: 122px;
  color: #fff;
/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a,
#fc_calendar .fc_inner .day_cell .multi-day a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  width: 122px;
}


#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: 130px;
    text-align: right;
    background: #eeeced;
    height: 25px;
    line-height: 25px;
    margin: -30px 0 0 0;
    position: absolute;
  }
#fc_calendar .day_cell .date a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
#fc_calendar .day_cell .date .num {
  background: #BFD8E2;
  padding: 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: 130px;
    height: 131px;
    padding-top: 30px;
    overflow: auto;
  }
#days_of_week th {
  padding: 5px 0 5px 5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #cecece;
}
#monthlist {
	margin-top: 15px;
}
#monthlist th {
	margin: 0 -5px;
	font-weight: normal;
text-transform: uppercase;
font-size: 1em;
  padding: 0;
  color: #000;
}
#monthlist ul {
		background: url("/assets/art/nav-sep.png") no-repeat right top;
		float: left;
		padding-left: 10px;
}
#monthlist li.monthlistitem {
	float: left;
	display: block;
	text-align: center;
	padding: 0 14px;
	width: auto;
	height: 20px;
	line-height: 20px;
	background: url("/assets/art/nav-sep.png") no-repeat;
}
#month_year th {
text-transform: uppercase;
	font-size: 1.25em;
  padding: 5px 25px;
  color: #000;
}
#month_year th a {
	color: #fff;
}
.wrap {
  padding: 0;
}
.eventtime {
	font-weight: bold;
	color: #333;
}
#fc_calendar .day_cell .multiday a:link, #fc_calendar .day_cell .multiday a:visited {
	color: #fff;
}