/*For Popup Calendar*/
.GreencpYearNavigation, .GreencpMonthNavigation {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
.GreencpDayColumnHeader, .GreencpYearNavigation, .GreencpMonthNavigation, .GreencpCurrentMonthDate, .GreencpCurrentMonthDateDisabled, .GreencpOtherMonthDate, .GreencpOtherMonthDateDisabled, .GreencpCurrentDate, .GreencpCurrentDateDisabled, .GreencpTodayText, .GreencpTodayTextDisabled, .GreencpText {
	font-family:arial;
	font-size:8pt;
	}
TD.GreencpDayColumnHeader {
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	background-color: #898989;
	border: none;
	border-width:0 0 0 0;
	}
.GreencpCurrentMonthDate, .GreencpOtherMonthDate, .GreencpCurrentDate {
	text-align:center;
	text-decoration:none;
	}
.GreencpCurrentMonthDateDisabled, .GreencpOtherMonthDateDisabled, .GreencpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:center;
	text-decoration:line-through;
	background-color: #6DAA6D;
	}
.GreencpCurrentMonthDate {
	color:#FFFFFF;
	font-weight:bold;
	}
.GreencpCurrentDate {
	color: #FFFFFF;
	}
.GreencpOtherMonthDate {
	color:#808080;
	background-color: #CFCFCF;
	}
TD.GreencpCurrentDate {
	color:#FFFFFF;
	background-color:  #6DAA6D;
	font-weight: bold;
	border-width:0;
	border:solid thin #000000;
	}
TD.GreencpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FFAAAA;
	}
TD.GreencpTodayText, TD.GreencpTodayTextDisabled {
	border:solid thin #6677DD;
	font-weight: bold;
	border-width:1 0 0 0;
	}
A.GreencpTodayText, SPAN.GreencpTodayTextDisabled {
	height:20px;
	}
A.GreencpTodayText {
	color:#6677DD;
	font-weight:bold;
		}
SPAN.GreencpTodayTextDisabled {
	color:#D0D0D0;
	}
.GreencpBorder {
	background-color: #FFFFFF;
	border:solid thin #6677DD;
	}