.b2j_k2_calendar_container_module .clearfix {
display:block;
clear:both;
visibility:hidden;
height:0;
margin:0;
padding:0;
}

.b2j_k2_calendar_container_module {
position:relative;
}

.b2j_k2_calendar_container_module .JsDatePickBox {
position:relative;
font-family:Arial;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMain {
float:left;
background-color:#fff;
margin:0;
padding:15px 0 5px;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainStripped {
background:#fff;
border:none;
}

.b2j_k2_calendar_container_module .JsDatePickBox .tooltip {
height:12px;
line-height:11px;
overflow:hidden;
font-size:10px;
color:#666;
text-align:center;
margin:2px 0;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .weekDaysRow {
height:20px;
overflow:hidden;
line-height:20px;
font-size:12px;
font-weight:700;
color:#fff;
text-align:center;
background:#858585;
margin:2px 0 1px;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .weekDaysRow .weekDay {
float:left;
overflow:hidden;
border-left:1px solid #FFF;
border-right:1px solid #FFF;
margin:0;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner {
background:#fff;
margin:0;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainCellsContainer {
background-color:#fff;
margin:0;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .controlsBar {
overflow:hidden;
height:40px;
position:relative;
background:#ccc;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .controlsBarText {
overflow:hidden;
height:40px;
line-height:40px;
color:#858585;
font-weight:700;
font-size:16px;
text-align:center;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthForwardButton,.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthBackwardButton {
overflow:hidden;
cursor:pointer;
height:40px;
position:absolute;
top:0;
background:#858585;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthForwardButton {
right:0;
border-left:2px solid #FFF;
border-right:1px solid #FFF;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthBackwardButton {
right:0;
border-left:1px solid #FFF;
left:0;
border-right:2px solid #FFF;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthForwardButton:hover,.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthBackwardButton:hover {
background: -moz-linear-gradient(top,  rgb(252,175,73) 0%, rgb(247,151,7) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(252,175,73)), color-stop(100%,rgb(247,151,7)));
background: -webkit-linear-gradient(top,  rgb(252,175,73) 0%,rgb(247,151,7) 100%);
background: -o-linear-gradient(top,  rgb(252,175,73) 0%,rgb(247,151,7) 100%);
background: -ms-linear-gradient(top,  rgb(252,175,73) 0%,rgb(247,151,7) 100%);
background:linear-gradient(tobottom,#5f6e8a0%,#404f6b100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcaf49',endColorstr='#f79707',GradientType=0);
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthForwardButton:active:after,.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthBackwardButton:active:after {
background-position:center center;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthForwardButton:after {
position:absolute;
display:block;
content:' ';
top:0;
left:0;
bottom:0;
right:0;
background:url(../images/buttonRight.png) center center no-repeat;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .monthBackwardButton:after {
position:absolute;
display:block;
content:' ';
top:0;
left:0;
bottom:0;
right:0;
background:url(../images/buttonLeft.png) center center no-repeat;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .skipDay {
cursor:default;
overflow:hidden;
float:left;
margin:1px;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormal {
text-decoration:none;
font-size:14px;
cursor:pointer;
overflow:hidden;
color:#5c5c5c;
font-weight:700;
float:left;
text-align:center;
background:#ccc;
margin:1px;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormalToday {
text-decoration:none;
font-size:14px;
cursor:pointer;
overflow:hidden;
color:#fff;
font-weight:700;
float:left;
text-align:center;
background:#ccc;
background: -moz-linear-gradient(top,  #e11b1b 0%, #a71818 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11b1b), color-stop(100%,#a71818));
background: -webkit-linear-gradient(top,  #e11b1b 0%,#a71818 100%);
background: -o-linear-gradient(top,  #e11b1b 0%,#a71818 100%);
background: -ms-linear-gradient(top,  #e11b1b 0%,#a71818 100%);
background:linear-gradient(tobottom,#e11b1b0%,#a71818100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11b1b',endColorstr='#a71818',GradientType=0);
margin:1px;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormalTodayDisabled {
text-decoration:none;
font-size:14px;
-khtml-user-select:none;
cursor:default;
overflow:hidden;
font-weight:700;
color:#fff;
float:left;
text-align:center;
background:#ccc;
background: -moz-linear-gradient(top,  #e11b1b 0%, #a71818 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11b1b), color-stop(100%,#a71818));
background: -webkit-linear-gradient(top,  #e11b1b 0%,#a71818 100%);
background: -o-linear-gradient(top,  #e11b1b 0%,#a71818 100%);
background: -ms-linear-gradient(top,  #e11b1b 0%,#a71818 100%);
background:linear-gradient(tobottom,#e11b1b0%,#a71818100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11b1b',endColorstr='#a71818',GradientType=0);
margin:1px;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormalSelected {
text-decoration:none;
font-size:14px;
cursor:pointer;
overflow:hidden;
color:#fff;
font-weight:700;
float:left;
text-align:center;
background:#ccc;
background: -moz-linear-gradient(top,  #5f6e8a 0%, #404f6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f6e8a), color-stop(100%,#404f6b));
background: -webkit-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background: -o-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background: -ms-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background:linear-gradient(tobottom,#5f6e8a0%,#404f6b100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f6e8a',endColorstr='#404f6b',GradientType=0);
margin:1px;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormalSelectedDisabled {
text-decoration:none;
font-size:14px;
cursor:default;
overflow:hidden;
color:#fff;
font-weight:700;
float:left;
text-align:center;
background:#ccc;
background: -moz-linear-gradient(top,  #5f6e8a 0%, #404f6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f6e8a), color-stop(100%,#404f6b));
background: -webkit-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background: -o-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background: -ms-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background:linear-gradient(tobottom,#5f6e8a0%,#404f6b100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f6e8a',endColorstr='#404f6b',GradientType=0);
margin:1px;
padding:0;
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormal:hover,.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormalToday:hover,.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayNormalSelected:hover {
color:#fff;
background: -moz-linear-gradient(top,  #5f6e8a 0%, #404f6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f6e8a), color-stop(100%,#404f6b));
background: -webkit-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background: -o-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background: -ms-linear-gradient(top,  #5f6e8a 0%,#404f6b 100%);
background:linear-gradient(tobottom,#5f6e8a0%,#404f6b100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f6e8a',endColorstr='#404f6b',GradientType=0);
}

.b2j_k2_calendar_container_module .JsDatePickBox .boxMainInner .dayDisabled {
text-decoration:none;
-khtml-user-select:none;
cursor:default;
font-size:14px;
overflow:hidden;
color:#bfbfbf;
font-weight:700;
float:left;
text-align:center;
background:#f2f2f2;
margin:1px;
padding:0;
}

.b2j_k2_calendar_container_module .loading {
display:none;
background-color:#ccc;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
z-index:1;
}

.b2j_k2_calendar_container_module .loading:after {
position:absolute;
content:' ';
display:block;
width:48px;
height:48px;
left:50%;
top:50%;
margin-top:-24px;
margin-left:-24px;
background:url(../images/loading.gif) no-repeat!important;
z-index:2!important;
}

.b2j_k2_calendar_container_module .JsDatePickBox .hiddenBoxLeftWall,.b2j_k2_calendar_container_module .JsDatePickBox .hiddenBoxRightWall {
float:left;
width:0;
overflow:hidden;
}