﻿#SimpleCanleder_Year_Month * {
    margin: 0px;
    padding: 0px;
}

#SimpleCanleder_Year_Month .clear {
    clear: both;
}

#SimpleCanleder_Year_Month {
    width: 160px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid lavender;
    padding: 10px;
    padding-top: 5px;
    padding-right: 5px;
    position: absolute;
    background-color: white;
}
.title .inner{padding: 0 !important;}
    #SimpleCanleder_Year_Month .title {
        height: 35px; line-height: 35px; font-size: 12px; background: none;
    }

        #SimpleCanleder_Year_Month .title li.middle {
            width: 65px;
            position: relative;
            overflow: visible;
        }

            #SimpleCanleder_Year_Month .title li.middle select {
                margin-top: -3px;
            }

            #SimpleCanleder_Year_Month .title li.middle .year_list {
                width: 100px;
                position: absolute;
                background-color: lightgrey;
                left: -20px;
            }

                #SimpleCanleder_Year_Month .title li.middle .year_list li {
                    background-color: transparent;
                    text-align: center;
                    width: 45px;
                    height: 20px;
                }

                #SimpleCanleder_Year_Month .title li.middle .year_list ul {
                    clear: both;
                }

        #SimpleCanleder_Year_Month .title li, #SimpleCanleder_Year_Month .body li {
            background-color: #e2eaf9;
            list-style: none;
            width: 30px;
            height: 30px;
            overflow: hidden;
            margin-top: 5px;
            margin-right: 5px;
            float: left;
            display: inline;
            cursor: pointer;
        }

            #SimpleCanleder_Year_Month .title li.cur, #SimpleCanleder_Year_Month .body li.cur {
                background-color: #205dd4; color: #fff;
            }

            #SimpleCanleder_Year_Month .title li.over, #SimpleCanleder_Year_Month .body li.over {
                background-color: lightblue;
            }

            #SimpleCanleder_Year_Month .title li .inner, #SimpleCanleder_Year_Month .body li .inner {
                padding-top: 8px; color: #333;
                text-align: center;
            }

    #SimpleCanleder_Year_Month .bottom {width: auto; display: none;
        height: 16px;
        padding-top: 5px;
        text-align: center;
    }

        #SimpleCanleder_Year_Month .bottom button.clear {
            background-color: gainsboro;
            border: 1px solid;
            font-size: 12px;
        }
