.LECCOcpYearNavigation, .LECCOcpMonthNavigation {
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #7B7D96;
	font-weight: bold;
	word-wrap: normal !important;
}

.LECCOcpDayColumnHeader, .LECCOcpYearNavigation, .LECCOcpMonthNavigation, .LECCOcpCurrentMonthDate, .LECCOcpCurrentMonthDateDisabled, .LECCOcpOtherMonthDate, .LECCOcpOtherMonthDateDisabled, .LECCOcpCurrentDate, .LECCOcpCurrentDateDisabled, .LECCOcpTodayText, .LECCOcpTodayTextDisabled, .LECCOcpText {
	font-family: verdana, arial;
	font-size: 10px;
	color:#878787;
}

TD.LECCOcpDayColumnHeader {
	text-align: right;
	border: solid 1px #C0C0C0;
	border-width: 0 0 1px 0;
}

.LECCOcpCurrentMonthDate, .LECCOcpOtherMonthDate, .LECCOcpCurrentDate {
	text-align: right;
	text-decoration: none;
}

.LECCOcpCurrentMonthDateDisabled, .LECCOcpOtherMonthDateDisabled, .LECCOcpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.LECCOcpCurrentMonthDate, .cpCurrentDate {
	font-weight: bold;
}

.LECCOcpOtherMonthDate {
	color: #808080;
}

TD.LECCOcpCurrentDate {
	/* background-color: #D5D3D4; */
	font-weight: bold;
	border: 1px solid #E77B11;
}

TD.LECCOcpCurrentDateDisabled {
	border-width: 1px;
	border: solid 1px #FFAAAA;
}

TD.LECCOcpTodayText, TD.LECCOcpTodayTextDisabled {
	border: solid 1px #C0C0C0;
	border-width: 1px 0 0 0;
}

A.LECCOcpTodayText, SPAN.LECCOcpTodayTextDisabled {
	height: 20px;
}

A.LECCOcpTodayText {
	text-align: center;
	font-weight: bold;
}

.LECCOcpTodayTextDisabled {
	color: #D0D0D0;
}

.LECCOcpBorder {
	border: solid 1px #D3D1D2;
}