@charset "utf-8";
/* CSS Document */


	    * {margin:0;padding:0;font:8pt arial;}
	    a {color:#333399;}
	    a:link {color:#333399;}
	    a:hover {color:#FF6600;}
	    .pointer {cursor:pointer;cursor:hand;}

	    #OutBdr {position:absolute; top:0px; left:0px; height:186px; overflow:hidden; background-color:#c0573f;}
	    #InBdr {position:absolute; top:1px; left:1px; height:184px; overflow:hidden; background-color:white;}

	    .today {color:#FF0000;}
	    .invalid {color:#999999;cursor:default;}
	    .picked {background-color:#CCCCCC;}
	    #BotNav {position:absolute; top:161px; width:297px; text-align:center; overflow:hidden;}
	    #BotNav #Close {position:relative;top:1px;text-decoration:none; height:20px; line-height:20px;}

        .navControl {position:absolute;height:22px; width:19px; z-index:50; background-color:#c0573f;}
        .navImg {position:relative;top:2px;cursor:pointer;cursor:hand;}

	    #monthcontainer {position:absolute;width:288px;height:162px; overflow:hidden;background-color:white;}
	    #monthlist {position:relative;left:0px; top:0px; height:162px;}
	    .month {position:absolute;width:148px; height:166px; overflow:hidden;}
        .month .title {position:relative;width:148px;height:22px;overflow:hidden;color:white;text-align:center;line-height:22px; background:#c0573f;font-weight: bold;}
        .month .weekdays_top {width:148x;height:4px;overflow:hidden;}
        .month .body {width:140px;height:136px;overflow:hidden;padding-right:4px;padding-left:4px;}
        .month .weekdays {width:148px; height:16px; overflow:hidden;}
        .month .weekday {position:relative; float:left; top:-4px; width:20px; height:16px; overflow:hidden; text-align:center; font-weight:bold; line-height:20px; color:#c0573f;}
        .month .dates {width:148px; height:120px; overflow:hidden;}
        .month .bottom {width:148px; height:8px; overflow:hidden;}
	    .month .dates div {float:left; width:20px; height:20px; overflow:hidden; text-align:center; font-weight:bold; line-height:20px;}
	    .titleFill {height:22px;width:1px;background-color:#c0573f;}
	    .calendarFill {height:165px;width:1px;background-color:#D7DCE8;}

