/* css for the popup calendar*/
.BcpYearNavigation,
	.BcpMonthNavigation
			{
			text-align:center;
			text-decoration:none;
			}
	.BcpDayColumnHeader,
	.BcpYearNavigation,
	.BcpMonthNavigation,
	.BcpCurrentMonthDate,
	.BcpCurrentMonthDateDisabled,
	.BcpOtherMonthDate,
	.BcpOtherMonthDateDisabled,
	.BcpCurrentDate,
	.BcpCurrentDateDisabled,
	.BcpTodayText,
	.BcpTodayTextDisabled,
	.BcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	.BcpDayColumnHeader
			{
			text-align:right;
			border:solid #003366;
			border-width:0px 0px 1px 0px;
			background-color:#CCCCCC;
			}
	.BcpCurrentMonthDate,
	.BcpOtherMonthDate,
	.BcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.BcpCurrentMonthDateDisabled,
	.BcpOtherMonthDateDisabled,
	.BcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.BcpCurrentMonthDate
			{
			color:#2D5980;
			font-weight:bold;
			}
	.BcpCurrentDate
			{
			color: #003366;
			font-weight:bold;
			background-color:#CCCCCC;
			}
	.BcpOtherMonthDate
			{
			color:#808080;
			}
	TD.BcpCurrentDate
			{
			
			border-width:1;
			border:solid thin #000000;
			}
	TD.BcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.BcpTodayText,
	TD.BcpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1 0 0 0;
			}
	A.BcpTodayText,
	SPAN.BcpTodayTextDisabled
			{
			height:20px;
			}
	A.BcpTodayText
			{
			color:#2D5980;
			font-weight:bold;
			}
	SPAN.BcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.BcpBorder
			{
			border:solid thin #6677DD;
			}


