
#popupCalendars DIV.cal TABLE TR TD {
	/* font-family: Helvetica, Arial; */
	font-family: courier;  /* need fixed width */
	font-size: 12px;
	color: #000000;
	text-align: center;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
}

DIV.cal TABLE {
	border-left: solid #666666 1px;
	border-top: solid #666666 1px;
	width: 150px;
	height: 150px;
}


DIV.cal TABLE TR TD A:link		{	color: #000000; text-decoration: none;	}
DIV.cal TABLE TR TD A:active	{	color: #000000; text-decoration: none;	}
DIV.cal TABLE TR TD A:visited	{	color: #000000; text-decoration: none;	}
DIV.cal TABLE TR TD A:hover		{	color: #CC0000; text-decoration: none;  }

TD.noSelect, SPAN.noSelect {
	color: #999999;
}

#popupCalendars {
	width: 200px;
	height: 200px;
	cursor: pointer;
	display: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 5;
	margin-left: 100px;
}

#cal1 {
	position: absolute;
	z-index: 30;
	display: inline;
	background-color: #ffffff;
}
#cal2 {
	position: absolute;
	z-index: 20;
	display: none;
	background-color: #ffffff;
}
#cal3 {
	position: absolute;
	z-index: 10;
	display: none;
	background-color: #ffffff;
}

SPAN.cal_close {
	display: block;
	text-align: right;
}

#calender_image {
	cursor: pointer;
}

