#body td.cpYearNavigation,
#body td.cpMonthNavigation
{
	background-color:#f3e1d8;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:black;
	font-weight:bold;
	padding: 2px 0;
}

.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
{
	font-size:12px;
	text-align: center;
}

TD.cpDayColumnHeader
{
	text-align:right;
	border-bottom:solid 1px #35353A;
}

.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
{
	text-align:right;
	text-decoration:none;
}

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.cpCurrentMonthDate
{
	color:black;
	font-weight:bold;
}

.cpCurrentDate
{
	color: black;
	font-weight:bold;
}

.cpOtherMonthDate
{
	color:#808080;
}

TD.cpCurrentDate
{
	color: black;
	background-color: #f3e1d8;
	border: 1px solid #888;
}

TD.cpCurrentDateDisabled
{
	border: 1px solid #FFAAAA;
}

TD.cpTodayText,
TD.cpTodayTextDisabled
{
	border-top: 1px solid #35353A;
}

A.cpTodayText,
SPAN.cpTodayTextDisabled
{
}

A.cpTodayText
{
	font-weight:bold;
}

SPAN.cpTodayTextDisabled
{
	color:#D0D0D0;
}

#body table.cpBorder
{
	border: 2px solid #666;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	min-width: auto;
	width:	 auto;
}

#body table.cpBorder table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	min-width: auto;
	width:	 auto;
}

#body table.cpBorder td
{
	padding: 2px;
	border-collapse: collapse;
}
