.error 		{
		background-color: pink;
		}

.contest-header {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		}
			
.subheading 	{
		font-weight: bold;				
		}
		
.hilite 	{
		background-color: transparent;
		color: red;
		}
		
.lowlite 	{
		background-color: transparent;
		color: black;
		}
		
.transparent 	{
			filter:alpha(opacity=90);
			background-color:#C9DDF4;
			display:none;
			width: 350;
			height: 150;
			position:absolute;
			color: white;
		}	
	
/* CSS for the Calendar Popup */
.CALcpYearNavigation,
.CALcpMonthNavigation
		{
		background-color:navy;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		}
.CALcpDayColumnHeader,
.CALcpYearNavigation,
.CALcpMonthNavigation,
.CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDate,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDate,
.CALcpCurrentDateDisabled,
.CALcpTodayText,
.CALcpTodayTextDisabled,
.CALcpText
		{
		background-color:black;
		font-family:arial;
		font-size:8pt;
		}
TD.CALcpDayColumnHeader
		{
		background-color:black;
		text-align:right;
		border:solid thin brown;
		border-width:0 0 1 0;
		}
.CALcpCurrentMonthDate,
.CALcpOtherMonthDate,
.CALcpCurrentDate
		{
		background-color:black;
		text-align:right;
		text-decoration:none;
		}
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDateDisabled
		{
		background-color:black;
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.CALcpCurrentMonthDate
		{
		background-color:black;
		color:orange;
		font-weight:bold;
		}
.CALcpCurrentDate
		{
		background-color:black;
		color: #FFFFFF;
		font-weight:bold;
		}
.CALcpOtherMonthDate
		{
		background-color:black;
		color:#808080;
		}
TD.CALcpCurrentDate
		{
		color:#FFFFFF;
		background-color: black;
		border-width:1;
		border:solid thin red;
		}
TD.CALcpCurrentDateDisabled
		{
		background-color:black;
		border-width:1;
		border:solid thin #FFAAAA;
		}
TD.CALcpTodayText,
TD.CALcpTodayTextDisabled
		{
		background-color:black;
		border:solid thin brown;
		border-width:1 0 0 0;
		}
A.CALcpTodayText,
SPAN.CALcpTodayTextDisabled
		{
		background-color:black;
		height:20px;
		}
A.CALcpTodayText
		{
		background-color:black;
		color:orange;
		font-weight:bold;
		}
SPAN.CALcpTodayTextDisabled
		{
		background-color:black;
		color:#D0D0D0;
		}
.CALcpBorder
		{
		background-color:black;
		border:solid thin orange;
		}
