/* %~%@ < 4.000 > @%~% */
/* %~%# < 04/23/2009 > #%~% */
/* %~%! < cal4 > !%~% */

.cal4CalTable td{
	margin: 4px;
	border: 1px solid white;
	width: 100px;
	height: 100px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}
.cal4CalTable {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
}
.cal4MonthHeader {
	font-size: 20px;
	font-weight: bold;
}
.CalHeaderLink,.cal4HeaderCellFont, .cal4HeaderCellFont a {
	font-size: 16px;
}
.cal4CalDayHeaderCellW, .cal4CalDayHeaderCell {
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	text-decoration: none;
	background-color: #3A200C;
	border: 1px outset;
	padding: 2px 3px;
	width:100px;
}
.cal4CalEmptyCell,.cal4CalEmptyCellW{
}
.cal4DayNumber,.cal4DayNumberW{
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width:18px;
	height:18px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	background: white;
}
.cal4EventDayNumber,.cal4EventDayNumberW{
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: red;
	font-size: 14px;
	font-weight: bold;
	width:18px;
	height:18px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	background: white;
}

.cal4CalCell,.cal4CalCellW{}
.cal4CalEventCell,.cal4CalEventCellW{}

.cal4CalEventA{
	font-size: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
.cal4CalEventMoreA{
	text-align: center;
	font-size: 10px;
}
.cal4CalEventDiv{
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.cal4CalloutEvent{
	overflow: hidden;
}
.cal4CalHR{
	border: 1px outset #990000;
	width:90%;
}
/*
Uncomment this to enable the X for past day numbers
.cal4PastDay .cal4DayNumber,.cal4DayNumberW,.cal4EventDayNumber,.cal4EventDayNumberW{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(X35.gif);
}
*/
