#caldiv table.TESTcpBorder{
	padding: 10px;
}

#caldiv table.TESTcpBorder table{
	border-collapse: collapse;
	width: 100%;
}

.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#FFFFFF;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#191919;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-size:90%;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:center;
			background: #76A169;
			color: #FFFFFF;
			padding: 2px;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:center;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:center;
			padding: 2px;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#191919;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			background: #191919;
			}
					
		
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #191919;
			border-width:1;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			background: #87DCFB;
			color: #191919;
			margin: 5px 0;
			padding: 3px 0 5px;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color: #191919;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border: 4px solid #191919;
			padding: 10px;
			}
	
	td.TESTcpCurrentMonthDate{
		padding: 2px 5px;
}
			
			
#caldiv a.TESTcpCurrentdate{
	color: #FFFFFF !important;
	font-weight:bold;
	background: #191919 !important;
	text-decoration: none !important;
}
