@charset "utf-8";
/* CSS Document */
body{position:relative;background:#e6e6e6;}
.calendar {margin-top: 20px;}
.dateSelector table{width: 100%;}
.calendar table thead tr{background-color: #eeeeee;}
.calendar table tbody tr:nth-of-type(1){padding-top: 10px;}
.calendar table tr th{/* width:34px; */height:40px;/* background:url(../images/zl/zldataXQ.jpg) no-repeat center; */font-size: 14px;font-weight: normal;color: #888888;}
.calendar table tr td{ text-align:center; line-height:35px; height:35px; color:#4f4f4f; cursor:pointer;}

/*鼠标滑过*/
.bgHover{ background:#0466c7; color:#fff !important;border-radius: 4px;}
.riqi { position:relative; z-index:9999999;/*  width:33px; height:35px; */}
/* .riqi .piaofu{ position:absolute; width:212px; bottom:44px;left:-98px; background:#005293;  text-align:left; font-size:12px; line-height:18px; padding:10px;display:none; z-index:100;}
.riqi.current .piaofu{ display:block;} */
/* .riqi .piaofu span{ display:block; width:19px; height:9px; background:url(../images/zl/angle.png) no-repeat; position:absolute; bottom:-9px;_bottom:-12px;left:103px; z-index:100;}
.riqi .piaofu ul li{ padding:2px 0px 2px 8px; background:url(../images/zl/ico_w.jpg) no-repeat 0px 9px; z-index:100;}
.riqi .piaofu ul li a{color:#fff; z-index:100; font-family:"宋体"; font-size:12px;}
.riqi .piaofu ul li a:hover{ text-decoration:underline; z-index:100;} */

/*非本月日期*/
.calendar table tr td.current_day{ background:#cbcbcb}
.calendar table tr td.unselected_month{ color:#b5b5b5}

/*选择日期*/
.choice { font-size:18px; height:32px;color:#000;text-align: center;margin-bottom: 12px;}
.choice p{display:inline-block;height:32px;line-height:32px;margin: 0 8px;position: relative;}
.choice p.month{/* background:url(../images/zl/line.jpg) no-repeat right 9px; */}
.choice .month_name{ display:inline-block;text-align:center;font-family:"微软雅黑"; font-size:18px;}
.choice .button{ cursor:pointer; display:inline-block; padding:0 15px; /* width:9px; */ }
.choice .month .prev{ padding-left:0px;} 
.choice .year .next{ padding-right:0px;} 
.choice p:nth-of-type(1):before{width:1px;height: 13px;background: #ddd;position:absolute;right: -14px;top: 34%;content:"";/* margin-top:-5px; */}


.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}

