#calendar {
	background-color:#fff;
	position:absolute;
	visibility:hidden;
	z-index: 15;
/*	height: 150px;
	width: 150px;*/
	}
#calendar {
	top:20px;
	left:220px;
	border:1px solid #4c4c4c;
	}
#calendar th, #calendar td {
	padding:2px;
	}
#calendar table {
	border:none;
	}
	/*--------------------*/
a.cpCurrentMonthDate, a.cpOtherMonthDate {
	border:none;
	}
a:hover.cpCurrentMonthDate, a:hover.cpOtherMonthDate {
	text-decoration:underline;
	border:none;
	}
.cpYearNavigation,
	.cpMonthNavigation
			{
			background-color:#cac5bb;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	a.cpMonthNavigation, a.cpCurrentDate {
		background-color:#cac5bb;
		color:#fff;
		border:none !important;
		}
	select.cpMonthNavigation, select.cpYearNavigation {
		background-color:#fff;
		color:#000;
		}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family:arial;
			font-size:8pt;
			color:#4c4c6a;
			}
	TD.cpDayColumnHeader
			{
			text-align:right;
			border:none;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#666666;
			text-align:right;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			color:#666e78;
			font-weight:bold;
			}
	.cpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#808080;
			}
	TD.cpCurrentDate
			{
			color:#FFFFFF;
			background-color: #cccccc;
			border-width:1px;
			border:solid 1px #000000;
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border-top:solid thin #cccccc;
			border-width:1 0 0 0;
			text-decoration:line-through;
			text-align:center;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
			color:#CCCCCC;
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:solid thin #cccccc;
}

