﻿body {
}
.calendar {
  position: relative;
  display: none;
  border-top: 1px solid #a6d07c;
  border-right: 1px solid #a6d07c;
  border-bottom: 1px solid #a6d07c;
  border-left: 1px solid #a6d07c;
  font-size: 16px;
  color: #a6d07c;
  cursor: Default;
  background: #121223;
  font-family: normal;
  z-index:999;
}

.calendar table {
  border-top: 0px solid #9EBEF5;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #000;
  font-size: 10px;
  color: #000000;
  cursor:pointer;
  background: #FFFFFF;
  font-family: normal,verdana,sans-serif;
}

.calendar .button { /* 按鈕的格式 */
	background:#a6d07c;
  text-align: center;
  padding: 0px;
  border-top: 0px solid #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #fff;
}

.calendar thead .title { /* 顯示 目前年月 的格式" */
  border: 0px solid #000;
  background: #a6d07c;
  cursor: Default;
  color: #000000;
  text-align: center;
}

.calendar thead .headrow {
}

.calendar thead .daynames {
}

/* 星期的那一列 */
.calendar thead .name {
  border-bottom: 1px solid Silver;
  padding: 0px;
  cursor: Default;
  text-align: center;
  background: #FFFFFF;
}

/* 六日的顏色 */
.calendar thead .weekend {
  color: #F00000;
}

.calendar thead .hilite { /* 標題列的按鈕 滑鼠移過 時的格式 */
	 
  border-top: 0px solid #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #fff;
  padding: 0px;
  
}

.calendar thead .active { /* 標題列的 按鈕按下 時的格式 */
  /*padding: 2px 0px 0px 2px;*/
  border-top: 0px solid #000;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #000;
  background: #a6d07c;
}


.calendar tbody .day { /* 每個日期間的距離格式,top,left,bottom,right */
  
  text-align: center;
  padding: 2px 2px 2px 2px;
}

.calendar table .wn { /* 顯示第幾週的格式 */
}

.calendar tbody .rowhilite td.wn {
}

.calendar tbody td.hilite { /* 滑鼠移到日期上面時 */
  background: #9EBEF5;
}

.calendar tbody td.active { /* 當在日期上按下滑鼠時,日期所顯示的格式 */
}

.calendar tbody td.selected { /* 目前選到的日期 */
  background: #FBE694;
}

.calendar tbody td.weekend { /* 顯示禮拜六,禮拜日的日期格式 */
  color: #F00;
}

.calendar tbody td.today { /* 顯示今天的日期格式 */
  font-weight: bold;
  color: #00F;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell {
  visibility: hidden;
}

.calendar tbody .emptyrow {
  display: none;
}

.calendar tfoot .footrow {
}

.calendar tfoot .ttip {
  
}

.calendar tfoot .hilite { 
}

.calendar tfoot .active {
}

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: smaller;
  padding: 1px;
}

.combo .label {
}

.combo .active {
}

.combo .hilite {
}