#fc_calendar {
  text-align: left;
  margin: 0 auto;
  width: 738px;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 12px;
}
#fc_calendar table {
  border-collapse: collapse;
  font-size: 12px;
	width: 738px;

}
#fc_calendar #fc_inner td {
  border-top: 1px solid #cbd1cb;
  border-right: 1px solid #cbd1cb;
  vertical-align: top;
  background: #fff;
  color: #000;
  background-color: #f9f9f9;
}
#fc_outer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(/images/calendar-header-bg.jpg) no-repeat 1px top;
}
#fc_inner {
	padding: 0 !important;
	width: 738px;
		 border-left: 1px solid #cbd1cb;

}

#fc_calendar .event {
  font-size: 10px;
  white-space: wrap;
  width: 90px;
  color: #035180;
	line-height: 13px !important;
	overflow: hidden;
}
.event a{
  color: #035180 !important;
  text-decoration: underline;
}

#fc_calendar .out_of_range { 
background-color: #e9e9e9 !important;

}
#fc_calendar .black {background-color: #000; }
#fc_calendar .has_events {color: #f00;}
#fc_calendar .day_cell .all_day, 
#fc_calendar .day_cell .multi_day {
  margin: 0 0 1px; 
  line-height: 20px;
  color: #fff;
  font-size: 10px;
/*      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: 102px !important;
    text-align: right;
    line-height: 20px;
    position: absolute;
	height: 20px;
	margin: -20px 0 0;
	font-size: 10px;
	padding: 3px 0;
}
#fc_calendar .day_cell .date a {
  font-weight: bold;
  text-decoration: none;
}
#fc_calendar .day_cell .date .num {
  margin-right: 5px;
  color: #6faace;
}
#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: 100px !important;
    height: 80px;
    overflow: hidden;
	padding: 20px 0 0;

}

#days_of_week th {
  padding: 2px 0;
  color: #686868;
text-align: center;
	font-size: 11px;
}
#month_year th {
  padding: 12px 0 13px;
  color: #1e333f;
 text-align: center;
	font-size: 16px;
}
body#ecalendar .wrap {
	padding-bottom: 5px;
	background: url(/images/calendar-footer-bg.gif) no-repeat left bottom;
}

#days_of_week {
	background-color: #d5d5d5;
}

ul.event-guide {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden;
}
ul.event-guide li{
	padding: 0;
	margin: 0 30px 0 0;
	list-style-type: none;
	display: inline;
	float: left;
}
ul.event-guide li img{
	border: none;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}
.religious_service, .conference, .lecture, .film_screening, .cultural_event, .other{
padding: 3px 0 2px 15px !important;
}
.other{
	background: url(/images/event-category6.gif) no-repeat 4px 6px;
}
.religious_service{
	background: url(/images/event-category1.gif) no-repeat 4px 6px;
}
.conference{
	background: url(/images/event-category2.gif) no-repeat 4px 6px;
}
.lecture{
	background: url(/images/event-category3.gif) no-repeat 4px 6px;
}
.film_screening{
	background: url(/images/event-category4.gif) no-repeat 4px 6px;
}
.cultural_event{
	background: url(/images/event-category5.gif) no-repeat 4px 6px;
}
th.month-prev, th.month-next {
	color: #90a4b3 !important;	
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
}
th.month-prev{
	text-align: left !important;
	padding-left: 10px !important;	
}
th.month-next{
	text-align: right !important;
	padding-right: 10px !important;	
}
th.month-prev a, th.month-next a{
	color: #90a4b3 !important;
}
