.GPcpYearNavigation, .GPcpMonthNavigation{
	background-color:#DBEEF5;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.GPcpDayColumnHeader,.GPcpYearNavigation,.GPcpMonthNavigation,.GPcpCurrentMonthDate,
.GPcpCurrentMonthDateDisabled,.GPcpOtherMonthDate,.GPcpOtherMonthDateDisabled,.GPcpCurrentDate,
.GPcpCurrentDateDisabled,.GPcpTodayText,.GPcpTodayTextDisabled,.GPcpText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
TD.GPcpDayColumnHeader{
	text-align:right;
	border-bottom:1px solid #6677DD;
}
.GPcpCurrentMonthDate,.GPcpOtherMonthDate,.GPcpCurrentDate{
	text-align:right;
	text-decoration:none;
}
.GPcpCurrentMonthDateDisabled,.GPcpOtherMonthDateDisabled,.GPcpCurrentDateDisabled{
	color:#D0D0D0;
	background-color: white;
	text-align:right;
	text-decoration:line-through;
}
.GPcpCurrentMonthDate{
	color:#6677DD;
	background-color: white;
	font-weight:bold;
}
.GPcpCurrentDate{
	color: #FFFFFF;
	background-color: white;
	font-weight:bold;
}
.GPcpOtherMonthDate{
	color:#808080;
	background-color: white;
}
TD.GPcpCurrentDate{
	border: 1px solid #000000;
	color: #FFF;
	background-color: #DBEEF5;
}
TD.GPcpCurrentDateDisabled{
	border: 1px solid #FFAAAA;
}
TD.GPcpTodayText,TD.GPcpTodayTextDisabled{
	border-top:1px solid #6677DD;
}
A.GPcpTodayText,SPAN.GPcpTodayTextDisabled{
	height:20px;
}
A.GPcpTodayText{
	font-weight:bold;
}
SPAN.GPcpTodayTextDisabled{
	color:#D0D0D0;
	background-color: white;
}
.GPcpBorder{
	border:2px solid #066FB3;
}


#calDiv
{
	position:absolute;
	visibility:hidden;
	background-color: #DBEEF5;
	color: #000;
	z-index: 2;
}