/*** KALENTERITYYLIT *******/

table.calendar tr td.otherMonth{
	color: #bfc3c7;
}

table.calendar a{
	display: block;
	text-decoration: none;
	color: black;
}

table.calendar td.month a{
	display: inline;
}

table.calendar td {
	text-align: center;
	color: #000000;
	padding: 3px 0px;
}

table.calendar {
}

table.calendar td.currentDay{
	background-color: #002878;
	color: #ffffff;
	font-weight: bold;
}

table.calendar td.previousevent {
	background-color: #dde1ed;
	color: #ffffff;
	font-weight: bold;
}

table.calendar td.event {
	background-color: #ae003f;
	color: #ffffff;
	font-weight: bold;
}

table.calendar td.multievent {
	background-color: #ae003f;
	color: #ffffff;
	font-weight: bold;
}

table.calendar td.event a,
table.calendar td.multievent a {
	color: #ffffff;
	text-decoration: none;
}

table.calendar td.event a:hover,
table.calendar td.multievent a:hover {
	color: #cccccc;
}

table.calendar {
	margin: auto;
	width: 100%;
	font-size: 10px;
}

table.calendar td.month {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

table.calendar td.weekNumber {
	font-weight: bold;
}