	.cal_header
		{
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-color: #4682B4;
	height: 25px;
}
	.monthDay
		{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	border-bottom: 1px none #4682B4;
	border-left: 1px none #4682B4;
	text-align: center;
	height: 15px;
	width: 30px;
}
.monthDayEvent
		{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-color: #CCFDCE;
	border-top: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	border-bottom: 1px none #4682B4;
	border-left: 1px none #4682B4;
	text-align: center;
	height: 15px;
	width: 30px;
}
.monthDayToday
		{
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-color: #666666;
	border-top: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	border-bottom: 1px none #4682B4;
	border-left: 1px none #4682B4;
	text-align: center;
	height: 15px;
	width: 30px;
}
.nonMonthDay
		{
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-color: #dbeaf5;
	border-top: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	border-bottom: 1px none #4682B4;
	border-left: 1px none #4682B4;
	text-align: center;
	height: 15px;
	width: 30px;
}
	.weekDays
		{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-color: #87CEFA;
	border-top: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	border-bottom: 1px none #4682B4;
	border-left: 1px none #4682B4;
	height: 20px;
	width: 30px;
	text-align: center;
}
.cal_table {
	border: 1px solid #4682B4;
}
