/* Global Event Styles
------------------------------------------------------------------------*/
.fc,
.fc .fc-header,
.fc .fc-content {
	}
	
.fc {
	width: 226px;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
.fc td, .fc th {
	vertical-align: top;
	text-align:center;
	font-size: 14px !important;
	}

.fc-event a {
	display: block;
	position: relative;
	width: 100%;
	height: 9px;
	}
	
table.fc-header {
	width: 100%;
	background-color: #B5D573;
	}
	
.fc-header-left {
	width:35px;	
	}
	
.fc-header-left table {
	float: left;
	}
	
.fc-header-center {
	width:35px;	
	}
	
.fc-header-center table {
	margin: 0 auto;
	}
	
.fc-header-right {
	width:36px;	

	}
	
.fc-header-right table {
	float: right;
	}
	
.fc-header-title {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc-header-space {
	padding-left: 10px;
	}

	
/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid table {
	width: 100%;
	}
	
.fc .fc-grid th {
	text-align: center;
	}
	
	
.fc .fc-grid td{
	border: 1px dotted #000000; 
	line-height:12px;
	padding:4px 2px 2px 2px;
}	

.fc-grid td.fc-leftmost {
	border-left: 0;
}

.fc-grid td.fc-rightmost {
	border-right: 0;
}

.fc-grid td.fc-day6,
.fc-grid td.fc-day13,
.fc-grid td.fc-day20,
.fc-grid td.fc-day27,
.fc-grid td.fc-day34,
.fc-grid td.fc-day41 {
	border-right: 0;
}

.fc-grid tr.fc-week0 td  {
	border-top: 0;

}
.fc-grid tr.fc-week5 td  {
	border-bottom: 0;
}

	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
