#ncalendar { width:205px; background-color: #000; opacity : 0 ; cursor:  pointer ; position :  absolute; z-index: 99999; padding: 5px; border: solid 2px #5c5c5c; }
#ncalendar table { width: 190px; padding:0; }
	#ncalendar table th { color: #d5d5d5; font-size: 9px; font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif; font-weight: normal; text-decoration: none; padding:0; }
	#ncalendar table tr {padding:0px;}
#ncalendar div { color: #9e9e9e; font-size: 10px; font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif; font-weight: normal; text-decoration: none; cursor:move; text-align:center; display:block; }
#ncalendar img { cursor: pointer; }
.dayselected {background:#5c5c5c;}
	.noday {background:#5c5c5c;text-align:center;}
	.sunday {background:#343434;}
	.today {background:#aeff00;color:#000;padding:0;text-align:center;}
	td.isToday { color: #fff; background:#879d12; }
	#ncalendar table td { font-size: 10px; font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif; text-decoration: none; text-align: center; padding:0px; padding:0; }
