#calendar{
	height: 250px;
	width: 220px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.JsDatePickBox{
	position:relative;
	width:250px;
	font-family:Arial;
}
.JsDatePickBox .boxLeftWall{float:left;width:7px;margin:0;padding:0;}
.JsDatePickBox .boxLeftWall .leftTopCorner{
	margin:0;
	padding:0;
	width:7px;
	height:8px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxLeftWall .leftBottomCorner{
	margin:0;
	padding:0;
	width:7px;
	height:8px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxLeftWall .leftWall{
	margin:0;
	padding:0;
	width:7px;
	overflow:hidden;
	background-repeat: repeat-y;
	background-position: left top;
}
.JsDatePickBox .boxRightWall{float:left;width:7px;margin:0;padding:0;}
.JsDatePickBox .boxRightWall .rightTopCorner{
	margin:0;
	padding:0;
	width:7px;
	height:8px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxRightWall .rightBottomCorner{
	margin:0;
	padding:0;
	width:7px;
	height:8px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxRightWall .rightWall{
	margin:0;
	padding:0;
	width:7px;
	overflow:hidden;
	background-repeat: repeat-y;
	background-position: right top;
}
.JsDatePickBox .topWall{
	position:absolute;
	overflow:hidden;
	top:0;
	left:7px;
	width:220px;
	height:4px;
	background-repeat: repeat-x;
	background-position: left top;
}
.JsDatePickBox .bottomWall{
	position:absolute;
	overflow:hidden;
	bottom:-1px;
	left:7px;
	width:198px;
	height:4px;
	background-repeat: repeat-x;
	background-position: left top;
}
.JsDatePickBox .hiddenBoxLeftWall{float:left;width:0;overflow:hidden;overflow:hidden;}
.JsDatePickBox .hiddenBoxRightWall{float:left;width:0;overflow:hidden;overflow:hidden;}
.JsDatePickBox .boxMain{
	float:left;
	margin:0;
	padding:15px 0 5px 0;
}
.JsDatePickBox .boxMainStripped{
	border:none;
}
.JsDatePickBox .tooltip{
	height:12px;
	line-height:11px;
	overflow:hidden;
	font-size:10px;
	color:#666;
	text-align:left;
	padding:0;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.JsDatePickBox .weekDaysRow{
	height:12px;
	overflow:hidden;
	line-height:11px;
	font-size:14px;
	color:#CCC;
	text-align:center;
	padding:0;
	margin:2px 0 0 0;
}
.JsDatePickBox .weekDaysRow .weekDay{
	float:left;
	height:14px;
	overflow:hidden;
	width:24px;
	margin:0 5px 0 0;
	padding:0;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #690;
	border-left-color: #690;
}
.JsDatePickBox .boxMainInner{
	width:220px;
	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;}
.JsDatePickBox .boxMainInner .controlsBarText{
	overflow:hidden;
	height:20px;
	line-height:20px;
	color:#FFFF66;
	font-size:16px;
	text-align:center;
}
.JsDatePickBox .boxMainInner .monthForwardButton{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:22px;
	background-image: url(../img/monthForward_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .monthForwardButtonOver{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:22px;
	background-image: url(../img/monthForward_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .monthForwardButtonDown{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:22px;
	background-image: url(../img/monthForward_down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .monthBackwardButton{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:22px;
	background-image: url(../img/monthBackward_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .monthBackwardButtonOver{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:22px;
	background-image: url(../img/monthBackward_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .monthBackwardButtonDown{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:22px;
	background-image: url(../img/monthBackward_down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .yearForwardButton{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	background-image: url(../img/yearForward_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .yearForwardButtonOver{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	background-image: url(../img/yearForward_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .yearForwardButtonDown{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	background-image: url(../img/yearForward_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .yearBackwardButton{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	background-image: url(../img/yearBackward_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .yearBackwardButtonOver{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	background-image: url(../img/yearBackward_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .yearBackwardButtonDown{
	overflow:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	background-image: url(../img/yearBackward_down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.JsDatePickBox .boxMainInner .skipDay{
	cursor:default;
	overflow:hidden;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	border: thin dotted #663;
}
.JsDatePickBox .boxMainInner .dayNormal{
	-khtml-user-select:none;
	font-size:14px;
	cursor:pointer;
	overflow:hidden;
	color:#CCCCCC;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	text-align:center;
	line-height:25px;
	font-weight: bold;
	border: 1px dotted #660;
}
.JsDatePickBox .boxMainInner .dayNormalToday{
	-khtml-user-select:none;
	font-size:14px;
	cursor:pointer;
	overflow:hidden;
	color:#CCCC00;
	font-weight:bold;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	text-align:center;
	line-height:25px;
	border: thin dotted #FC0;
}
.JsDatePickBox .boxMainInner .dayDisabled{
	-khtml-user-select:none;
	cursor:default;
	font-size:14px;
	overflow:hidden;
	color:#999;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	text-align:center;
	line-height:25px;
}
.JsDatePickBox .boxMainInner .dayOver{
	-khtml-user-select:none;
	cursor:pointer;
	font-size:14px;
	overflow:hidden;
	color:#666666;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	text-align:center;
	line-height:25px;
	border: thin dotted #663;
	font-weight: bold;
}
.JsDatePickBox .boxMainInner .dayOverToday{
	-khtml-user-select:none;
	cursor:pointer;
	font-size:14px;
	overflow:hidden;
	font-weight:bold;
	color:#FFCC00;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	text-align:center;
	line-height:25px;
	border: thin dotted #660;
}
.JsDatePickBox .boxMainInner .dayDown{
	-khtml-user-select:none;
	cursor:pointer;
	font-size:14px;
	overflow:hidden;
	color:#767A23;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	text-align:center;
	line-height:25px;
	border: thin dotted #660;
	font-weight: bold;
}
.JsDatePickBox .boxMainInner .dayDownToday{
	-khtml-user-select:none;
	cursor:pointer;
	font-size:14px;
	overflow:hidden;
	color:#FF9900;
	font-weight:bold;
	width:24px;
	height:25px;
	float:left;
	margin:4px 5px 0 0;
	padding:0;
	text-align:center;
	line-height:25px;
	border: thin dotted #660;
}
