@charset "utf-8";
/* CSS Document */
.calendar {	width: 234px;	background: #e6e6e6; font-size:13px; font-family:"宋体"; margin:inherit;}
.calendar table tr th{ width:34px; height:45px; background:url(../images/zl/zldataXQ.jpg) no-repeat center; font-size:13px; font-family:"微软雅黑"; font-size:13px;}
.calendar table tr td{ text-align:center; line-height:35px; height:35px; color:#4f4f4f; cursor:pointer;}

/*鼠标滑过*/
.bgHover{ background:#005293; color:#fff}
.riqi { position:relative; z-index:9999999; width:33px; height:35px;}
.riqi .piaofu{ position:absolute; width:116px; bottom:44px;left:-58px; background:#fff;  text-align:left; font-size:12px; line-height:18px; padding:10px;display:none; z-index:100; border:1px #ccc solid;}
.riqi.current .piaofu{ display:block;}
.riqi .piaofu span{ display:block; width:19px; height:9px; background:url(../images/zl/wx_angle.png) no-repeat; position:absolute; bottom:-9px;_bottom:-12px;left:60px; z-index:100;}
.riqi .piaofu ul li{ padding:2px 0px 2px 8px;  no-repeat 0px 9px; z-index:100;color:#005293; }

/*非本月日期*/
.calendar table tr td.current_day{ background:#cbcbcb}
.calendar table tr td.unselected_month{ color:#b5b5b5}

/*选择日期*/
.choice { font-size:19px; height:32px;color:#000;}
.choice p{ display:block;float:left; height:32px; line-height:38px; }
.choice p.month{ background:url(../images/zl/line.jpg) no-repeat right 9px;}
.choice .month_name{ display:inline-block; width:62px; text-align:center;font-family:"微软雅黑"; font-size:18px;}
.choice .button{ cursor:pointer; display:inline-block; padding:0 15px; width:9px; margin:0px; *padding:0 14px;	}
.choice .month .prev{ padding-left:0px;} 
.choice .year .next{ padding-right:0px;} 


.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}








