@charset "UTF-8";
/* CSS Document */

.RCcpYearNavigation,
	.RCcpMonthNavigation
			{
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#FFFFFF !Important;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #AA2800;
	padding-top: 2px;
	padding-bottom: 2px;
			}
	.RCcpDayColumnHeader,
	.RCcpYearNavigation,
	.RCcpMonthNavigation,
	.RCcpCurrentMonthDate,
	.RCcpCurrentMonthDateDisabled,
	.RCcpOtherMonthDate,
	.RCcpOtherMonthDateDisabled,
	.RCcpCurrentDate,
	.RCcpCurrentDateDisabled,
	.RCcpTodayText,
	.RCcpTodayTextDisabled,
	.RCcpText
			{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
			}
	TD.RCcpDayColumnHeader
			{
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
			}
	.RCcpCurrentMonthDate,
	.RCcpOtherMonthDate,
	.RCcpCurrentDate
			{
	text-align:right;
	text-decoration:none;
	padding: 2px;
			}
	.RCcpCurrentMonthDateDisabled,
	.RCcpOtherMonthDateDisabled,
	.RCcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.RCcpCurrentMonthDate
			{
	color:#666666;
	font-weight:bold;
			}
	.RCcpCurrentDate
			{
			color: #FFFFFF !Important;
			font-weight:bold;
			}
	.RCcpOtherMonthDate
			{
			color:#808080;
			}
	TD.RCcpCurrentDate
			{
	color:#FFFFFF !Important;
	background-color: #AA2800;
			}
	TD.RCcpCurrentDateDisabled
			{
	border-width:1px;
	border:solid thin #333333;
			}
	TD.RCcpTodayText,
	TD.RCcpTodayTextDisabled
			{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
			}
	A.RCcpTodayText,
	SPAN.RCcpTodayTextDisabled
			{
			height:20px;
			}
	A.RCcpTodayText
			{
	color:#666666;
	font-weight:bold;
			}
	SPAN.RCcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.RCcpBorder
			{
	border:solid 1px #333333;
			}
