.CALcpYearNavigation,
.CALcpMonthNavigation {
	background-color:#22D122;
	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 {
	font-family:arial;
	font-size:8pt;
}

TD.CALcpDayColumnHeader {
	text-align:right;
	border:solid thin #22D122;
	border-width:0 0 1 0;
}

.CALcpCurrentMonthDate,
.CALcpOtherMonthDate,
.CALcpCurrentDate {
	text-align:right;
	text-decoration:none;
}

.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.CALcpCurrentMonthDate {
	color:#0000FF;
	font-weight:bold;
}

.CALcpCurrentDate {
	color: #CCCCCC;
	font-weight:bold;
}

.CALcpOtherMonthDate {
	color:#0000FF;
}

TD.CALcpCurrentDate {
	border-width:1;
	border: 1px solid #CCCCCC;
}

TD.CALcpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FFAAAA;
}

TD.CALcpTodayText,
TD.CALcpTodayTextDisabled {
	/*border:solid thin #6677DD;
	border-width:1 0 0 0;*/
}

A.CALcpTodayText,
SPAN.CALcpTodayTextDisabled {
	height:20px;
}

A.CALcpTodayText {
	color:#6677DD;
	font-weight:bold;
}

SPAN.CALcpTodayTextDisabled {
	color:#D0D0D0;
}

.CALcpBorder {
	border: 1px solid #22D122;
}

#start_date , #stop_date {
	background-image:url("/images/static/calendar/pop-calendar.gif");
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}