/* These styles override the defaults for the Javascript CalendarPopup() control by Matt Kruse <matt@mattkruse.com> */
	#calendardiv{
		z-index:8000; 
		position:absolute; 
		visibility:hidden; 
		background-color:#FFF;
	}
	.ATLcpYearNavigation, .ATLcpMonthNavigation, .ATLcpYearNavigation a, .ATLcpMonthNavigation a, .ATLcpYearNavigation a:link, .ATLcpMonthNavigation a:link, .ATLcpYearNavigation a:active, .ATLcpMonthNavigation a:active, .ATLcpYearNavigation a:visited, .ATLcpMonthNavigation a:visited{
		background-color: #00599B;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}
	.ATLcpDayColumnHeader, .ATLcpYearNavigation, .ATLcpMonthNavigation, .ATLcpCurrentMonthDate, .ATLcpCurrentMonthDateDisabled, .ATLcpOtherMonthDate, .ATLcpOtherMonthDateDisabled, .ATLcpCurrentDate, .ATLcpCurrentDateDisabled, .ATLcpTodayText, .ATLcpTodayTextDisabled, .ATLcpText{
		font-size:10px;
		text-align:center;
	}
	td.ATLcpDayColumnHeader{
		text-align:center;
		border-bottom:solid 1px #00599B;
	}
	.ATLcpCurrentMonthDate, .ATLcpOtherMonthDate, .ATLcpCurrentDate{
		text-align:center;
		text-decoration:none;
	}
	.ATLcpCurrentMonthDateDisabled, .ATLcpOtherMonthDateDisabled, .ATLcpCurrentDateDisabled{
		color:#999;
		text-align:center;
		text-decoration: none;
	}
	.ATLcpCurrentMonthDate{
		color:#000;
		font-weight:bold;
	}
	.ATLcpCurrentDate, .ATLcpCurrentDate a:link{
		color: #FFF;
		font-weight:bold;
	}
	.ATLcpOtherMonthDate{ color:#999; }
	td.ATLcpCurrentDate{
		color:#FFF;
		background-color: #5880C1;
		border: 0px;
	}
	td.ATLcpCurrentDateDisabled{
		border: 0px;
		color:#FFF;
		background-color:#999;
	}
	td.ATLcpTodayText, td.ATLcpTodayTextDisabled{
		border: 0px;
		background-color: #5880C1;
	}
	a.ATLcpTodayText, span.ATLcpTodayTextDisabled{
		color:#FFF;
		height:20px;
	}
	a:link.ATLcpTodayText{
		color:#FFF;
		font-weight:bold;
	}
	span.ATLcpTodayTextDisabled{ color:#999; }
	.ATLcpBorder{ border:solid 1px #333; }
	