
.ANcpYearNavigation,
.ANcpMonthNavigation
{
	/*
	background-color : #f5832b;
	text-align : center;
	vertical-align : center;
	text-decoration : none;
	color : #FFFFFF;
	*/
	font-weight : bold;
}
.ANcpDayColumnHeader,
.ANcpYearNavigation,
.ANcpMonthNavigation,
.ANcpCurrentMonthDate,
.ANcpCurrentMonthDateDisabled,
.ANcpOtherMonthDate,
.ANcpOtherMonthDateDisabled,
.ANcpCurrentDate,
.ANcpCurrentDateDisabled,
.ANcpTodayText,
.ANcpTodayTextDisabled,
.ANcpText
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

TD.ANcpDayColumnHeader
{
	text-align : center;
	border-style : none;
	border-width : 0px;
	
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #f5832b;
	
	/* 
	border : solid thin #f5832b; 
	border-width : 0 0 1 0; 
	*/
}

.ANcpCurrentMonthDate,
.ANcpOtherMonthDate,
.ANcpCurrentDate
{
	text-align : center;
	text-decoration : none;
}

.ANcpCurrentMonthDateDisabled,
.ANcpOtherMonthDateDisabled,
.ANcpCurrentDateDisabled
{
	color : #D0D0D0;
	text-align : center;
	text-decoration : line-through;
}

.ANcpCurrentMonthDate
{
	color : #f5832b;
	font-weight : bold;
}

.ANcpCurrentDate
{
	color : #FFFFFF;
	font-weight : bold;
}

.ANcpOtherMonthDate
{
	color : #808080;
}

TD.ANcpCurrentDate
{
	color : #FFFFFF;
	background-color : #f5832b;
	border-width : 1;
	border : solid thin #000000;
}

TD.ANcpCurrentDateDisabled
{
	border-width : 1;
	border : solid thin #FFAAAA;
}

TD.ANcpTodayText,
TD.ANcpTodayTextDisabled
{
	border-style : none;
	border-width : 0px;
	
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #f5832b;
	/*
	border : solid thin #f5832b;
	border-width : 1 0 0 0;
	*/
}

A.ANcpTodayText,
SPAN.ANcpTodayTextDisabled
{
	height : 20px;
}

A.ANcpTodayText
{
	color : #f5832b;
	font-weight : bold;
}

SPAN.ANcpTodayTextDisabled
{
	color : #D0D0D0;
}

.ANcpBorder
{
	border : solid thin #f5832b;
}
