﻿/** {margin:0;padding:0;font:8pt arial;}*/
.month{
	font: 8pt arial;
}
a {color:#f9521e;}
a:link {color:#72736b;}
a:hover {color:#f9521e;}
.pointer {cursor:pointer;cursor:hand;}

#OutBdr {position:absolute; top:0px; left:0px; height:186px; overflow:hidden; background-color:#f9521e;}
#InBdr {position:absolute; top:1px; left:1px; height:184px; overflow:hidden; background-color:white;}

.today {color:#0082d7;}
.invalid {color:#999999;cursor:default;}
.picked {background-color:#f9521e; color:#ffffff;}
#BotNav {position:absolute; top:161px; width:297px; text-align:center; overflow:hidden;}
#BotNav #Close {position:relative;top:1px;text-decoration:underline; height:20px; line-height:20px; font: 8pt arial;}

.navControl {position:absolute;height:22px; width:19px; z-index:50; background-color:##f9521e;}
.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:#f9521e;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:#f9521e;}
.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:#f9521e;}
.calendarFill {height:165px;width:1px;background-color:#e2ded5;}
