	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-image: url(/images/calBlueBar.gif);
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #000000;
			border-width:0 0 1 0;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			cursor: pointer;
			}
	.TESTcpCurrentDateDisabled
			{
			color:#000099;
			text-align:right;
			cursor: pointer;
			}
	.TESTcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #CCCCCC;
			border-width:1;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid thin black;
			border-width:1 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			cursor: pointer;
			}
	A.TESTcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			cursor: pointer;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid thin #000000;
			}
			
	a:link {  
  		color: #000099;
	}
	    	
	a:visited {  
		color: #000099;
	}
	    	
	a:hover { 
		color: red;
	}
	    	
	a:active {  
		color: #000099;
	}
	
	a.TESTMonthChanger:link {  
  		color: white;
  		text-decoration: none;
	}
	    	
	a.TESTMonthChanger:visited {  
		color: white;
		text-decoration: none;
	}
	    	
	a.TESTMonthChanger:hover { 
		color: white;
		text-decoration: none;
	}
	    	
	a.TESTMonthChanger:active {  
		color: white;
		text-decoration: none;
	}
