﻿@charset "utf-8";
/* CSS Document */
/********************KingCalendar v1.0************************/
/*************** The control contains a file ****************/
/*********************KingCalendar.js***********************/
/********************King-Calendar.js**********************/
/*******************KingCalendar.css**********************/
/*******************CalendarBtn.jpg**********************/
/******************CalendarTime.png*********************/
/***E-mail:wangchunhai818@vip.qq.com****QQ:237962935***/
/**********blog.sina.com.cn/wangchunhai818************/
* { margin:0; padding:0;  -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; -ms-user-select:none; user-select:none;}input::-ms-clear{display:none;}input::-ms-reveal{display:none;}.KingCalendar {font-size: 12px; position:relative; width:100%; height:100%; z-index:1; background-color:#fff;}.CalendarTop { width:80%; margin:0 auto; overflow:hidden; height:20px; line-height:20px; padding:3px 10%; /*background-color:#ebeaef;*/ border-bottom:1px solid #cdd0d5;}.TopYear,.TopMonth { width:62px; height:20px; overflow:hidden; position:relative;}.TopYear { float:left;}.TopMonth { float:right;}.Cred { color:red;}.Cblue { color:#3f3ffa;}.Cgrey { color:grey;}#CalendarYear,#CalendarMonth,.CalendarYear,.CalendarMonth { border:1px solid #cdd0d5; background:none; width:48px; text-align:center; height:18px; line-height:18px; ime-mode:disabled;}#CalendarYear,#CalendarMonth { width:50px; height:20px; display:none;}.TopBtn { width:13px; height:10px; position:absolute; background-image:url(../KingCalendar/CalendarBtn.jpg); background-repeat:no-repeat; cursor:pointer; overflow:hidden;}#YearPlus,#MonthPlus { background-position:left top; right:0; top:0;}#YearPlus.active,#MonthPlus.active { background-position:right top;}#YearMinus,#MonthMinus { background-position:left bottom; right:0; bottom:0;}#YearMinus.active,#MonthMinus.active { background-position:right bottom;}.CalendarMain,.CalendarHead,.CalendarBody,.CalendarFoot { width:100%; overflow:hidden;}.CalendarHead,.CalendarBody { list-style:none;}.CalendarHead { background-color:#ebeaef;}.CalendarHead li { float:left; width:14.2857%; *width:25px; height:25px; text-align:center; line-height:25px;}.CalendarHead li span.Cred { display:block; line-height:25px;}.CalendarBody { height:144px;}.CalendarBody li { float:left; width:14.2857%; *width:25px; height:24px; line-height:24px; text-align:center; font-size:11px;}.CalendarBody li span.Cred { display:block; line-height:25px;}.CalendarBody li.liFun { cursor:pointer;}.CalendarBody li.hover,.CalendarBody li.active { cursor:pointer; background-color:#ebeaef;}.CalendarFoot { padding:3px 0; background:url(../KingCalendar/CalendarTime.png) no-repeat left center; border-top:1px solid #cdd0d5; height:22px;}.CalendarBtn { float:right; padding-right:10px;}.CalendarBtn span { font-size:12px;width:30px; height:20px; margin-left:5px; display:inline-block; background-color:#ebeaef; cursor:pointer; text-align:center; line-height:20px; border:1px solid #cdd0d5;}.CalendarBtn span.DisabledBtn { background-color:#eeeeee; color:#bbbbbb;}.CalendarTips { border:2px solid #eeeeee; display:inline-block; overflow:hidden; background-color:#f8f8f8;font-size: 12px; color:#73b9ff; position:absolute; left:0; top:0; padding:8px; z-index:9;}