	/* 
		This CSS File Supports the calendars in order_minicart.php 
	*/
	
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation {
		background-color:#CCCCCC;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		font-family: Arial;
		height: 15px;
	}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText {
		font-family:arial;
		font-size:8pt;
	}
	
	.TESTcpMonthNavigation:hover {
		color: #ffcc00;
		font-size: 11px;
	}
	
	TD.TESTcpDayColumnHeader {
		text-align:right;
		border:solid thin #000000;
		border-width:0 0 1 0;
	}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate {
		text-align:right;
		text-decoration:none;
		font-size: 11px;
	}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled {
		color:#FFFFFF;
		text-align:right;
		text-decoration:line-through;
	}
	.TESTcpCurrentMonthDate {
		color: #000000;
		background-color: #FFFFFF;
	}
	.TESTcpCurrentMonthDate:hover {
		color: #000000;
		font-size: 11px;
		background-color: #CCCCCC;
	}
	.TESTcpCurrentDate {
		color: #FFFFFF;
	}
	.TESTcpCurrentDate:hover {
		color: #FFFFFF;
		font-size: 11px;
	}
	.TESTcpOtherMonthDate {
		color:#FFFFFF;
	}
	.TESTcpOtherMonthDate:hover {
		background-color: #CCCCCC;
		color:#FFFFFF;
		font-size: 11px;
	}
	TD.TESTcpCurrentDate {
		color:#FFFFFF;
		background-color: #FFFFFF;
		border-width:1;
		border:solid thin #000000;
	}
	TD.TESTcpCurrentDateDisabled {
		border-width:1;
		border:solid thin #FFAAAA;
	}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled {
		border:1px solid #000000;
		border-width:1 0 0 0;
	}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled {
		height:20px;
	}
	A.TESTcpTodayText {
		color:#000000;
	}
	A.TESTcpTodayText:hover {
		color:#ffcc00;
		font-size: 11px;
	}
	SPAN.TESTcpTodayTextDisabled {
		color:#CCCCCC;
	}
	.TESTcpBorder {
		border: 1px solid #000000;
	}
