#calendar_wrapper {
	position: relative;
}

#calendar_wrapper #month_links {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
}

#calendar_wrapper h3 {
	margin-bottom: 15px;
}

#calendar_wrapper table {
	border-collapse: collapse;
}

thead th {
 	font-weight: bold; 
 	font-size:	11px;
 	text-align:  center;
 	vertical-align: middle;
	width: 100px;
	border-bottom: 2px solid #ccc;
}

td.calendar-cell {
 	color: #666;
 	font-size: 12px;
 	text-align: center;
 	vertical-align: middle;
	border: 1px solid #ccc;

	height: 50px;
	min-height: 50px;
}

td.calendar-cell-blank { 
 	background-color: #f4f4f4;
	color: #ccc;
}

td.calendar-cell-today { 
 	background-color: 	#CEE1E9;
}

td.calendar-cell-event {
	background: #EDF4F7;
}

a.event-link {
	font-size: 11px;
	display: block;
}


