/* Tapahtuma kalenterin tyylit */
#kalenteri
{
	border-spacing: 3px;
	border-style: none; 
	height: 110px;
	margin-top: 8px;
	font-family: Tahome, Verdana, sans-serif;
}

.cal
{
	font-size: 9px;	
}

.viikonpaiva
{
	font-size: 8px; 
	text-align: center; 
	border-style: none; 
	padding: 1px 3px 1px 5px; 
	color: #545557;
}
.paiva
{
	font-size: 9px; 
	text-align: center; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #c0c8ca; 
	padding: 1px 3px 1px 3px; 
	white-space: nowrap; 
	vertical-align: middle;
}
a.tapahtumat, a.tapahtumat:link, a.tapahtumat:visited
{
	font-size: 10px;
	margin: 5px 0px 5px 0px;
	color: #565658;
}
a.normipvm, a.normipvm:link, a.normipvm:visited
{
	color: #565658;
}
a.harmaapvm, a.harmaapvm:link, a.harmaapvm:visited
{
	color: #c4c2c7;
}
a.nytpvm, a.nytpvm:link, a.nytpvm:visited
{
	color: #589ea8;
	font-weight: bold;
}
a.tapahtumapvm, a.tapahtumapvm:link, a.tapahtumapvm:visited
{
	color: #fff;
}

