.calWTitle {
	font: bold 10px Tahoma, Verdana, sans-serif;
	color: #FFFFFF;
}
.Current {
	background: #ffcc99;
}
.Weekend {
	background: #99CCFF;
}
.Holiday {
	background: white;
	background-image : url("2/img/sun.gif");
	background-repeat : no-repeat;
}
.Working {
	background: #FFFFFF;
}
.calThisMonth {
	font: 12px Tahoma, Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}
.calOtherMonth {
	font: 12px Tahoma, Verdana, sans-serif;
	color: #808080;
	text-decoration: none;
}
.calForbDate {
	font: 12px Tahoma, Verdana, sans-serif;
	color: #000000;
	text-decoration: line-through;
}
.calYearselector {
	width: 100%;
}
.calTimeselector{
	width: 45px;
}
