﻿.datepicker
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    cursor: default;
    top: 0;
    left: 0;
    display: none;
    height: 190px;
}
.datepickerHidden
{
    display: none;
}
.datepickerDoW
{
    display: none;
}/*隐藏星期几*/
.datepickerWeek
{
    display: none;
}/*隐藏星期数*/
.datepicker table
{
    width: 100%;
    height: 100%;
    border-spacing: 2px;
}
.datepicker table td
{
    text-align: right;
    padding: 0;
    margin: 0;
    text-align: center;
    *height: 28px;
}
.datepicker th
{
    text-align: center;
    color: #999;
    font-weight: normal;
}
.datepickerDoW th
{
    background: #ccd2ce;
    border-right: 1px solid #fff;
}
.datepickerDays td, .datepickerDays th
{
    background: url(/gif/aspra4ez.gif);
}/*td*/
.datepickerDays .datepickerNotInMonth a:hover
{
    color: #fff;
}
.datepickerDays a
{
    width: 20px;
    line-height: 16px;
    height: 16px;
    padding-right: 2px;
}
.datepickerYears a, .datepickerMonths a
{
    width: 44px;
    line-height: 36px;
    height: 36px;
}
.datepickerDays .datepickerSelected
{
    background: #e80c30;
}
.datepickerDays .datepickerSelected a
{
    color: #fff;
    font-weight: bold;
}
.datepickerYears .datepickerSelected, .datepickerMonths .datepickerSelected
{
    background: #17384d;
}
.datepicker a:hover, .datepicker a:hover
{
    text-decoration: none;
    color: #ffb21c;
}
.datepickerSpace div
{
    width: 20px;
}
.datepickerViewDays
{
    position: absolute;
    left: 0;
    top: 0;
}
.datepickerViewDays thead th
{
    height: 24px;
    line-height: 24px;
}
.datepickerViewDays thead .datepickerMonth
{
    font-weight: bold;
    color: #646464;
    font-size: 8px;
}/*月份年份*/
.datepickerGoNext a, .datepickerGoPrev a, .datepickerMonth a
{
    text-align: center;
}
.datepickerViewDays .datepickerMonths, .datepickerViewDays .datepickerYears
{
    display: none;
}
.datepickerViewMonths .datepickerDays, .datepickerViewMonths .datepickerYears, .datepickerViewMonths .datepickerDoW
{
    display: none;
}
.datepickerViewYears .datepickerDays, .datepickerViewYears .datepickerMonths, .datepickerViewYears .datepickerDoW
{
    display: none;
}
.datepickerDisabled a:hover
{
    color: #333;
}
.datepickerSpecial a
{
    background: #700;
}/* www.codefans.net */
.datepickerDays .datepickerNotInMonth
{
    background: none;
}/*不在当前月内*/
.datepickerDays .datepickerNotInMonth a
{
    font-size: 0;
    text-indent: -99px;
}
