@charset "UTF-8";
/* CSS Document */

-------------------- This is the month top box --------------------

*/

.TESTcpYearNavigation,
.TESTcpMonthNavigation 
{
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FF0066;
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #CCC;
}
.TESTcpMonthNavigation span
{
border:0;
}

.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
		{
		}
TD.TESTcpDayColumnHeader
		{
		text-align:right;
		border:0;
		border-width:0 0 0px 0;
		border-bottom-style:dotted;
		border-color:#6FA634;
		background-color:#FFFFFF;
		color:#000000;
		font-weight:bold;
		}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
		
		
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
		{
		color:#999999;
		text-align:right;
		text-decoration:line-through;
		}
.TESTcpCurrentMonthDate
		{
		color:#6677DD;
		background-color:#FFFF99;
		}
.TESTcpCurrentDate
		{
		color: #FFFFFF;
		}
.TESTcpOtherMonthDate
		{
		color:#808080;
		background-color:#FFFFFF;	
		}
/*Todays date*/
TD.TESTcpCurrentDate
		{
		color:#FFFFFF;
		background-color: #FFCC33;
		
		}
TD.TESTcpCurrentDateDisabled
		{
		border-width:0;
		}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
		{
		border-width:0 0 0 0;
		}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
		{
		height:20px;
		}
A.TESTcpTodayText
		{
		color:#6FA634;
		}
SPAN.TESTcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
/*the outside div*/
.TESTcpBorder
		{
	width:200px;
	padding:0;
	margin:0;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
		}
.TESTcpBorder table
{
background-color: #FFCC00;
width:200px;
padding:0;
margin:0;
}
.TESTcpBorder table td
{
text-align:center;
}
	
.TESTcpBorder a, .TESTcpBorder a:link, .TESTcpBorder a img {
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	border: none;
}