.wdCalendarContainer {	/* for the container object of the calandar*/
	background-color: #ffc;
	position: absolute;
	z-index: 50;
	margin: 0px;
	padding: 4px;
	display: none;
	width: 225px;
	color: #000;
	left: 200px;
	overflow: visible;
	opacity: 0.9;
	filter: alpha(Opacity=90);	/* make work in IE :( */
}
.wdCalendar {	/* the actual calendar container */
	font-size: 13px;
	margin: 0px auto;
}
.wdCalendar tbody td {
	text-align: right;
	
}
.wdCalendar tbody td a, .wdCalendar tbody td a:visited  {
	text-decoration:none;
	color: #336;
	background-color: transparent;
	padding: 2px;
	font-weight: bold;
}
.wdCalendar tbody td a:hover {
	background-color: #336;
	color: #ccf;
}
.wdWeekDayHeader {
	width: 14.3%;
	text-align: center;
}
.wdCalHeader {
	font-size: 18px;
	font-weight: bold;
}
tr.wdWeekDayHeader th {
	border-bottom: solid #000 2px;
}
.wdCalNavRight {
	text-align: right;
}
.wdCalNavLeft {
	text-align: left;
}
.wdCalNavRow a {
	text-decoration:none;
	font-weight:bold;
}
.today {
	background-color: #999;
}
.weekend {
	background-color: #dfdfe8;				
}