
	.cal_cpYearNavigation,
	.cal_cpMonthNavigation
			{
			background-color:#DDD;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#444;
			font-weight:bold;
            padding-top:4px;
            padding-bottom:4px;
			}
	.cal_cpYearNavigation,
    .cal_cpOtherMonthDate,
	.cal_cpOtherMonthDateDisabled,
    .cal_cpCurrentMonthDate,
	.cal_cpCurrentMonthDateDisabled,
	.cal_cpCurrentDate,
	.cal_cpCurrentDateDisabled,
	.cal_cpTodayText,
	.cal_cpTodayTextDisabled,
	.cal_cpText
			{
			font-family: Arial;
			font-size:11px;
			}
    .cal_cpBorder a:hover
                        {
    background-color: #FC0;
            }
	.cal_cpDayColumnHeader
			{
			font-family: Arial;
			font-size:12px;
            width: 20px;
			}
    .cal_cpMonthNavigation
			{
			font-family: Arial;
			font-size:12px;
			border:solid thin #444;
			border-width:0 0 1 0;
			}
	TD.cal_cpDayColumnHeader
			{
			text-align:right;
			border:solid thin #444;
			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;
			text-decoration:line-through;
			}
	.cal_cpCurrentMonthDate
			{
			color:#000;
			font-weight:bold;
			}
	.cal_cpCurrentDate
			{
			color: #900;
			font-weight:bold;
			}
	.cal_cpOtherMonthDate
			{
			color:#808080;
			}
/*
	TD.cal_cpCurrentDate
			{
			}
	TD.cal_cpCurrentDateDisabled
			{
			}
*/
	TD.cal_cpTodayText,
	TD.cal_cpTodayTextDisabled
			{
			border:solid thin #444;
			border-width:1 0 0 0;
			}
	A.cal_cpTodayText,
	SPAN.cal_cpTodayTextDisabled
			{
			height:20px;
			}
	A.cal_cpTodayText
			{
			color:#444;
			font-weight:bold;
			}
	SPAN.cal_cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cal_cpBorder
			{
			border:solid 1px #444;
			background-color:#FFF;
			}

            
