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

.fc-grid table {
	width: 100%;
	}
	
.fc .fc-grid th {
	border-width: 0 0 0 1px;
	text-align: center;
	}
	
.fc .fc-grid td {
	border-width: 1px 0 0 1px;
	}
	
.fc-grid th.fc-leftmost,
.fc-grid td.fc-leftmost {
	border-left: 0;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	color: #293B69;
	font-size: 11px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */

.fc-rtl .fc-grid {
	direction: rtl;
	}
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}

/* Custom */
.fc-view table tbody {
}
.fc-view table thead {
	height: 41px;
	background: url('../../images/table-header-bg.gif') repeat-x;
	font-size: 11px;
	color: #293b69 !important;
	line-height: 41px;
	border-right: 0px;
}
.fc-view table thead tr th.fc-state-default {
	color: #293B69 !important;
}

.fc-agenda-body .fc-leftmost {
	background: url('../../images/time-bg.gif') 0px 0px repeat-x;
	color: #293b69 !important;
	font-size: 12px;
}

.fc-agenda-body .fc-minor .fc-leftmost {
	background-position: 0px -21px;
}

.fc .fc-agenda-body td {
	/*
	background: #fff;
	*/
}

.fc .fc-agenda td {
	border-left-color: #bec9db;
	border-top-color: #e5e9f1;
	border-width: 2px 0 0 2px;
}

#get-events {
	height: 30px;
	padding: 0 11px;
	border: 0;
	line-height: 30px;
	background: url('../../images/save-bg.gif') repeat-x;
	color: #293b69;
	font-weight: bold;
	margin-top: 16px;
}
.fc .fc-agenda th {
	color: #293b69 !important;
}