table.calendar {
	margin-bottom: 20px;
}

a.lnkcal {
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

th.calday {
	background: #fdbb31;
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 80px;
	height: 28px;
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
}

td.calevent {
	background: #9FBEFF;
	border: 1px solid #fdbb31;
	color: #fff;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 80px;
	height: 80px;
	padding: 0 10px 10px 0;
	cursor: pointer;
	text-align: right;
	vertical-align: bottom;
}

td.caldate {
	background: #fff;
	border: 1px solid #fdbb31;
	color: #a8a8a8;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 80px;
	height: 80px;
	padding: 0 10px 10px 0;
	text-align: right;
	vertical-align: bottom;
}

td.caldate2 {
	background: #e1e1e1;
	border: 1px solid #fdbb31;
	font: 18px Arial, Helvetica, sans-serif;
	width: 80px;
	height: 80px;
	padding: 0 10px 10px 0;
	text-align: right;
	vertical-align: bottom;
}


td.linked-day {
	background: #9FBEFF;
	border: 1px solid #fdbb31;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	width: 80px;
	height: 80px;
	padding: 10px;
	cursor: pointer;
	text-align: left;
	vertical-align: bottom;
}
td.linked-day p {
	
}

td.other-day {
	background: #c90d14;
	border: 1px solid #fdbb31;
	color: #fff;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 80px;
	height: 80px;
	padding: 0 10px 10px 0;
	cursor: pointer;
	text-align: right;
	vertical-align: bottom;
}




caption.calendar-month {
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #008C98;
	font-weight: bold;
	color: #008C98;
	padding: 4px 0;
}

h2 {
	font-weight: bold;
	margin: 5px 0 20px !important;
	font-size: 16px !important;
}

p.nextprev a {
	color: #c90d14 !important;
	font-size: 13px !important;
}

p.nextprev a:hover {
	color: #000;
	text-decoration: underline;
}
