.JsDatePickBox {
	position:relative;
	width:220px;
	font-family:Arial AMU, Arian AMU, Arial Unicode;;
	padding:0px;margin:0px;
	
	
}
.JsDatePickBox .boxLeftWall {
	float:left;
	
}

.JsDatePickBox .boxLeftWall .leftWall {
	margin:0;
	padding:0;
	width:0;
	overflow:hidden;
}
.JsDatePickBox .tooltip {
	height:0px;
	border:0px;
	padding:0;
	margin:0;
}
.JsDatePickBox .tooltip {
	height:0px;
	line-height:0px;
	display:none;
	
}
.JsDatePickBox .boxMain {
	float:left;
	background-color:#fff;
	padding:0;
	margin:13px 6px 6px 6px;
	
}


.JsDatePickBox .weekDaysRow {
	background:#f0f0fa;
	border-bottom:1px solid #dddee3;
	height:17px;
	overflow:hidden;
	font-size:11px;
	color:#666;
	text-align:center;
	padding:3px 0px 0px 0px;
	margin:5px 0 0 0;
}
.JsDatePickBox .weekDaysRow .weekDay {
	float:left;
	height:14px;
	overflow:hidden;
	width:26px;
	margin:0 4px 0 0;
	padding:0;
	
}
.JsDatePickBox .boxMainInner {
	background:#fff;
	width:208px;
	float:left;
	margin:5px 0 0 0;
	padding:0;
	
}
.JsDatePickBox .boxMainCellsContainer {
	background-color:#fff;
	margin:0;
	padding:0;
	
}
.JsDatePickBox .boxMainInner .controlsBar {
	overflow:hidden;
	height:20px;
	position:relative;
	background:#5f7aaf;
	
}
.JsDatePickBox .boxMainInner .controlsBarText {
	overflow:hidden;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:12px;
	text-align:center;
	
}


.JsDatePickBox .boxMainInner .monthForwardButton {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	right:22px;
	background:url(/img/monthForward_normal.jpeg) left top no-repeat;
	
}
.JsDatePickBox .boxMainInner .monthForwardButtonOver {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	right:22px;
	background:url(/img/monthForward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .monthForwardButtonDown {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	right:22px;
	background:url(/img/monthForward_normal.jpeg) left top no-repeat;

}
.JsDatePickBox .boxMainInner .monthBackwardButton {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	left:22px;
	background:url(/img/monthBackward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .monthBackwardButtonOver {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	left:22px;
	background:url(/img/monthBackward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .monthBackwardButtonDown {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	left:22px;
	background:url(/img/monthBackward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .yearForwardButton {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	right:4px;
	background:url(/img/yearForward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .yearForwardButtonOver {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	right:4px;
	background:url(/img/yearForward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .yearForwardButtonDown {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	right:4px;
	background:url(/img/yearForward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .yearBackwardButton {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	left:4px;
	background:url(/img/yearBackward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .yearBackwardButtonOver {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	left:4px;
	background:url(/img/yearBackward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .yearBackwardButtonDown {
	overflow:hidden;
	cursor:pointer;
	width:13px;
	height:13px;
	position:absolute;
	top:3px;
	left:4px;
	background:url(/img/yearBackward_normal.jpeg) left top no-repeat;
}
.JsDatePickBox .boxMainInner .skipDay {
	cursor:default;
	overflow:hidden;
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
}
.JsDatePickBox .boxMainInner .dayNormal {

	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	color:#555555;
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0px;
	text-align:center;
	line-height:19px;	
	background:#f9f9f9 url('/img/cal_day_bg.jpeg') top left no-repeat;
}
.JsDatePickBox .boxMainInner .dayNormalToday {
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	color:#3f3533;	
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0px;
	text-align:center;
	line-height:19px;
	background:#ffeeee  url('/img/cal_tday_bg.jpeg') top left no-repeat;
}
.JsDatePickBox .boxMainInner .dayDisabled {
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	color:#555555;
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0px;
	text-align:center;
	line-height:19px;	
	background:#f9f9f9 url('/img/cal_day_bg.jpeg') top left no-repeat;
}
.JsDatePickBox .boxMainInner .dayOver {
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	color:#555555;
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0px;
	text-align:center;
	line-height:19px;	
	background:#f9f9f9 url('/img/cal_day_bg.jpeg') top left no-repeat;
}
.JsDatePickBox .boxMainInner .dayOverToday {
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	color:#3f3533;	
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0px;
	text-align:center;
	line-height:19px;
	background:#ffeeee  url('/img/cal_tday_bg.jpeg') top left no-repeat;
}
.JsDatePickBox .boxMainInner .dayDown {
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	color:#555555;
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0px;
	text-align:center;
	line-height:19px;	
	background:#f9f9f9 url('/img/cal_day_bg.jpeg') top left no-repeat;
}
.JsDatePickBox .boxMainInner .dayDownToday {
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	color:#3f3533;	
	width:26px;
	height:19px;
	float:left;
	margin:4px 4px 0 0;
	padding:0px;
	text-align:center;
	line-height:19px;
	background:#ffeeee  url('/img/cal_tday_bg.jpeg') top left no-repeat;
}
.cal_close_img{position:absolute;width:220px;margin-top:5px;cursor:pointer;z-index:10000000;}
.div_cal_content{width:220px;height:205px;border:1px solid #626dbc; background:#fff;}
#calendar_div{
	position:absolute;margin-left:380px;margin-top:15px
}
