#fsy_calendar .calendar_table table {
	border-collapse: collapse;
	width:100%;
}

/** TABLE HEADER */

#fsy_calendar .calendar_table table thead tr th {
	background: #eee;
	border: 1px solid #ccc;
	border-left: 0;
	padding:5px 8px;
	font-weight: normal;
}

#fsy_calendar .calendar_table table tbody tr td.week {
	text-align: center;
	font-weight: bold;
	color: #555;
}

#fsy_calendar .calendar_table table thead tr th.day,
#fsy_calendar .calendar_table table tbody tr td.day {
	width: 70px;
}

#fsy_calendar .calendar_table table thead tr th:first-child {
	border-left: 1px solid #ccc;
}

/** TABLE BODY */

#fsy_calendar .calendar_table table tbody tr td {
	background: #fff;
	border: 1px solid #ccc;
	border-left: 0;
	padding:5px;
	font-size: 7pt;
	font-weight: normal;
	color: #555;
	cursor: default;
}

#fsy_calendar .calendar_table table tbody tr td.hover {
	cursor: pointer;
}

#fsy_calendar .calendar_table table tbody tr td .date {
	min-height: 50px;
}

#fsy_calendar .calendar_table table tbody tr td .events {
	background-color: #eced71;
	float: right;
	padding: 2px 5px 3px 5px;
	border: 1px solid #888;
	color: #000;
	border-radius: 10px;
}

#fsy_calendar .calendar_table table tbody tr td.hover:hover {
	background-color: #fafafa;
}

#fsy_calendar .calendar_table table tbody tr td:first-child {
	border-left: 1px solid #ccc;
}

#fsy_calendar .calendar_table table tbody tr td.today {
	background-color: #fffee2;
}

#fsy_calendar .calendar_table table tbody tr td.today.hover:hover {
	background-color: #fffdc1;
}

#fsy_calendar .calendar_table table tbody tr td.weekend {
	background-color: #ffebeb;
	color: #bd0000;
}

#fsy_calendar .calendar_table table tbody tr td.weekend.hover:hover {
	background-color: #ffd5d5;
}

#fsy_calendar .calendar_table table tbody tr td.lastMonthDay,
#fsy_calendar .calendar_table table tbody tr td.nextMonthDay {
	background: #fafafa;
	color: #aaa;
}

#fsy_calendar .calendar_table table tbody tr td.lastMonthDay.hover:hover,
#fsy_calendar .calendar_table table tbody tr td.nextMonthDay.hover:hover {
	background: #eee;
	color: #555;
}

#fsy_calendar .gotoday {
	padding: 10px 0 0 0;
	float: left;
}

#fsy_calendar .calendarheader {
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 364px;
}

#fsy_calendar .gotoday a {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: block;
	padding: 5px;
	background-color: #fefefe;
}

#fsy_calendar .calendarheader .lastmonth,
#fsy_calendar .calendarheader .nextmonth,
#fsy_calendar .calendarheader .monthtitle {
	float: left;
}

#fsy_calendar .calendarheader .monthtitle {
	width: 300px;
	font-weight: bold;
	font-size: 15pt;
	padding: 3px 0 20px 0;
	text-align: center;
}