.calendar_month_next, .calendar_month_prev {
	float: left;
}
.calendar_month_next a, .calendar_month_prev a {
	display: block;
	margin: 6px;
	line-height: 16px;
	width: 16px;
	padding: 3px;
	border: 1px solid #DBE6E6;
	background-color: #DBE6E6;
	color: #333399;
	text-align: center;
}
.calendar_month_title {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 3px;
	line-height: 30px;
}
.calendar_month_nav { margin-bottom: 5px; }
#calendar_categories {
	float: right;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.calendar_month { clear:both; }
.calendar_month table {
	border-collapse: collapse;
}

.calendar_month table th {
	text-align: center;
	background-color: #ccc;
	border: 1px solid #ccc;
	font-size: .9em;
}

.calendar_month table td {
	width: 14%;
	min-height: 50px;
	border: 1px solid #ccc;
	vertical-align:top;
	font-size: .9em;
}
.calendar_month table td, .calendar_month table td a {
	color: #666;
}
.calendar_month table td.current,  .calendar_month table td.current a {
	color: #000;
}

.calendar_month table td .cal_mon_date {
	background-color: #ececec;
	text-align: right;
	padding: 2px;
}

.calendar_month table td .on {
	background-color: #DBE6E6;
}

.calendar_month table td .cal_mon_content {
	min-height: 70px;
	padding: 2px;
}
.calendar_month table td .cal_mon_content ul { list-style-type: none; margin: 0; padding: 0; }
.calendar_month table td .cal_mon_content ul li { margin: 0; padding: 0; margin-left: 10px; text-indent: -10px; margin-bottom: 5px; }