/*calendar*/

.TESTcpYearNavigation, .TESTcpMonthNavigation
{
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

.TESTcpDayColumnHeader, .TESTcpYearNavigation, .TESTcpMonthNavigation, .TESTcpCurrentMonthDate, .TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDate, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDate, .TESTcpCurrentDateDisabled, .TESTcpTodayText, .TESTcpTodayTextDisabled, .TESTcpText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

TD.TESTcpDayColumnHeader
{
	text-align:right;
	border:solid thin #26177C;
	border-width:0px 0px 1px 0px;
}

.TESTcpCurrentMonthDate, .TESTcpOtherMonthDate, .TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}

.TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDateDisabled
{
	color:#000000;
	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:#ffffff;
	border:solid 1px #000000;
}

TD.TESTcpCurrentDateDisabled
{
	border-width:1px;
	border:solid thin #FFAAAA;
}

TD.TESTcpTodayText, TD.TESTcpTodayTextDisabled
{
	border:solid thin #26177C;
	border-width:1px 0px 0px 0px;
}

A.TESTcpTodayText, SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}

A.TESTcpTodayText
{
	color:#000000;
	font-weight:bold;
}

SPAN.TESTcpTodayTextDisabled
{
	color:#000000;
}

.TESTcpBorder
{
	border:solid thin #C52000;
}
