/* %~%@ < 4.000 > @%~% */
/* %~%# < 04/23/2009 > #%~% */
/* %~%! < cal4 > !%~% */

.cal4HeaderColor {
	background-color: #1b4774;
}
.cal4HeaderCellFont, .cal4HeaderCellFont a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
.cal4CellFont, .cal4CellFont a {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.cal4HeaderCellFont a:hover {
	font-weight: bold;
}
.cal4AlignLeft {
	text-align: left;
}
.cal4AlignRight {
	text-align: right;
}
.cal4AlignCenter {
	text-align: center;
}
.cal4DayCell,.cal4DayCellW{
	border: none;
	background-color: #E2E2E7;
}

.cal4DayEventCell,.cal4DayEventCellW{
	color: #010358;
	background-color: #e2e2e7;
}
.cal4DayEventCell a,.cal4DayEventCellW a,.cal4DayEventCell a:visited,.cal4DayEventCellW a:visited,.cal4DayEventCell a:link,.cal4DayEventCellW a:link{
	text-decoration: none;
	display:block;
}
.cal4DayEventCell a:hover,.cal4DayEventCellW a:hover{
}

.cal4EmptyCell,.cal4EmptyCellW{
	border: none;
	background-color: #F9F9F9;
	font-size: 10px;
}

.cal4TodayEventCell, .cal4TodayEventCellW, .cal4TodayCell, .cal4TodayCellW {
	background: #e79935;
}
.cal4TodayEventCell a:hover, .cal4TodayEventCellW a:hover, .cal4TodayCell a:hover, .cal4TodayCellW a:hover {
	color: #fff;
}
.cal4MoreDiv {
	display:block;
	text-align:center;
}

/*
Uncomment this to enable the past day X on cells
.cal4PastDay{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(X35.gif);
}
*/
