/* CSS Document */
	.bigha_cpYearNavigation,
	.bigha_cpMonthNavigation
			{
			background-color:#50818A;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.bigha_cpDayColumnHeader,
	.bigha_cpYearNavigation,
	.bigha_cpMonthNavigation,
	.bigha_cpCurrentMonthDate,
	.bigha_cpCurrentMonthDateDisabled,
	.bigha_cpOtherMonthDate,
	.bigha_cpOtherMonthDateDisabled,
	.bigha_cpCurrentDate,
	.bigha_cpCurrentDateDisabled,
	.bigha_cpTodayText,
	.bigha_cpTodayTextDisabled,
	.bigha_cpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.bigha_cpDayColumnHeader
			{
			text-align:right;
			color: #fff;
			background: #50818A;
			border-width:0 0 1 0;
			}
	.bigha_cpCurrentMonthDate,
	.bigha_cpOtherMonthDate,
	.bigha_cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.bigha_cpCurrentMonthDate a,
	.bigha_cpOtherMonthDate a
			{
			color:#aa0000;
			}
	.bigha_cpCurrentMonthDateDisabled,
	.bigha_cpOtherMonthDateDisabled,
	.bigha_cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.bigha_cpCurrentMonthDate
			{
			color:#50818A;
			font-weight:bold;
			}
	.bigha_cpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.bigha_cpOtherMonthDate
			{
			color:#cccccc;
			}
	TD.bigha_cpCurrentDate
			{
			color:#FFFFFF;
			background-color: #50818A;
			border-width:1;
			border:solid thin #000000;
			}
	TD.bigha_cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.bigha_cpTodayText,
	TD.bigha_cpTodayTextDisabled
			{
			border:solid thin #50818A;
			border-width:1 0 0 0;
			}
	A.bigha_cpTodayText,
	SPAN.bigha_cpTodayTextDisabled
			{
			height:20px;
			}
	A.bigha_cpTodayText
			{
			color:#50818A;
			font-weight:bold;
			}
	SPAN.bigha_cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.bigha_cpBorder
			{
			border:solid thin #50818A;
			}
