.weekday{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	background-color: #F2F2F2;
	color: #000000;
	border : 1px solid #F2F2F2;	
}
.weekend{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	background-color: #F2F2F2;
	color: #666666;
	border : 1px solid #F2F2F2;	
}
.calendarhead{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	background-color: #E1E1E1;
	color: #003399;
}
.napok{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	background-color: #D0D0D0;
	color: #079107	;
}
.event{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	background-color: #FF0000;
	color: #FFFFFF;
	border : 1px solid #000000;
	cursor: hand;
}
