
a.cpCurrentDate:link,
a.cpCurrentDate:visited,
a.cpCurrentDate:active
  {
    color: #ffffff;
    font-family: arial, serif;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
  }

a.cpCurrentMonthDate:link,
a.cpCurrentMonthDate:visited,
a.cpCurrentMonthDate:active
  {
    color: #000000;
    font-family: arial, serif;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
  }

a.cpOtherMonthDate:link,
a.cpOtherMonthDate:visited,
a.cpOtherMonthDate:active
  {
    color: #808080;
    font-family: arial, serif;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
  }

a.cpTodayText:link,
a.cpTodayText:visited,
a.cpTodayText:active
  {
    color: black;
    font-family: arial, serif;
    font-size: 12px;
    height: 20px;
  }

a.cpCurrentDate:hover,
a.cpCurrentMonthDate:hover,
a.cpOtherMonthDate:hover,
a.cpTodayText:hover
  {
    color: #ff0000;
  }

select.cpMonthNavigation
  {
    color: #000000;
    background-color: #d7d7d7;
    font-family: arial, serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }

select.cpYearNavigation
  {
    color: #000000;
    background-color: #d7d7d7;
    font-family: arial, serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }


span.cpDayColumnHeader
  {
    font-family: arial, serif;
    font-size: 12px;
  }

span.cpTodayTextDisabled
  {
    height: 20px;
  }

table.cpBorder
  {
    background-color: #ffffff;
    border-color: #808080;
    border-style: solid;
    border-width: 1px;

  }

td.cpCurrentDate
  {
    background-color: #b0b0b0;
    border-color: #800000;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-family: arial, serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }

td.cpCurrentDateDisabled
  {
    border-color: #ffaaaa;
    border-style: solid;
    border-width: 1px;
    color: #a7a7a7;
    text-align: right;
    text-decoration: line-through;
  }

td.cpCurrentMonthDate
  {
    color: #000000;
    font-family: arial, serif;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
  }

td.cpDayColumnHeader
  {
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    font-family: arial, serif;
    font-size: 12px;
    text-align: center;
  }

td.cpMonthNavigation
  {
    background-color: #d7d7d7;
    color: #000000;
    font-family: arial, serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }

td.cpOtherMonthDate
  {
    color: #808080;
    font-family: arial, serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }

td.cpTodayText
  {
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 0px;
    font-family: arial, serif;
    font-size: 12px;
  }

td.cpTodayTextDisabled
  {
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 0px;
  }

td.cpYearNavigation
  {
    background-color: #d7d7d7;
    color: #000000;
    font-family: arial, serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }

/* ************************************************************************* */

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled,
.cpTodayTextDisabled,
.cpText
  {
    font-family: arial, serif;
    font-size: 12px;
  }

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
  {
    color: #a7a7a7;
    text-align: right;
    text-decoration: line-through;
  }

.cpTodayTextDisabled
  {
    color: #a7a7a7;
  }

