.mpress_calendar {
	margin: 10px auto;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial;
	table-layout: fixed;
	width: 99%;
}

.mpress_calendar button {
	padding: 5px 10px;
	background: #ededed;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.mpress_calendar button:hover {
	cursor: pointer;
	color: #fff;
	background-color: #888;
}

.mpress_calendar_header tr:first-child th {
	padding: 10px 0;
}

.mpress_calendar_title {
	text-align: center;
}

.mpress_calendar_next_month_nav {
	text-align: right;
}

.mpress_calendar_weekday_title {
	text-align: center;
	font-weight: normal;
	color: #666;
	border-top: 1px solid #ccc;
}

.mpress_calendar_day {
	vertical-align: top;
	height: 100px;
}

.mpress_calendar_date {
	margin-left: 5px;
	color: #666;
}

.mpress_has_event .mpress_calendar_date {
	font-weight: bold;
}

.mpress_calendar_day_content {
	margin: 0 5px;
}

.mpress_calendar_day, .mpress_calendar_weekday_title {
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 15px;
}

.mpress_calendar_day.Sat, .mpress_calendar_weekday_title.Sat {
	border-right: 1px solid #ccc;
}

.mpress_calendar_last_week .mpress_calendar_day {
	border-bottom: 1px solid #ccc;
}

.mpress_calendar_today {
	background: #FFC;
}

.mpress_calendar_prev_month, .mpress_calendar_next_month {
	background: #ededed;
}

.mpress_calendar_prev_month .mpress_calendar_date, .mpress_calendar_next_month .mpress_calendar_date {
	color: #b7b7b7;
}

.mpress_calendar_event {
	display: inline-block;
	margin-bottom: 3px;
}