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