﻿	.pointer {cursor:pointer;cursor:hand;}
	#CalendarControl {position:absolute; top:0px; left:0px; width:148px; height:180px; background-color:#016F54;}
	#InBdr {position:absolute; top:2px; left:2px; width:144px; height:175px; background-color:white;}
	#NavBar td {overflow:hidden; height:20px; width:20px; border:black 1px #ef7d10; background-color:#016F54;}
	#NavBar #PrevBtn {font-weight: bold;color:#ffffff;width:14px; height:20px; cursor:pointer; cursor:hand;}
	#NavBar #TitleBar {font-weight: bold;font-size: 11px;width:116px;color:#ffffff; text-align:center;}
	#NavBar #NextBtn {font-weight: bold;color:#ffffff;width:14px; height:20px; cursor:pointer; cursor:hand;}
	#Cal {position:relative; top:0px; left:2px; width:141px; height:135px;}
	#Cal #Weekdays {width:141px; height:20px;}
	#Cal #Weekdays div {width:20px; height:20px;float:left;text-align:center;line-height:20px;}
	#Cal #Dates {width:143px; height:118px;overflow:hidden;}
	#Cal #Dates div {width:20px; height:20px;float:left;text-align:center;font-weight:bold;line-height:20px;}
	.flo {float:left;}
	.today {color:#FF0000;}
	.invalid {color:#999999;cursor:default;}
	.picked {background-color:#016F54; color:#ffffff; }
	#BotNav #Close {text-align: right; width:100%; position:absolute;}
	#BotNav #Close a {font-weight: bold;text-decoration: none;color:#000000;}
	#BotNav #Close a:hover {font-weight: bold;text-decoration: none;color:#000000;}