/* 日期选择器 */

.date-selector { width: auto; border: solid 1px #999; padding: 0; margin: 0; background:#fff;}
.date-selector th { background: #2f7fb3; color: #fff; text-align: center; font-size: 12px; line-height: 24px; font-family:tahoma, Arial, Helvetica, simsun, sans-serif; border-bottom: solid 1px #999; font-weight: bold; padding:0; }
.date-selector th.date-selector-name { }
.date-selector th span { width: 24px; height: 24px; display: inline-block;}
.date-selector th span.y_next,.date-selector th span.m_next { background:url(jquery.dateselector.png) 0 0 no-repeat; }
.date-selector th span.y_next:hover,.date-selector th span.m_next:hover { background:url(jquery.dateselector.png) 0 -24px no-repeat;}
.date-selector th span.y_prev,.date-selector th span.m_prev { background:url(jquery.dateselector.png) 0 -48px no-repeat; }
.date-selector th span.y_prev:hover,.date-selector th span.m_prev:hover { background:url(jquery.dateselector.png) 0 -72px no-repeat;}
.date-selector .daynames th { background:#f5f5f5; border-bottom:none; color:#666; font-weight:normal;}
.date-selector .daynames th b { color:#ff9900;}
.date-selector td { background: #fff; width: 24px; height: 24px; line-height: 24px; font-size: 11px; font-family: tahoma, Arial, Helvetica, simsun, sans-serif; padding:0 2px 1px 1px; color: #005EAD; text-align: center; }
.date-selector td.date-selector-selectable { }
.date-selector td.date-selector-unselectable { background: #f7f7f7; color: #ddd; }
.date-selector td.date-selector-hover { background:url(jquery.dateselector.png) 0 -126px no-repeat; }
.date-selector td.date-selector-name { background: #ffffcb; }
.date-selector td.date-selector-today { color: #fff; font-weight:bold; background:url(jquery.dateselector.png) 0 -152px no-repeat; }
.date-selector td.date-selector-selected { background:url(jquery.dateselector.png) 0 -100px no-repeat; color: #fff; font-weight:bold; }
.date-selector tfoot td { padding:5px 0; color:#666; line-height:20px;}
.date-selector tfoot td .text { width:30px; padding:2px; border:1px solid #ddd; margin:0 3px 0 5px;}
.date-selector .foot-blue-btn { padding:3px 5px; border:1px solid #106ba5; background:#3a8fc9; color:#fff; border-radius:3px; cursor:pointer;}
.date-selector .foot-gray-btn { padding:3px 5px; border:1px solid #aaa; background:#fff; color:#666; margin-left:10px; border-radius:3px; cursor:pointer;}