.cal_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../../../files/graphics/event_calendar/cal_topbg.gif);
}

.cal_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
}

.cal_weekdayhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
}

.cal_eventtoday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
	background-image: url(../../../files/graphics/event_calendar/cal_today.gif);
	cursor: pointer;
}

.cal_noeventtoday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
	background-image: url(../../../files/graphics/event_calendar/cal_today.gif);
}

.cal_noeventday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
	background-image: url(../../../files/graphics/event_calendar/cal_noeventday.gif);
}

.cal_pasteventday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
	background-image: url(../../../files/graphics/event_calendar/cal_pasteventday.gif);
	cursor: pointer;
}

.cal_currenteventday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
	background-image: url(../../../files/graphics/event_calendar/cal_currenteventday.gif);
	cursor: pointer;
}

.cal_futureeventday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 21px;
	background-image: url(../../../files/graphics/event_calendar/cal_futureeventday.gif);
	cursor: pointer;
}

