﻿@charset "utf-8";
/* CSS Document */
body{position:relative;background:#e6e6e6;}
.calendar {	width: 234px;	background: #e6e6e6; font-size:13px; font-family:"宋体"; margin:inherit}
.calendar table tr th{ width:34px; height:45px; background:url(../img/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;}
.calendar table{background:white; }

/*鼠标滑过*/
.bgHover{ background:#005293; color:#fff !important;text-decoration:none !important;}
.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(../img/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(../img/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:19px; height:32px;color:#000;background:white;}
.choice p{ display:block;float:left; height:32px; line-height:38px; }
.choice p.month{ background:url(../img/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;} 
.dateSelector{ border:1px solid LightGrey;} 


.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}
.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}

