/* Calendar styles used all over the website */
td.TESTcpYearNavigation,
td.TESTcpMonthNavigation
	{
			background-color:#E6EBF4;
	}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText,
.TESTcpBorder a:hover
		{
		/*font-family:arial;*/
		font-size:9pt;
		padding: 2px;
		}
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
a.TESTcpYearNavigation:hover,
a.TESTcpMonthNavigation:hover
		{
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		padding: 5px 1px;
		}
TD.TESTcpDayColumnHeader
		{
		text-align:right;
		border-bottom:solid 1px #E6EBF4;
		}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
		{
		color:#2E5B9F;
		text-align:right;
		text-decoration:line-through;
		}
.TESTcpCurrentMonthDate,
a.TESTcpCurrentMonthDate:hover
		{
		color:#2E5B9F;
		font-weight:bold;
		}
.TESTcpCurrentDate,
a.TESTcpCurrentDate:hover
		{
		color: #FFFFFF;
		font-weight:bold;
		}
.TESTcpOtherMonthDate
		{
		color:#808080;
		}
TD.TESTcpCurrentDate
		{
		color:#FFFFFF;
		background-color: #CCCCCC;
		border:solid 1px #2E5B9F;
		}
TD.TESTcpCurrentDateDisabled
		{
		border-width:1px;
		border:solid thin #FFAAAA;
		}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
		{
		border-top:solid 1px #6677DD;
		padding: 5px;
		}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
		{
		height:25px;
		padding:5px;
		}
A.TESTcpTodayText
		{
		color:#2E5B9F;
		font-weight:bold;
		}

SPAN.TESTcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.TESTcpBorder
		{
		border:solid 2px #2E5B9F;
		}
