/* Stylesheet for the Calendar */
.TESTcpYearNavigation,
.TESTcpMonthNavigation
{
  background-color:#A2A16B;
  Text-align:center;

  Text-decoration:none;
  color:#FFFFFF;
  font-weight:bold;
}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
  font-family:arial;
  font-size:8pt;
}
TD.TESTcpDayColumnHeader
{
  Text-align:right;
  border-bottom:solid 1px #A2A16B;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
  Text-align:right;
  Text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
  color: #FF9999;
  Text-align:right;
  Text-decoration:line-through;
}
.TESTcpCurrentMonthDate
{
  color:#000000;
  font-weight:bold;
}
.TESTcpCurrentDate
{
  color: #000000;
  font-weight:bold;
}
.TESTcpOtherMonthDate
{
  color:#808080;
}
TD.TESTcpCurrentDate
{
  color: #000000;
  background-color: #FFFFCC;
  border:solid 2px #000000;
}
TD.TESTcpCurrentDateDisabled
{
  border:solid 1px #FFAAAA;
}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
  border:solid 1px #A2A16B;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
  height:20px;
}
A.TESTcpTodayText
{
  color:#000000;
  font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled
{
  color:#D0D0D0;
}
.TESTcpBorder
{
  border:solid 1px #A2A16B;
}

