/* @override http://missionbaycc.org/mbcc_cal.css */

table.main_cal {
	border-left: 1px solid #d8d8d8;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.main_cal tr.monthName th {
	background-color: #0e668f;
	color: white;
	padding-top: .4em;
	padding-bottom: .4em;
	font: 15px Georgia, "Times New Roman", Times, serif;
}

table.main_cal tr.dayName th {
	background-color: #94d6e7;
	padding-top: .2em;
	padding-bottom: .2em;
}

table.main_cal tbody td {
	width: 14.25%;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	vertical-align: top;
	padding: 3px 3px 5px;
}

table.main_cal tbody .vevent {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}

table.main_cal td.otherMonth {
	background-color: #ededed;
}

table.main_cal .vevent em {
	font-weight: bold;
	color: #0e668f;
	font-size: 10px;
}
