


/**************************************************************/
/*	Kalender                                                  */
/**************************************************************/

.popupcalcpYearNavigation,
	.popupcalcpMonthNavigation
			{
			background-color:#5483CB;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			padding:2px;
			line-height:auto;
			width:auto;
			}
	.popupcalcpDayColumnHeader,
	.popupcalcpYearNavigation,
	.popupcalcpMonthNavigation,
	.popupcalcpCurrentMonthDate,
	.popupcalcpCurrentMonthDateDisabled,
	.popupcalcpOtherMonthDate,
	.popupcalcpOtherMonthDateDisabled,
	.popupcalcpCurrentDate,
	.popupcalcpCurrentDateDisabled,
	.popupcalcpTodayText,
	.popupcalcpTodayTextDisabled,
	.popupcalcpText
			{
			font-family:verdana;
			font-size:10px;
			}
	TD.popupcalcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #B24341;
			border-width:0 0 1 0;
			width:30px;
			}
	.popupcalcpCurrentMonthDate,
	.popupcalcpOtherMonthDate,
	.popupcalcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.popupcalcpCurrentMonthDateDisabled,
	.popupcalcpOtherMonthDateDisabled,
	.popupcalcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.popupcalcpCurrentMonthDate
			{
			color:#B24341;
			font-weight:bold;
			}
	.popupcalcpCurrentDate
			{
			color: #000000;
			font-weight:bold;
			}
	.popupcalcpOtherMonthDate
			{
			color:#808080;
			}
	TD.popupcalcpCurrentDate
			{
			color:#000000;
			background-color: #eeeeee;
			border:1px inset;
			
			}
	TD.popupcalcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.popupcalcpTodayText,
	TD.popupcalcpTodayTextDisabled
			{
			border:solid thin #B24341;
			border-width:1 0 0 0;
			}
	A.popupcalcpTodayText,
	SPAN.popupcalcpTodayTextDisabled
			{
			height:22px;
			}
	A.popupcalcpTodayText
			{
			color:#B24341;
			font-weight:bold;
			}
	SPAN.popupcalcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.popupcalcpBorder
			{
			border:1px solid #000000;
			
			}