
#fc_calendar {

  margin: 0 auto;
 /* background:url("/images/interface/bg_header.jpg") no-repeat scroll -71px -151px #000000;*/
  background: #000000;
  width: 620px;
 
  padding:0px;
margin-bottom:20px;
  font-size: 12px;
 
}
#fc_calendar table {
  border-collapse: collapse;
  font-size: 12px;
}
#fc_calendar #fc_inner td {
  border: 1px solid #000;
  vertical-align: top;
  background: #fff;
  color: #000;
}
#fc_outer {
	width: 620px;
	margin: 0;
	padding: 0;
	text-align:center;
	margin-bottom:0px !important;
}
#fc_inner {
  	/*margin-left:1px;*/
	width:620px;
	margin-bottom:0px !important;
}
#fc_calendar .event {
  font-size: 11px;
 
  overflow: hidden;
line-height:13px;
 text-decoration: none !important;
  color: #23a300;
}
#fc_celander table table .event a {
  color: #23a300;
  text-decoration: none !important;
}

#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: none !important;
}
#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 {
   
    text-align: right;
   /* background: #7B5C42;*/
    height: 20px;
    display:block;
  }
#fc_calendar .day_cell .date a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#fc_calendar .day_cell .date .num {
  margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
  color: #000;
   text-decoration: none !important;
}
#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: 88px;
    height: 83px;

    overflow: auto;
  }
#days_of_week th {
 	border:1px solid #000000;
	color:#FFFFFF;
	font-size:9px;
	height:22px;
	padding:3px 0;
}
#month_year th {
  padding: 5px 0;
  color: #fff;
	font-size:15px;
	height:38px;
}

#month_year th a{
font-size:13px;	
text-decoration:none;
color:#fff;
}

#month_year th a:hover{
 text-decoration: none !important;
}

.wrap {
 background:#7B5C42;
}
