.cpYearNavigation, .cpMonthNavigation 
{
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText 
{
	font-family: arial,helvetica,sans-serif;
	font-size: 1.0rem;
}
td.cpDayColumnHeader 
{
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 0 0 1px;
	text-align: center;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate 
{
	text-align: center;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled 
{
	color: #D0D0D0;
	text-align: center;
	text-decoration: line-through;
}
.cpCurrentDateTd
{
	text-align:center;
	border: 3px double #888888;
	color: red;
	background-color:#eeeeee;
}
.cpCurrentMonthDateTd
{
	border: 1px solid #888888;
	background-color: #ffffff;
	text-align:center;
}
.cpOtherMonthDateTd
{
	border: 0px double #000000;
	background-color: #cccccc;
	text-align:center;
}
a.cpOtherMonthDate:link
{
	color: #0000ff;
	font-size: 0.9rem;
}
a.cpOtherMonthDate:visited
{
	color: #0000ff;
	font-size: 0.9rem;
}
a.cpOtherMonthDate:hover
{
	color: #ffffff;
	background-color:#333333;
	font-size: 0.9rem;
}
a.cpOtherMonthDate:active
{
	color: #ffffff;
	background-color:#333333;
	font-size: 0.9rem;
}
a.cpCurrentMonthDate:link
{
	color: #0000ff;
	font-size: 0.9rem;
}
a.cpCurrentMonthDate:visited
{
	color: #0000ff;
	font-size: 0.9rem;
}
a.cpCurrentMonthDate:hover
{
	color: #ffffff;
	background-color:#333333;
	font-size: 0.9rem;
}
a.cpCurrentMonthDate:active
{
	color: #ffffff;
	background-color:#333333;
	font-size: 0.9rem;
}
.cpCurrentDate 
{
	color: #ff0000;
}
a.cpCurrentDate:link
{
	color: #ff0000;
	font-size: 1.1rem;
}
a.cpCurrentDate:visited
{
	color: #ff0000;
	font-size: 1.1rem;
}
a.cpCurrentDate:hover
{
	color: #00ff00;
	background-color:#333333;
	font-size: 1.1rem;
}
a.cpCurrentDate:active
{
	color: #ffffff;
	background-color:#000000;
	font-size: 1.1rem;
}
.cpOtherMonthDate 
{
	color: #000000;
}
/*
td.cpCurrentDate 
{
	background-color: #C0C0C0;
	border: 3px double #800000;
	color: red;
}
*/
td.cpCurrentDateDisabled {
	    border: thin solid #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled 
{
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px 0 0;
}
a.cpTodayText, span.cpTodayTextDisabled 
{
	height: 20px;
}
a.cpTodayText 
{
	color: black;
}
.cpTodayTextDisabled 
{
	color: #D0D0D0;
}
.cpBorder 
{
	border: 3px double #808080;
}
