body{

background:#9f7249 URL(brownfade.jpg) bottom repeat-x

}
a.n:link,a.n:visited{
  cursor:pointer;
  text-decoration:none;
  color:#643317;
}
.monthBanner{
  z-index:0;
  background:#643317;
  color:white;
  position:absolute;
  top:4;
  left:125;
  height:36;
  font-size:180%;
  font-family:arial;
  text-align:center;
}
.dayBanner{
  z-index:0;
  font-size:80%;
  backGround:#D8D2A2;
  color:#643317;
  font-family:arial;
  border:1px solid #D8D2A2;
  position:absolute;
  height:18px;
}
.navBox{
  z-index:0;
  font-family:arial;
  background:#643317;
  color:white;
  position:absolute;
  height:36;
  width:60;
  font-size:200%;
  text-align:center;
}
.navBoxHover{
  z-index:0;
  font-family:arial;
  background:#D8D2A2;
  color:;
  position:absolute;
  height:36;
  width:60;
  font-size:200%;
  text-align:center;
}
.dayBox{
  cursor:pointer;
  z-index:0;
  border:1px solid #643317;
}
.dayBoxBlank{
  z-index:0;
  background:#643317;
  border:1px solid #643317;
}
.dayBoxHover{
  cursor:pointer;
  z-index:0;
  background:#D8D2A2;
  border:1px solid #643317;
}

.dayBoxSelected{
  cursor:pointer;
  z-index:0;
  background:#fff;
  border:1px solid #643317;
}

/* the popup display of the selected day */
.xbtn{
float:right;
  height:18px;
  width:18px;
	cursor:pointer;
	border:1px solid #D8D2A2;
	border-right:1px solid #643317;
}
.xbtnHover{
float:right;
  background:#e8e2b2;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
.xbtnDown{
float:right;
  background:#D8D2A2;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid white;
	border-right:1px solid white;
}
.bigDayBox{
  z-index:1;
  font-family:arial;
  visibility:hidden;
  position:absolute;
	top:200;
	left:200;
	width:400px;
	height:300px;
  background:#FFFFFF;
	color:#000000;
	border:3px solid #643317;
}
.bigDayHeader{
  cursor:move;
  position:relative;
	top:0px;
	left:0px;
	height:20px;
	width:100%;
  background:#D8D2A2;
	color:black;
	border:1px solid #643317;
  text-align:center;
}
.bigDayView{
  position:relative;
	top:0px;
	left:0px;
	height:280px;
	width:100%;
	border:1px solid #643317;
}
.dayNum{
  border:1px solid #643317;
  background:#643317;
  color:#FFFFFF;
}