

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {

        text-decoration: underline;
    }

    a img {
        border: 0;
        vertical-align: middle;
    }


.jcDateIco {
}

.jcDate {
    cursor: pointer;
    height: 28px;
    width: 180px;
    line-height: 28px;
    outline: none;
    padding-left: 4px;
    border: 1px solid #ddd;
    background: url("../images/dateui.png") no-repeat 96% center #fff;
}

#jcDate {
    background: #fefefe;
    width: 161px;
    padding: 10px;
    height: 203px;
    position: absolute;
    z-index: 1000;
    border: 2px solid #ddd;
    color: #333;
    display: none;
    font-size: 0;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

#jcDateTt {
    height: 15px;
    line-height: 15px;
    position: relative;
    margin-bottom: 10px;
}

    #jcDateTt a {
        color: #333;
        display: block;
        position: absolute;
        top: 0;
        width: 15px;
        height: 15px;
        cursor: pointer;
    }

        #jcDateTt a#d_prev {
            background: url(../images/icon-triangle-left.png) no-repeat center;
            left: 0;
        }

        #jcDateTt a#d_next {
            background: url(../images/icon-triangle.png) no-repeat center;
            right: 0;
        }

    #jcDateTt div {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

        #jcDateTt div samp, #jcDateTt div span {
            margin: 0 5px;
            color: #333;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
        }

            #jcDateTt div samp:hover, #jcDateTt div span:hover, #jcDateTt div samp.visited, #jcDateTt div span.visited {
                color: #2b84b5;
            }

#jcDateMax {
    width: 1935px;
    height: 124px;
    position: relative;
    left: -687px;
    top: 0;
    font-size: 12px;
    color: #555555;
    list-style: none;
}

    #jcDateMax ul {
        width: 161px;
        font-size: 0;
        float: left;
        height: 124px;
        display: inline-block;
        font-size: 12px;
        color: #555555;
        list-style: none;
    }

#jcDayWrap {
    overflow: hidden;
}

#jcYeas, #jcMonth {
    display: none;
    overflow: hidden;
    padding-left: 2px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #555555;
    list-style: none;
}

    #jcYeas dt, #jcYeas dd {
        font-weight: bold;
        width: 53px;
        height: 30px;
        float: left;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        font-size: 12px;
        color: #555555;
        list-style: none;
    }

        #jcYeas dt:hover, #jcYeas dd:hover, #jcMonth dt:hover, #jcMonth dd:hover {
            background: #5aaad8;
            color: #fff;
        }

        #jcYeas dt.visited, #jcYeas dd.visited, #jcMonth dt.visited, #jcMonth dd.visited {
            background: #2b84b5;
            color: #fff;
        }

    #jcMonth dt {
        font-weight: bold;
        width: 53px;
        height: 25px;
        float: left;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
        margin: 10px 0;
        font-size: 12px;
        color: #555555;
        list-style: none;
    }

#jcDayWrap ul li,
#jcDayCon dt {
    float: left;
    width: 23px;
    line-height: 20px;
    text-align: center;
    display: inline;
    font-size: 12px;
    color: #555555;
    list-style: none;
}

#jcDayWrap ul li {
    color: #bbb;
    cursor: pointer;
    font-size: 12px;
    list-style: none;
}

#jcDayCon dt {
    color: #2b84b5;
    font-size: 13px;
    font-size: 12px;
    list-style: none;
}

#jcDayWrap ul li.jcDateColor {
    color: #555;
    font-size: 12px;
    list-style: none;
}

#jcDayWrap ul li.visited {
    background: #2b84b5;
    color: #fff;
}

#jcDayWrap ul li:hover {
    background: #5aaad8;
    color: #fff;
}

#jcDateMax {
    clear: both;
}

#jcDateBtn {
    clear: both;
    line-height: 19px;
    height: 26px;
    padding-top: 10px;
    overflow: hidden;
    font-size: 12px;
    color: #555555;
    list-style: none;
}

#jcTimeWrap {
    float: right;
    width: 54px;
    border: 1px solid #999;
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    height: 17px;
    overflow: hidden;
    display: none;
    font-size: 12px;
    color: #555555;
    list-style: none;
}

#jcDateBtn label {
    width: 6px;
    line-height: 18px;
    height: 17px;
    display: block;
    float: left;
    text-align: center;
    color: #333;
    font-size: 12px;
    list-style: none;
}

#jcDateBtn input {
    line-height: 17px;
    height: 17px;
    text-align: center;
    float: left;
    width: 24px;
    border: 0;
    font-size: 12px;
    color: #555555;
    list-style: none;
}

#jcDateBtn samp, #jcDateBtn span {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

    #jcDateBtn samp:hover, #jcDateBtn span:hover {
        color: #d52222;
    }

#jcDateBtn a#d_sub {
    width: 37px;
    float: right;
    display: block;
    line-height: 18px;
    height: 17px;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
    color: #555555;
    list-style: none;
}

    #jcDateBtn a#d_sub:hover {
        text-decoration: none;
        color: #d52222;
        font-weight: bold;
        font-size: 12px;
        color: #555555;
        list-style: none;
    }
/**************************************** jQuery jcdate - End ****************************************************/
