/* Big Calendar */
table.mdp_calendar_large
{
	width: 100%;
	table-layout: fixed;
}

table.mdp_calendar_large th
{
	text-align: center;
	font-size: 1.2em;
}

table.mdp_calendar_large th a
{
	font-size: 1.5em;
}

table.mdp_calendar_large td
{
	height: 8em;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	background-color: #f7edaa;
}

table.mdp_calendar_large td h4
{
	margin: 0px;
}

table.mdp_calendar_large td .permalink
{
	padding-bottom: 5px;
}

table.mdp_calendar_large td .permalink a
{
	text-decoration: none;
}

table.mdp_calendar_large td .permalink a:hover
{
	text-decoration: underline;
}

table.mdp_calendar_large td.hasarticle
{
	background-color: #f7e87a;
}

table.mdp_calendar_large td.invalidDay
{
	background-color: transparent;
}
