@charset "utf-8";
/* CSS Document */
.monthcal .active {
	background-color: #FC0;
}
.monthcal .today {
	background-color: #C9F;
				  }

.monthcal .content {
	background-color: #CF0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C0;
}

.monthcal {
	height: 210px;
	width: 210px;
}

.weekrow .today a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.monthrow {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.monthrow td a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
.weekdayrow td{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
}
.weekrow td{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
}
.monthcal .weekrow td a {
	color: #000;
	text-decoration: none;
}


.weeknbr {
	background-color: #FFC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC6;
}
.activeweeknbr {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #FC0;
}
#monthcal{
	background-image: url(kuvat/kal2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 12px;
	text-align: center;	
}



