.CALcpYearNavigation,
.CALcpMonthNavigation{
    text-align:center;
    vertical-align:center;
    text-decoration:none;
    color:#000;
    font-weight:bold;
	padding-top: 2px;
}

.CALcpDayColumnHeader,
.CALcpYearNavigation,
.CALcpMonthNavigation,
.CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDate,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDate,
.CALcpCurrentDateDisabled,
.CALcpTodayText,
.CALcpTodayTextDisabled,
.CALcpText{
    font-family:arial;font-size:8pt;
}

TD.CALcpDayColumnHeader {
    text-align:right; border-width:0 0 1 0;
	padding-bottom: 3px;
	color: #ff7800;
}

.CALcpCurrentMonthDate,
.CALcpOtherMonthDate,
.CALcpCurrentDate {
    text-align:right;text-decoration:none;
	padding-bottom: 1px;
}

.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDateDisabled {
    color:#D0D0D0; 
    text-align:right; 
    text-decoration:line-through; 
}
.CALcpCurrentMonthDate {
    color:#48b8e1; 
    font-weight:bold;
}

.CALcpCurrentDate {
    color: #FFFFFF;
    font-weight:bold;
}

.CALcpOtherMonthDate {
    color:#CCCCCC;
}
TD.CALcpCurrentDate {
    color:#FFFFFF;
    background-color: #ff7800;
    border-width:1;
    border: solid 1px #ff7800;
}

TD.CALcpCurrentDateDisabled {
    border-width:1;
    border:solid thin #FFAAAA;
}

TD.CALcpTodayText,
TD.CALcpTodayTextDisabled{
    border: 0;border-width:1 0 0 0;
}

A.CALcpTodayText,
SPAN.CALcpTodayTextDisabled{
    height:20px;
}

A.CALcpTodayText  {
    color:#ff7800;
    font-weight:bold;
}

SPAN.CALcpTodayTextDisabled {
    color:#D0D0D0;
}

.CALcpBorder {
    border:solid 2px #48b8e1;
}