/* CSS Document */
DIV#DatePickDIV TD {
	border: 0px none;
}
.DatePickercpYearNavigation,
	.DatePickercpMonthNavigation
			{
			background-color:#6677DD;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#000000 !important;
			font-weight:bold;
			}
	.DatePickercpDayColumnHeader,
	.DatePickercpYearNavigation,
	.DatePickercpMonthNavigation,
	.DatePickercpCurrentMonthDate,
	.DatePickercpCurrentMonthDateDisabled,
	.DatePickercpOtherMonthDate,
	.DatePickercpOtherMonthDateDisabled,
	.DatePickercpCurrentDate,
	.DatePickercpCurrentDateDisabled,
	.DatePickercpTodayText,
	.DatePickercpTodayTextDisabled,
	.DatePickercpText
			{
			font-family:arial !important;;
			font-size:8pt !important;;
			}
		span.DatePickercpDayColumnHeader {
		color: #FFF !important;
		}
		TD.DatePickercpDayColumnHeader
			{
			text-align:right;
			border-bottom: 1px solid #6677DD !important;
			}
	.DatePickercpCurrentMonthDate,
	.DatePickercpOtherMonthDate,
	.DatePickercpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.DatePickercpCurrentMonthDateDisabled,
	.DatePickercpOtherMonthDateDisabled,
	.DatePickercpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.DatePickercpCurrentMonthDate
			{
			color:#6677DD !important;
			font-weight:bold;
			}
	.DatePickercpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.DatePickercpOtherMonthDate
			{
			color:#808080 !important;
			}
	TD.DatePickercpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.DatePickercpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.DatePickercpTodayText,
	TD.DatePickercpTodayTextDisabled
			{
			border-top: 1px solid #6677DD !important;
			}
	A.DatePickercpTodayText,
	SPAN.DatePickercpTodayTextDisabled
			{
			height:20px;
			}
	A.DatePickercpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.DatePickercpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.DatePickercpBorder
			{
			border:solid thin #6677DD;
			}