﻿a.cpCurrentMonthDate,
a:active.cpCurrentMonthDate,
a:hover.cpCurrentMonthDate,
a:link.cpCurrentMonthDate,
a:visited.cpCurrentMonthDate
{
	border: none 0px transparent;
}
.cpYearNavigation,
.cpMonthNavigation
{
    /*#5E3886*/
    background-color:#cccccc;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
{
    font-family:arial;
    font-size:8pt;
}
.cpCurrentDateDisabled
{
	font-family:arial;
    font-size:8pt;
	background-color: #fff;
	border: none;
	font-weight: bolder;
	background-color: #eeeeff;
}
.cpCurrentMonthDate
{
	font-family:arial;
    font-size:8pt;
	background-color: #fff;
	border: none;
	font-weight: bolder;
	background-color: #eeeeff;
	border: solid 1px black;
	color:#333333;
    font-weight:bold;
    text-decoration: underline;
}
TD.cpDayColumnHeader
{
    text-align:center;
    border-bottom:solid thin #cccccc;
    border-width:0px 0px 1px 0px;
}
.cpOtherMonthDate
{
    text-align:right;
    text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
{
    color:#D0D0D0;
    text-align:right;
    text-decoration:line-through;
}
.cpOtherMonthDate
{
    color:#808080;
}

TD.cpCurrentDateDisabled
{
    border-width:1px;
    border:solid thin #FFAAAA;
}
TD.cpTodayText,
TD.cpTodayTextDisabled
{
    border:solid thin #000000;
    border-width:1px 0px 0px 0px;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled
{
    height:20px;
}
A.cpTodayText
{
    color:#000000;
    font-weight:bold;
}
SPAN.cpTodayTextDisabled
{
    color:#D0D0D0;
}
.cpBorder
{
    border:solid thin #cccccc;
}
TD.cpCurrentDate
{
    background-color: #000;
    border-width:1px;
    border:solid thin #000000;
}
TD.cpCurrentDate:hover
{
    color:#5E3886;
    background-color: #FFFFFF;
    border-width:1px;
    border:solid thin #000000;
}
A:active.cpCurrentDate,
A:visited.cpCurrentDate,
A:link.cpCurrentDate,
A.cpCurrentDate
{
	color: White;
}
A:hover.cpCurrentDate
{
	color: Black;
	background-color:White;
}