.contextMenuContainerActive:hover { background-color:#B30018;border:2px solid #fff;text-align:center; padding:2px 10px; height:22px; line-height:22px; width:180px; float:left; margin:5px;color:#fff;}
.contextMenuContainerActive {background-color:#fff;border:2px solid #B30018;text-align:center; padding:2px 10px; height:22px; width:180px; line-height:22px; float:left; margin:5px;color:#B30018}


/* CALENDAR */

.CALENDARcpYearNavigation,
.CALENDARcpMonthNavigation
		{
		background-color:#B30019;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		}
.CALENDARcpDayColumnHeader,
.CALENDARcpYearNavigation,
.CALENDARcpMonthNavigation,
.CALENDARcpCurrentMonthDate,
.CALENDARcpCurrentMonthDateDisabled,
.CALENDARcpOtherMonthDate,
.CALENDARcpOtherMonthDateDisabled,
.CALENDARcpCurrentDate,
.CALENDARcpCurrentDateDisabled,
.CALENDARcpTodayText,
.CALENDARcpTodayTextDisabled,
.CALENDARcpText
		{
		font-family:arial;
		font-size:8pt;
		}
TD.CALENDARcpDayColumnHeader
		{
		text-align:right;
		border:solid thin #B30019;
		border-width:0 0 1px 0;
		}
.CALENDARcpCurrentMonthDate,
.CALENDARcpOtherMonthDate,
.CALENDARcpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.CALENDARcpCurrentMonthDateDisabled,
.CALENDARcpOtherMonthDateDisabled,
.CALENDARcpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.CALENDARcpCurrentMonthDate
		{
		color:#B30019;
		font-weight:bold;
		}
.CALENDARcpCurrentDate
		{
		color: #FFFFFF;
		font-weight:bold;
		}
.CALENDARcpOtherMonthDate
		{
		color:#808080;
		}
TD.CALENDARcpCurrentDate
		{
		color:#FFFFFF;
		background-color: #B30019;
		border-width:1px;
		border:solid thin #000000;
		}
TD.CALENDARcpCurrentDateDisabled
		{
		border-width:1px;
		border:solid thin #FFAAAA;
		}
TD.CALENDARcpTodayText,
TD.CALENDARcpTodayTextDisabled
		{
		border:solid thin #B30019;
		border-width:1px 0 0 0;
		}
A.CALENDARcpTodayText,
SPAN.CALENDARcpTodayTextDisabled
		{
		height:20px;
		}
A.CALENDARcpTodayText
		{
		color:#B30019;
		font-weight:bold;
		}
SPAN.CALENDARcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.CALENDARcpBorder
		{
		border:solid thin #B30019;
		}
		
