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

.SDcpYearNavigation,
.SDcpMonthNavigation
		{
		background-color:#809F65;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#00442D;
		font-weight:bold;
		}
.SDcpDayColumnHeader,
.SDcpYearNavigation,
.SDcpMonthNavigation,
.SDcpCurrentMonthDate,
.SDcpCurrentMonthDateDisabled,
.SDcpOtherMonthDate,
.SDcpOtherMonthDateDisabled,
.SDcpCurrentDate,
.SDcpCurrentDateDisabled,
.SDcpTodayText,
.SDcpTodayTextDisabled,
.SDcpText
		{
		background-color: #C4CEAE;
		font-family:arial;
		font-size:8pt;
		}
TD.SDcpDayColumnHeader
		{
		background-color: #C4CEAE;
		text-align:right;
		border:solid thin #C4CEAE;
		border-width:0 0 1 0;
		}
.SDcpCurrentMonthDate,
.SDcpOtherMonthDate,
.SDcpCurrentDate
		{
		background-color: #C4CEAE;
		text-align:right;
		text-decoration:none;
		}
.SDcpCurrentMonthDateDisabled,
.SDcpOtherMonthDateDisabled,
.SDcpCurrentDateDisabled
		{
		background-color: #C4CEAE;
		color:#00442D;
		text-align:right;
		text-decoration:line-through;
		}
.SDcpCurrentMonthDate
		{
		background-color: #C4CEAE;
		color:#00442D;
		font-weight:bold;
		}
.SDcpCurrentDate
		{
		background-color: #C4CEAE;
		color: #00442D;
		font-weight:bold;
		}
.SDcpOtherMonthDate
		{
		background-color: #C4CEAE;
		color:#808080;
		}
TD.SDcpCurrentDate
		{
		color:#00442D;
		background-color: #C4CEAE;
		border-width:1;
		border:solid thin #00442D;
		}
TD.SDcpCurrentDateDisabled
		{
		background-color: #C4CEAE;
		border-width:1;
		border:solid thin #00442D;
		}
TD.SDcpTodayText,
TD.SDcpTodayTextDisabled
		{
		color: #C4CEAE;
		background-color: #C4CEAE;
		border:solid thin #C4CEAE;
		border-width:1 0 0 0;
		}
A.SDcpTodayText,
SPAN.SDcpTodayTextDisabled
		{
		background-color: #C4CEAE;
		height:20px;
		}
A.SDcpTodayText
		{
		background-color: #C4CEAE;
		color:#C4CEAE;
		font-weight:bold;
		}
SPAN.SDcpTodayTextDisabled
		{
		background-color: #C4CEAE;
		color:#C4CEAE;
		}
.SDcpBorder
		{
		background-color: #C4CEAE;
		border:solid thin #00442D;
		}