.CAL_cpYearNavigation,
	.CAL_cpMonthNavigation
			{
			background-color:#f4f4f4;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#686868;
			font-weight:bold;
			}
	.CAL_cpDayColumnHeader,
	.CAL_cpYearNavigation,
	.CAL_cpMonthNavigation,
	.CAL_cpCurrentMonthDate,
	.CAL_cpCurrentMonthDateDisabled,
	.CAL_cpOtherMonthDate,
	.CAL_cpOtherMonthDateDisabled,
	.CAL_cpCurrentDate,
	.CAL_cpCurrentDateDisabled,
	.CAL_cpTodayText,
	.CAL_cpTodayTextDisabled,
	.CAL_cpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.CAL_cpDayColumnHeader
			{
			text-align:right;
			font-weight:bold;
			text-decoration:underline;
			/*
			border:solid thin #6677DD;
			border-width:0 0 1 0;
			*/
			}
	.CAL_cpCurrentMonthDate,
	.CAL_cpOtherMonthDate,
	.CAL_cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.CAL_cpCurrentMonthDateDisabled,
	.CAL_cpOtherMonthDateDisabled,
	.CAL_cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			}
	.CAL_cpCurrentMonthDate
			{
			color:#686868;
			font-weight:bold;
			}
	.CAL_cpCurrentDate
			{
			color: #0055a5;
			font-weight:bold;
			
			}
	.CAL_cpOtherMonthDate
			{
			color:#686868;
			}
	TD.CAL_cpCurrentDate
			{
			color:#ffffff;
			font-weight:bold;

			}
	TD.CAL_cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.CAL_cpTodayText,
	TD.CAL_cpTodayTextDisabled
			{
			/*
			border:solid thin #0055a5;
			border-width:1 0 0 0;
			*/
			}
	A.CAL_cpTodayText,
	SPAN.CAL_cpTodayTextDisabled
			{
			height:20px;
			}
	A.CAL_cpTodayText
			{
			color:#0055a5;
			font-weight:bold;
			}
	SPAN.CAL_cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.CAL_cpBorder
			{
			-moz-border-radius: 0px 0px 0px 0px;
			border:solid #adadad;
			border-top:solid #467eb5;
			border-width: 5px 2px 2px 2px;

			}