

	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#000066;
			text-align:center;
			vertical-align:middle;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border-bottom: solid thin #000066;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#000066;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #000066;
			border-width:1px;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1px;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border-top:solid thin #000066;
			/*border-width:1 0 0 0;*/
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#000066;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid thin #000066;
			}
			
.asbMenu
{
	border: 1px solid lightblue;
	background: #ffffff;
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align:left;
	white-space: nowrap;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	position: absolute;
	z-index:99999 !important; 
}
.asbMenuWithAutoWidth
{
	border: 1px solid lightblue;
	background: #ffffff;
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align:left;
	white-space: nowrap;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	position: absolute;
	width: auto !important;
}
.asbMenuBase
{
	/*position: absolute !important;*/
	z-index: 1000 !important;
}
.asbMenuItem
{
	margin: 2px;
	list-style-type: none;
	color: blue;
	background: #ffffff;
	/*cursor: hand;*/
	font-weight: normal;
	cursor: pointer;
	padding: 0px;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.asbSelMenuItem
{
	overflow: hidden;
	margin: 2px;
	list-style-type: none;
	color: blue;
	background: lightblue;
	/*cursor: hand;*/
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


