.date_comp_cpBorder {
    background-color: #ffffff;
}
.date_comp_cpYearNavigation,
.date_comp_cpMonthNavigation
                {
                background-color: #ffffff;
                text-align: center;
                vertical-align: middle;
                text-decoration: none;
                color: #000000;
                /*font-weight: bold;*/
                width:50px !important;
                }
.date_comp_cpDayColumnHeader,
.date_comp_cpYearNavigation,
.date_comp_cpMonthNavigation,
.date_comp_cpCurrentMonthDate,
.date_comp_cpCurrentMonthDateDisabled,
.date_comp_cpOtherMonthDate,
.date_comp_cpOtherMonthDateDisabled,
.date_comp_cpCurrentDate,
.date_comp_cpCurrentDateDisabled,
.date_comp_cpTodayText,
.date_comp_cpTodayTextDisabled,
.date_comp_cpText
                {
                font-family: arial;
                font-size: 8pt;
                }
TD.date_comp_cpDayColumnHeader
                {
                text-align: right;
                border: solid thin #000000;
                border-width: 0px 0px 1px 0px;
                background-color: #cccccc;
                }
.date_comp_cpCurrentMonthDate,
.date_comp_cpOtherMonthDate,
.date_comp_cpCurrentDate
                {
                text-align: right;
                text-decoration: none;
                }
.date_comp_cpCurrentMonthDateDisabled,
.date_comp_cpOtherMonthDateDisabled,
.date_comp_cpCurrentDateDisabled
                {
                color: #D0D0D0;
                text-align: right;
                text-decoration: line-through;
                }
.date_comp_cpCurrentMonthDate
                {
                color: #000000;
                /*font-weight: bold;*/
                }
.date_comp_cpCurrentDate
                {
                color: #ffffff;
                /*font-weight: bold;*/
                }
.date_comp_cpOtherMonthDate
                {
                color: #808080;
                }
TD.date_comp_cpCurrentDate
                {
                color: #ffffff;
                background-color: red;
                border-width: 1px;
                border: solid thin #000000;
                }
TD.date_comp_cpCurrentDateDisabled
                {
                border-width: 1px;
                border: solid thin #FFAAAA;
                }
TD.date_comp_cpTodayText,
TD.date_comp_cpTodayTextDisabled
                {
                border: solid thin #000000;
                border-width: 1px 0px 0px 0px;
                }
A.date_comp_cpTodayText,
SPAN.date_comp_cpTodayTextDisabled
                {
                height: 20px;
                }
A.date_comp_cpTodayText
                {
                color: #000000;
                /*font-weight: bold;*/
                }
SPAN.date_comp_cpTodayTextDisabled
                {
                color: #cccccc;
                }
.date_comp_cpBorder
                {
                border: solid thin #000000;
                }

A.date_comp_anchor {
                background-image: url("calendar.gif") ;
                background-repeat: no-repeat;
                margin-left: 4px;
                padding-left: 20px;
                text-decoration: none;
                }