/* plugin: NP_Calendar */
table.calendar {
	font-size: 10px; text-align: center;
}
tr.calendardateheaders {
	background: #e5e5e5 url(images/sidetitlebg.gif);
	color: #3A3523;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
td.link {
	background: #ccffcc;
}
td.link a {
	color: #990000; text-decoration: underline;
}
td.today {
	background-color: #ffcc99;
}
td.today a {
	color: #ff3333; text-decoration: underline;
}
